 #formular body {
	color : Black;
	font-family : Arial; 
	font-size : 12px;
	text-align : left;
	}

  #formular input{
    height:20px;
	background : #FFF3D2;
	color : #000000;
		}
	
	 #formular option {
    height:20px;
	background : #FFE293;
		  }
	  
 #formular textarea {
      border-width: 1px;
	  border-style:solid;
	  border-color: #940000;
	  background : #008200;
	  color : #FFF3D2;
	  font-family : Arial, Helvetica, sans-serif;
	  font-size : 12px;
	  }
	  
 #formular input.submit {
      height:20px;
	  background-color: #008200;
	  border:none;
	  }
	
	#formular input.radio{
	border:none;
}
	  	  
 #formular span.searched {
    background-color: 940000;
	font-weight:bold;
	color : #FFF3D2;
	padding-bottom : 2px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 3px;
  	}
	  
 #formular span.error {
      color: #999999;
	  font-size:15pt;
	  font-weight:bold
	  }
	
 #formular b {
	color : Black;
	font-family : Arial;
	font-size: 9pt;
}
	
 #formular A
{  font-family : Arial;
    color: #666666; 
}

 #formular A:Link
{  color: #940000;
	font-family : Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none; }
	
 #formular A:Hover
{  color: #008200;
	font-family : Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	 }

 #formular A:Active 
{  color: Red;
	font-family : Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none; }

 #formular A:Visited 
{  color: #999999;
	font-family : Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	 }			

 #formular HR 
{  color: #940000;    width : 600px;  text-align : center;       }

 #formular Table{
	border:none;
}


 #formular TH
{  font-size: 11pt;
    color: #FFF3D2;
	text-align : left;
	background : #008200;
	border : 2px solid #940000;
	padding:0px;
	}

 #formular TD
{  font-size: 9pt;
	color: #FFF3D2;
	border : 1px solid #940000;
	padding-left : 5px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	}
	
 #formular H2
{	font-size: 14pt;
	color: #008200;
	}
	
 #formular H4
{	font-size: 12pt;
	color: #940000;
	text-align : center;
	}
	
/* LAYOUT  Sonderzüge */

#headline{
position: fixed; /*das kann der IE nicht*/
left:0px;
	top:0px;
	height:50px;
}

#formular {
/*den brauchen wir nur für den IE*/
}

#inhalt_form{
margin:0px 0px 0px 0px;}

#sonderzuege {
/*den brauchen wir nur für den IE*/
}

#inhalt_soz{
margin:0px 0px 0px 0px;}

#headline
	{position:absolute;
	left:0px;
	top:0px;
	height:50px;
	}
		
#formular{
height: 100%; /*Das ist unser Schiebecontainer, auch die Scrollbardefinition (wenn gewünscht),
gehört ausnahmsweise hierhin, und nicht in den body*/
width: 305px;
position: absolute;
top: 50px;
left: 0px;
height: 100%;
overflow: auto;
padding:0px;
background-color:#FFF3D2;
scrollbar-3dlight-color : #940000;
	scrollbar-arrow-color : #008200;
	scrollbar-base-color : #940000;
	scrollbar-darkshadow-color : #940000;
	scrollbar-face-color : #FFF3D2;
	scrollbar-highlight-color : #940000;
	scrollbar-shadow-color : #940000;
	scrollbar-track-color : #FFF3D2;
	}
	
#inhalt_form {
position: static;
margin:0px 0px 0px 0px;
text-align:left;
}
	
#sonderzuege {
height: 100%; /*Das ist unser Schiebecontainer, auch die Scrollbardefinition (wenn gewünscht),
gehört ausnahmsweise hierhin, und nicht in den body*/
width: 690px;
position: absolute;
top: 50px;
left: 305px;
height: 100%;
overflow: auto;
padding:0px 0px 0px 10px;
background-color:#FFF3D2;
scrollbar-3dlight-color : #940000;
	scrollbar-arrow-color : #008200;
	scrollbar-base-color : #940000;
	scrollbar-darkshadow-color : #940000;
	scrollbar-face-color : #FFF3D2;
	scrollbar-highlight-color : #940000;
	scrollbar-shadow-color : #940000;
	scrollbar-track-color : #FFF3D2;
	}
	
#inhalt_soz {
position: static;
margin:0px 0px 0px 0px;
text-align:left;
}