html {
	text-align:				center;
	width:					100%;
	height:					100%;
	padding:				0;
	margin:					0;
	font: normal 7pt/7pt Verdana, sans-serif;
}


H1 {

	font-family: 			Verdana;
	font-size: 				10pt;
	font-weight: 			bold;
	font-variant: 			normal;
	line-height: 			normal;
	font-style: 			normal;
	text-decoration: 		none;
	color: 					#000000;
}


a:link{

	text-align:				right;
	color:					black;
	text-decoration: 		none;    
	font-weight: 			normal;	
	font-family: 			Verdana, Helvetica;		
	font-size: 				8pt;
	
}

a:visited{
	
	text-align:				right;
	color:					black;
	text-decoration: 		none;    
	font-weight: 			normal;	
	font-family: 			Verdana, Helvetica;		
	font-size: 				8pt;
	
}

a:hover{
	
	text-align:				right;
	color:					black;
	text-decoration: 		underline;    
	font-weight: 			normal;	
	font-family: 			Verdana, Helvetica;		
	font-size: 				8pt;
	
}

a:active{
	
	text-align:				right;
	color:					black;
	text-decoration: 		underline;    
	font-weight: 			normal;	
	font-family: 			Verdana, Helvetica;		
	font-size: 				8pt;
	
}




body {

	scrollbar-base-color:	#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:	#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:	Black;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:	#ffffff;
	scrollbar-track-color:	#ffffff;

	margin:					0px;
	width:					100%;
	height:					100%;
	padding:				0px;
	
	background:				#b6b5b5 url("../img/bg.gif");
		
}

.siteborderaussen   
	{
	position: 				relative;
	top:					0px;
	left:					0px;
	width: 					1000px;
	height: 				600px;
	visibility: 			visible;
	z-index: 				5;
	margin-left:			auto;
	margin-right:			auto;

}



.td_high {
background-color: 			red;

}

.td_low {
background-color: 			green;
}

html, td {
font-family: 				Verdana; 
font-size: 					8pt; 
color: 						black; 
line-height: 				18px;
}



/*
	Formular
*/




					   
.input1 
	{
	border: 						1px solid #000000;
	background: 					white;
	height:							17px;
	font-size:						10px;
	width:							200px;
} 
						   
*html .input1 
	{
	border: 						1px solid #000000;
	background: 					white;
	height:							17px;
	font-size:						10px;
	width:							180px;
} 
	
	
.textarea 
	{
	border: 						1px solid #000000;
	background: 					white;
	font-size:						10px;
}  


.button 
{
	margin: 						0px 0px;
	padding: 						0px 0px 0px 0px;
	height:							16px;
	width:							73px;
	font-size:						9px;
	border-top-width:	 			1px;
	border-bottom-width:			1px;
	border-left-width: 				1px;
	border-right-width:				1px;
	border-top-style:	 			solid;
	border-bottom-style:			solid;
	border-left-style: 				solid;
	border-right-style: 			solid;
	border-top-color:	 			#000000;
	border-bottom-color:	 		#000000;
	border-left-color: 				#000000;
	border-right-color: 			#000000;
	color:	 						#000000;
	background:						#ffffff;
}	



/*
	Image Fade
*/


#imageContainer {
	position:relative;
	margin:auto;
	width:300px;
	border:1px solid #000;
}