/* ALLGEMEIN */


body {
background-color:#CCCCCC; 
font-family: Verdana, Trebuchet, Arial, TimesNewRoman; 
font-weight:normal; 
font-size:11pt; 
color:#FFCC66; 
Vertical-Align:middle; 
margin-left:0px; 
margin-top:0px;
scrollbar-base-color:#CCCCCC;
}


a:link { color:#FF6600; text-decoration:none; }
a:visited { color:#FF6600; text-decoration:none; }
a:hover { color:#FFFFFF; text-decoration:none; }


/* Zentriert */
.mitte {
text-align:center;
margin-bottom:0px;
margin-top:0px;
}

.foot {
margin-left:15px;

}



/*****************************************/

/* LOGIN FÜR CMS */

/* Abstand für Login */
.login {
margin-bottom:30px;
margin-top:0px;
font-size:11pt;
font-weight:bold;
color:#FFFFFF;
}


/* Oben ausgerichtet */ 
.login_screen {
vertical-align:top;
}


/*Willkommensschriftzug */
.welcome {
margin-bottom:10px;
margin-top:20px;
font-size:16pt;
font-weight:normal;
font-family:Verdana;
text-align:center;
}

/* Main Table*/
.tabmain {
margin-top: 30px;
margin-bottom: 30px;
background-color:#527DBE;
border:thin solid;
border-color:#666666;
font-size:11pt;
}

.tablogin {
font-size:11pt;
text-align:right;
}

.error_header {
font-size:13pt;
font-weight:bold;
margin-bottom:10px;
}

.error_message {
font-size:11pt;
font-weight: normal;
}

.mini {
font-size:9pt;
text-align:center;
font-weight:normal;
}



