body	{
	background-color: #40465B;
	scrollbar-base-color:#40465B;
   scrollbar-3dlight-color:#cccccc;
   scrollbar-arrow-color:#cccccc;
   scrollbar-darkshadow-color:#000000;
   scrollbar-face-color:#40465B;
   scrollbar-highlight-color:#000000;
   scrollbar-shadow-color:#cccccc;
   scrollbar-track-color:#595f79;
}

td, th, li, p {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;}



/*Liste definieren*/
li {
list-style-image:url(../images/list.gif);
line-height : 160%;
text-align: left;
font-weight: normal; 
font-variant: normal; 
text-transform: none;
}

.imp {
	font-size:10pt;
	line-height:140%;
	text-align:justify
	}

.haengend{
	font-size:10pt;
	line-height:120%;
	text-align:justify
	}
		
.headline1 { 
	font-family: courier new, courier, monospace;
	color: #ffffff;
	font-weight:700;
	font-size: 25pt;}	

.headline2 { 
	font-family: courier new, courier, monospace;
	color: #ffffff;
	font-weight: 700;
	line-height: 140%;
	font-size: 12pt;}


.headline3 { 
	font-family: courier new, courier, monospace;
	color: #ffffff;
	font-weight: 800;
	line-height: 100%;
	font-size: 11pt;}	

p {
	line-height:120%;
	text-align:justify;
	}


.bg_color{
	background-color: #595f79;}

.bg_color2{
	background-color: #40465B;}
	
.small_font{
   font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #908E8E;
	}

.small_font2{
   font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	}

.small_font3{
   font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	}
	
/* Pseudoformate fuer Hyperlinks */
a:link 		{color:#ffffff; text-decoration:underline;}	
a:visited	{color:#ffffff; text-decoration:underline;}	
a:hover 		{color: #ffffff; text-decoration:none;}
a:active 	{color:#ffffff; text-decoration:underline;}
a:focus 		{color:#ffffff; text-decoration:underline;}

a.footer:link {color: #908E8E; text-decoration:underline}
a.footer:visited {color: #908E8E; text-decoration:underline}
a.footer:active {color: #908E8E; text-decoration:underline}
a.footer:hover {color: #908E8E; text-decoration:none}





/* =Formulare
===============================================*/
#kontakt em {
	font-weight: bold;
	font-style: normal;
	color: #C90F14;
	}
	
#kontakt fieldset {
	width: 30em;
	margin: 1.5em auto 1.5em auto;
	padding: 5px;
	display: block;
	font-size: 0.80em;
	border: 1px solid #9B8673;
	background: #ccc;
	}
			
#kontakt legend {
	background: #FFF;
	color: #8D8E56;
	padding: 4px;
	border: 1px solid #B9C8B2;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 0.90em;
	}

#kontakt label {margin: 5px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #40465B;
} 

.kontaktdaten label {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #40465B;
	display: block;
	width: 5em;
	float: left;
	}
	
.anfrage label {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #40465B;
	display: block;
	width: 5em;
	float: left;
	}

#kontakt input,
#kontakt textarea {
	margin: 3px 0;
	border: 1px solid #B9C8B2;
	background: #FFF;
	padding: 3px 3px;
	} 

#kontakt textarea {
font-size: 120%;
}

#kontakt .tField{
	width: 200px;
} 

#kontakt select{
	margin: 3px 0;
	border: 1px solid #B9C8B2;
	background: #FFF;
	padding: 3px 3px;
	width: 200px;
	}
						
#kontakt input:active, 
#kontakt input:focus, 
#kontakt input:hover { 
	background: #E8EBDF;
	}
	
#kontakt .checkbox,
#kontakt .radio{
	margin: 0 7px 3px 0;
	border: 0;
	background: #F7F7F7;
}


   
.buttons {text-align: center;}
	


