{* mi: Template version 2.1 26.06.2006 *}
{literal}

html,body {
    margin: 0px; 
    padding: 0px; 
}

hmtl,body,div,td,th,p,h1,h2,h3,h4,h5 {
    font-size:12px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color:black;
}

h1 { font-size:22px; }
h2 { font-size:18px; margin-top:35px;}
h3 { font-size:13px; margin-top:25px;}

/* links */
a { 
  text-decoration : underline ;
  color:#000;
}

/* content */
#lcontent {
    position: absolute;
    top:10px;
    left:10px;
    padding-top:5px; 
    padding-right:15px; 
    padding-left:15px; 
    padding-bottom:10px;
    background-color:#ff0000;
}

#lcontent table {
    border:1px solid #6a90bb;
}

#lcontent th {
    background-color:#6a90bb;
    padding:2px;
    color:#fff;
    text-align:left;
}

#lcontent td {
    background-color:#e8e8e8;
    padding:2px;
    color:#000;
    text-align:left;
    border-bottom:1px solid #cccccc;
}


/* menu */

#lnav {
    display:none;
}

.menuspace {
    width:100%;
    height:5px;
}

.lmenubox {
    background-color: #87a8d6;
    border-bottom:1px solid #ffffff;
    padding:0px;
    padding-left:5px;
}

.lmenubox:hover , .lmenuboxhover {
    background-color: #6291c8;
    border-bottom:1px solid #ffffff;
    padding:0px;
    font-weight: bold;
    padding-left:5px;
}

a.linkmenubox {
    color:#ffffff;
    text-decoration: none;
    font-size : 12px ;
    line-height:20px;
    display:block;
    width:100%;
}

a.linkmenubox:hover {
    color:#ffffff;
    font-weight: bold;
    text-decoration: none;
    font-size : 12px ;
    display:block;
    width:100%;
}

#gplogo {
  width:175px;
  padding-top:5px;
  padding-left:5px;
  padding-bottom:5px;
  display:none;
}

.footertext {
    color:#666;
    font-size:10px;
    display:none;
}

/* print button */
#lprint {
    position: absolute;
    top:13px;
    right:30px;
    display:none;
}

.username {
    border-top:1px solid #6291c8;
    border-bottom:1px solid #6291c8;
    font-size:10px;
    padding-left:5px;
    padding-bottom:5px;
    padding-top:5px;
    font-weight:bold;
}

.lplausi {
    background-image: url("../../../wcp/gui/images/icon_error.gif");
    background-repeat: no-repeat;
    background-position: 2 1;
    margin:0px;
    padding:5px;
    padding-left:30px;
    color:maroon;
    border-left: 5px solid red;
}

.lhint {
    background-image: url("../../../wcp/gui/images/icon_hint.gif");
    background-repeat: no-repeat;
    background-position: 2 1;
    margin:0px;
    padding:5px;
    padding-left:30px;
    color:#666;
    border-left: 5px solid yellow;
}

.lmessage {
    background-image: url("../../../wcp/gui/images/icon_message.gif");
    background-repeat: no-repeat;
    background-position: 2 1;
    margin:0px;
    padding:5px;
    padding-left:30px;
    color:#666;
    border-left: 5px solid green;
}

.formnav {
    text-align:right;
}

/* header popup */
#pheader {
    background-image: url("./layout/top_bg.gif");
    background-repeat: repeat-x;
    background-position: bottom center;
    left: 20px;
    top: 0px;
    right: 20px;
    height : 60px;
    color: white;
}

/* content bereich popup */
#pcontent {
    padding:10px;
    background-color: #fff;   
    border:1px solid #6291c8;
}


{/literal}
