/* CSS Document */


 body {
 	 background-color:#FFFBE5;
	 margin-left:55px;
	 margin-right:55px;
	 margin-top:55px;
	
 	}

 h1, h2, h3, h4 {
	color:#090071;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

 h1 {
 	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid;
	border-bottom-color:#FF0000;
	margin-bottom: 1em;
	padding-bottom:5px;
	}
	
 h2 {
	font-size:13px;
	font-weight:bold;	
	margin-bottom:1em;
	margin-top:3em;
	}
	
 h3{
	font-size:11px;
	font-weight:bold;	
	line-height:16px;	
	margin-bottom: 0.3em;
	margin-top:1.5em;
	padding-left:1.4em;
	}	
	
 h4{
	font-size:11px;
	font-weight:normal;
	line-height:16px;	
	margin-bottom:0em;
	margin-top:0.1em;
	padding-left:1.4em;
	}	

 #fett	{
	font-weight:bold;	 	
	}

 #main_grafik {
 	padding-top: 30px;
 	padding-left: 80px;
	}	
	
 .text {
	color:#090071;
	font-weight:regular;
	font-size:11px;
	line-height:1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:2.3em;
	}
	
 a:link{color:#f00; text-decoration:none;}
 a:visited{color:#090071; text-decoration:none;}
 a:hover{color:#f00; text-decoration:underline;}
 a:active{color:#090071; text-decoration:none;}

	
 #div_rechts {
	width:230px;
	position:absolute;
	left: 465px;
	top: 80px;
	margin-top:40px;
	float:right;
    z-index:10;
/*	border: 1px solid #ff0000;  */
 	}	
	
 #foto {
 	border:1px solid #090071;
	}
	
 #content {
	width:625;
	position:absolute;
	left: 70px;
	top: 80px;
	padding-bottom:55px;
	z-index: 0;
	}
	
	
	
	
	
	
	
/* STYLES NUR FURR KONTAKT */	
 form p {
	width: 380px;
	min-height: 20px;
	margin: 8px 0px;
	clear:both; 
	background-color:#F7E1B6;
	}	
	
 label {
	vertical-align:middle;
	color:#090071;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:1.5em;
	margin-top:4px;
	float:left;		
 	}
	
 form p input, form p textarea, form p select {
	float: right;
	}

  input {
	width:250px; 
	height:20px;	
	}	
		
  select {
	width: 125px;
	height:20px;
	border:1px solid #090071;
	}		
	
 #adresse {
	color: #090071;
	padding-top:14px;
	padding-right:20px;
	font-size: 11px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:right;
	}	
			
