@CHARSET "UTF-8";

html, body {margin: 0;padding: 0; height: 100%}
	
.boks_titel		{	position:fixed; 
					top:  0px; 
					left: 0px;  
					width: 100%; 
					border-bottom: 2px solid LightSteelBlue; 
					background-color: gainsboro;
					vertical-align: center;
					font-size: 12px;
					text-align: left;
					padding-top: 2px;
					padding-bottom: 1px;
					color: darkgray;
					z-index: 100;	
				}				
.span_menu		{	text-transform: uppercase;
					z-index: 100;
				}
.span_menu	a:hover{ background-color: gray;
					color: white;
				}
				
.boks_links		{	position:absolute;
					z-index: 2;	  
					left: 5px;
					top: 45px;
					float:left; 
					width:150px;
					z-index: 99;
					background-color: white;
				}	

.boks_rechts	{	position:absolute;
					left: 160px;
					z-index: 1;	  
					left: 175px;
					top: 45px;
				}

.boks_blau		{	position:relative;
					padding: 2px;  
					padding-left: 3px;  
					width: 100%;
					background-color: LightSteelBlue; 
					z-index:100;
				}
				
.boks_unterblau	{	position:relative;
					top: 2px;
					padding-left: 5px;
					width: 100%;
					z-index:100;
					
				}
.boks_unterblau	a{	font-size: 11px; 
					font-weight: normal; 
					text-decoration: none; 
					line-height: 1.3;
				}

.boks_unterblau	a:hover{
					font-size: 11px;	
					background-color: gainsboro;
					color: black; 
				}

.boks_gruen		{	position:relative;
					padding: 2px;  
					padding-left: 3px;  
					width: 100%;
					background-color: DarkSeaGreen; 
					z-index:1;
				}

.select_1 		{	background-color: gainsboro;
					border: 1px solid gray; 
					text-align: left; 
					font-size: 10px;
				}
				
.input_1		{	cursor: pointer;
					text-align: center; 
					width:18px;  
					border-style: none;
				}
.button1		{	background-color: Gainsboro;
					border: 1px solid Black;
					text-align: center; 
					font-size:11px;
				}

a:link   { color:black		; font-family:'Arial'	; font-size: 11px; font-weight: normal; text-decoration:none;}
a:visited{ color:black		; font-family:'Arial'	; font-size: 11px; font-weight: normal; text-decoration:none;}
a:focus  { color:black		; font-family:'Arial'	; font-size: 11px; font-weight: normal; text-decoration:none;}
a:hover	 { color:blue		; font-family:'Arial'	; font-size: 11px; font-weight: normal; text-decoration:none;}
a:active { color:Darkblue	; font-family:'Arial'	; font-size: 11px; font-weight: normal; text-decoration:none;}
  	
.infobox 				{ }
.infobox:hover 			{ cursor:help;}
.infobox span 			{ visibility:hidden;  text-align:left; position:absolute; left: 1px; margin-top:-5px; text-decoration:none; }
.infobox:hover span 	{ visibility:visible; white-space:nowrap; border:1px solid darkblue; color:darkblue; background:yellow; padding: 5px; }
 