/* CSS Document */

html{ height:90%;}

body{
background-color:#BFBFBF;
margin:0;
padding:10% 0 0 0;
text-align:center;
height:80%;}

html>body{height:90%;}

#box{
	color:black;
	width:780px;
	height:480px;
	text-align:left;
	margin:auto;
	padding : 0px;
	overflow:hidden;
	background: #EFEFEF url(_images/back_haupt.jpg) top left repeat-x;
	position: relative;
}

#boxkontakt{
	color:black;
	width:780px;
	height:480px;
	text-align:left;
	margin:auto;
	padding : 0px;
	overflow:hidden;
	background: #EFEFEF url(_images/back_haupt_kontakt.jpg) top left repeat-x;
	position: relative;
}

#boxleistungen{
	color:black;
	width:780px;
	height:480px;
	text-align:left;
	margin:auto;
	padding : 0px;
	overflow:hidden;
	background: #EFEFEF url(_images/back_haupt_lupe.jpg) top left repeat-x;
	position: relative;
}

#boxperson{
	color:black;
	width:780px;
	height:480px;
	text-align:left;
	margin:auto;
	padding : 0px;
	overflow:hidden;
	background: #EFEFEF url(_images/back_haupt_leistungen.jpg) top left repeat-x;
	position: relative;
}

#boxleer{
	color:black;
	width:780px;
	height:480px;
	text-align:left;
	margin:auto;
	padding : 0px;
	overflow:hidden;
	background: #EFEFEF url(_images/back_haupt_leer.jpg) top left repeat-x;
	position: relative;
}






h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#AF2D37;
	font-size:100%;
	clear: inherit;
	}

#header{
	background-image: url(_images/back_navi.gif);
	height: 113px;
	width: 100px;
	margin-left:px;
	top: 352px;
	position: absolute;
	}
	
#headline{
	height: 50px;
	width: 300px;
	margin-left:50px;
	margin-top: 40px;
	
	}
	
#headline_start{
	width: 300px;
	margin-left:50px;
	margin-top: 120px;
	
	}
	
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	margin-left: 640px;
	position: absolute;
	top: 352px;
 }

ul#navlist {display:inherit;  padding:0px; text-align:left; margin-left:10px; margin-top:0px;} 

 #navlist li
{
	height: 20px;
	line-height:20px;
	padding-right: 15px;
	list-style-type: none;
}

.navi a {
	color: #A53131;
	text-decoration: none;
}

.navi a:hover{
	background-color: #AF2D37;
	color: white;
	font-weight: bolder;
}

.navi a.aktiviert{
	color: #999999;
	font-weight: bolder;
}

#inhalt_start{
	margin-left:50px;
	height: 376px;
		}

.clr {clear:both;}

#textinhalte {
	float:left;
	margin-top: 15px;
	padding-left: 0px;
	width: 365px;
	height: 240px;
	margin-left: 50px;
 }
 
#textinhalte p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:70%;
	clear: inherit;
	line-height: 1.4em;
}

#kontaktinhalte {
	float:left;
	margin-top: 15px;
	padding-left: 0px;
	width: 550px;
	height: 240px;
	margin-left: 50px;
 }
 
#kontaktinhalte p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:70%;
	clear: inherit;
	line-height: 1.4em;
}
 
#bildleiste {
	float:left;
	margin-top: 10px;
	padding-left: 0px;
	width: 522px;
	background-color: #999999;
	height: 87px;
 }
 
.headlinebild {
	float:left;
	margin-bottom: 5px;
	margin-right: 5px;
	clear:both;
	
}

.fliesstext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#000000;
	line-height: 1.4em;
	
}

.ausfzaehlungen {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	color:#A83032;
	line-height: 2em;
	font-weight: bold;
		
}
/* Footer */

#footer{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
color:#FFFFFF;
	background-color : silver;
	width:780px;
	height:20px;
	text-align:center;
	margin:auto;
	padding : 0px;
	position: relative;
	}
#footer a {

color:#FFFFFF;
}

#footer a:hover {
color:#FFFFFF;
}



/* Formular */

input,textarea {
	margin: 3px 0;
	border: 0px solid #4b408c;
	background: white;
	padding: 3px 3px;
	position: relative;
}
    input:active, input:focus, input:hover {
	background: #A53131;
	color: #FFFFFF;
}
	label {
	margin: 5px 0;
	width: 50px;
}
	
	.kontaktdaten label {display: block;
   width: 5em;
   float: left;}
legend {
	background: #A53131;
	padding: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 10px;
}

fieldset {border: 0}

.row { clear: both; }

