html { min-height:101%; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ECE6DF;
	/*overflow:scroll; beide Scrollbar anzeigen*/
}
a:link {
	color: #466AB2;
}
a:visited {
	color: #466AB2;
}
.weiss {color: #FFFFFF}
.Stil_8 {font-size: 8px}
.Stil_9 {font-size: 9px}
.Stil_10 {font-size: 10px}
.Stil_11 {font-size: 11px}
.Stil_12 {font-size: 12px}
.Stil_13 {font-size: 13px}
.Stil_14 {font-size: 14px}
.Stil_15 {font-size: 15px}
.Stil_16 {font-size: 16px}

.Stil_B {font-weight: bold}


.headline {
	font-size: 22px;
	font-weight: bold;
	color: #FF9999;
}
.Stil_rot {
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
}



html>body .shadow {
position:relative;
padding-right:5px;
padding-bottom:5px;
width:790px;
}


html>body .shadow_top_right, html>body .shadow_bottom_right, html>body .shadow_bottom_left, html>body .shadow_bottom, html>body .shadow_right {
position:absolute;
}

html>body .shadow_top_right {
top:0px;
right:0px;
background-image:url(../img/tooltip_shadow_top_right.png);
background-repeat:no-repeat;
width:5px;
height:5px;
}

html>body .shadow_bottom_right {
bottom:0px;
right:0px;
background-image:url(../img/tooltip_shadow_bottom_right.png);
background-repeat:no-repeat;
width:5px;
height:5px;
}

html>body .shadow_bottom_left {
bottom:0px;
left:0px;
background-image:url(../img/tooltip_shadow_bottom_left.png);
background-repeat:no-repeat;
width:6px;
height:5px;
}

html>body .shadow_bottom {
bottom:0px;
left:6px;
right:5px;
height:5px;
background-image:url(../img/tooltip_shadow_bottom.png);
background-repeat:repeat-x;
}

html>body .shadow_right {
bottom:5px;
top:5px;
right:0px;
width:5px;
background-image:url(../img/tooltip_shadow_right.png);
background-repeat:repeat-y;
}
#layer_captcha {
display:none;
position:absolute;
}
 .tooltip {  
   font-size: 10pt;  
   position: absolute;  
   display: none;  
   background-color: yellow;  
   border-width: 1px;  
   border-style: solid;  
   border-color: #E2860E; }  
   
 .tooltip .head {  
   font-weight: bold;  
   background-color: yellow;  
   color: #666666;  
   padding: 2px; }  
   
 .tooltip .content {  
   color: #666666;  
   padding: 4px; }
.inputField 
{ 
	BORDER-RIGHT: #7f7f7f 1px solid; 
	BORDER-TOP: #7f7f7f 1px solid; 
	BORDER-LEFT: #7f7f7f 1px solid; 
	BORDER-BOTTOM: #7f7f7f 1px solid; 
	FONT-SIZE: 12px; 
	WIDTH: 100px; 
} 

.errorField 
{
	BORDER-RIGHT: #9F0004 1px solid;
	BORDER-TOP: #9F0004 1px solid;
	BORDER-LEFT: #9F0004 1px solid;
	BORDER-BOTTOM: #9F0004 1px solid;
	FONT-SIZE: 12px;
	WIDTH: 100px;
	background-color: #FFFFCC;
} 
.errorTable 
{
    BORDER-RIGHT: #9F0004 1px solid;
    BORDER-TOP: #9F0004 1px solid;
    BORDER-LEFT: #9F0004 1px solid;
    BORDER-BOTTOM: #9F0004 1px solid;
    FONT-SIZE: 12px;
    background-color: #E2E1E1;
}    