/*Allgemeine Stile*/
* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #999;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: #000;  
	}
/*Überschriften*/
h1 { 
	font-size: 1.2em;
	line-height: 1.8em; 
	font-weight: bold; 
	color: #600;
	padding-bottom: 10px; 
	}
h2 { 
	color: #600; 
	font-size: 1.1em; 
	line-height: 140%; 
	padding-bottom: 7px; 
	}
/*Absätze*/	
p {  
	font-size: 1.1em; 
	line-height: 150%; 
	margin-bottom: 5px; 
	padding-bottom: 5px; 
	}
p.ohne { 
	line-height: 120%;
	padding-bottom: 0px; 
	}
p.impressum { 
	font-size: 1em; 
	line-height: 120%; 
	margin-bottom: 5px; 
	}
p.infos {
	font-size: 1em;
	color: #999;
	}
p.ref {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}			
/*Links*/
a { 
	color: #9c4755; 
	text-decoration: none;
	}
a:hover {
	color: #600;
	text-decoration: none; 
	}
/*Bilder*/
img {
	border: 0;
	}
.border {
	margin: 5px 5px 10px 5px;
	border: #ccc solid 1px;
	}
.pfeil {
	margin-left: 10px;
	}
/*Bild_unten GS*/
#bild_unten { 
	position: absolute; 
	top: 560px; 
	left: 580px; 
	width: 100px; 
	height: 100px;
	}				
/*Tabelle*/
table {
	empty-cells: show;
	width: 390px;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 1.1em;
	color: #000;
	}
td { 
	padding: 0px 10px 10px 5px;
	border-style: none;
	text-align: left;
	}	
/*Bereiche*/	
#main { 
	background-color: #fff; 
	position: absolute; 
	top: 50%; left: 50%; 
	width: 680px; 
	height: 660px; 
	margin: -340px 0 0 -340px; 
	}
/*Logo*/
#logo {
	position: absolute; 
	left: 414px; 
	width: 266px; 
	height: 100px; 
	}
.logo {
	border: 0;
	}		
/*Navigation*/
#navi {
	background-color: #996666; 
	position: absolute; 
	width: 180px; 
	height: 510px; 
	visibility: visible; 
	padding-top: 150px; 
	}
ul#navi li {
	float: left;
	padding-left: 0;
	}	
#navi ul {
	list-style-type: none;
	border-style: none;
	}
#navi li {
	padding-bottom: 5px;
	}
/*Inhalt*/
#inhalt { 
	position: absolute; 
	top: 110px; 
	left: 180px; 
	width: 385px;
	visibility: visible; 
	padding: 70px 0 0 15px; 
	line-height: 15px;
	float: left;
	}
#ref_blaettern1 { 
	position: absolute; 
	top: 470px; 
	left: 328px; 
	width: 55px; 
	height: 20px;
	padding: 2px;
	}
#ref_blaettern2 { 
	position: absolute; 
	top: 470px; 
	left: 300px; 
	width: 80px; 
	height: 20px;
	padding: 2px;
	}		
/*Aufzählung Leistungen*/
#inhalt ul { 
	margin-bottom: 10px; 
	list-style-type: square; 
	padding: 0px 0px 5px 20px;
	}
#inhalt li { 
	margin-bottom: 0; 
	padding: 0 0 3px;
	font-size: 1.1em;
	} 	
/*Footer*/
#infos { 
	position: absolute; 
	top: 630px; 
	left: 180px; 
	width: 490px; 
	height: 50px; 
	padding: 0 0 0 10px; 
	}
/*Impressum*/
#spalte_links {
	float: left;
	width: 180px;
	height: 120px;
	padding: 0 10px 10px 0;
	margin-bottom: 5px;
	}
#spalte_rechts	{
	float: right;
	width: 180px;
	height: 130px;
	padding: 0 10px 0px 0;
	margin-bottom: 5px;
	}

/*Formular*/
form {
	width: 380px;
	padding-left: 20px;
	}
label {
	display: block;
	}	
input, textarea { 
	color: #666;
	padding-bottom: 10px;
	border: solid 1px #999;
	font-family: Verdana, Arial; 
	}	
#bereich { 
	border: solid 1px #999;
	width: 300px;
	height: 100px;
	padding: 2px;
	font-size: 1em;
	}
#mail, #tel, #name {
	border: 1px solid #999;
	color: #666;
	width: 300px;
	height: 15px;
	padding: 2px;
	}	
.button { 
	width: 110px;
	height: 20px; 
	border: solid 1px #666;
	background-color: #999;
	color: #fff;
	font-size: 1em; 
	}

