	/*Scrollbar - IE only*/

body {
	background-color: #9F9FA0;
	background-image: url(pics/hg_grauverlauf.jpg);
	background-repeat: repeat-y;
	margin:0px;
	scrollbar-track-color:#9F9FA0;
	scrollbar-face-color:#9F9FA0;
	scrollbar-arrow-color:#FC890D;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#E6E6E8;
	scrollbar-shadow-color:#313132;
	scrollbar-darkshadow-color:#000000;
}

.texthg {
	background-color: #EFEFF1;
}

	
	/*Text - normal*/

.text0 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: normal;
	color:#313132;
}

.text1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	line-height: 19px; 
	font-weight: normal;
	color:#313132;
}

.text2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px; 
	font-style: normal; 
	line-height: 21px; 
	font-weight: normal;
	color:#313132;
}
	
	/*Text - bold*/

.text0b {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: bold;
	color:#313132;
}

.text1b {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	line-height: 19px; 
	font-weight: bold;
	color:#313132;
}

.text2b {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px; 
	font-style: normal; 
	line-height: 21px; 
	font-weight: bold;
	color:#313132;
}
	
	/*Text - light*/

.text0l {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: lighter;
	color:#313132;
}

.text1l {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	line-height: 19px; 
	font-weight: lighter;
	color:#313132;
}

.text2l {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px; 
	font-style: normal; 
	line-height: 21px; 
	font-weight: lighter;
	color:#313132;
}


	/*Links*/

a:link {  color: #313132; text-decoration:underline; }
a:visited {  color: #313132; text-decoration:none; }
a:hover {  color: #FC890D;  text-decoration:underline; }
a:active {  color: #FC890D; text-decoration:none; }



	/*Tabellenrahmen und Ueberschriften*/


.tabrahmen { 
	border-top:1px solid #313132; 
	border-bottom:1px solid #313132; 
	border-left:1px solid #313132; 
	border-right:1px solid #313132; 
	}
	
.tablinie { 
	border-bottom:1px dashed #313132; 
	}

.headline { 
	border-bottom:1px dashed #313132; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px; 
	font-style: normal; 
	line-height: 21px; 
	font-weight: bold;
	color:#FC890D;
	}
	
.subheadline { 
	border-bottom:1px solid #313132; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal;
	line-height: 19px;  
	font-weight: normal;
	color:#313132;
	}
	
.linkline { 
	border-bottom:1px solid #313132;
	border-left:1px solid #313132;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-style: normal;
	line-height: 15px;  
	font-weight: normal;
	color:#313132;
	}
	
.linkline2 { 
	border-bottom:1px solid #313132;
	border-right:1px solid #313132;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-style: normal;
	line-height: 15px;  
	font-weight: normal;
	color:#313132;
	}
	
li { list-style-image: url(pics/listen.gif); }

	/*Eingabefelder - Schrift- u.Hintergrundfarbe*/

textarea, input {
  background-color:#9F9FA0;
  color:#313132;
} 

