@import url(menu.css);

/* Umschließender Container */
#container {
	position:absolute;
 	left:50%;
 	margin-left:-510px;
 	width:1020px; 
}

#header {
	height: 285px;
	background: url(img/header.jpg);
}

#headerbild {
	width: 251px;
	height: 245px;
	overflow: hidden;
	position: absolute;
	left: 12px;
}

#headerbild img {
	width: 251px;
	height: 245px;
}

#zitat {
	color: #ffffff;
	font:  italic bold 70%/60% verdana, helvetica, arial, sans-serif;
	width: 300px;
	position: absolute;
	top: 10px;
	left: 283px;
}
#zitat #text1 p {
	text-align: right;
	font: normal 70%/60% verdana, helvetica, arial, sans-serif;
	padding-right: 30px;
}

/* Container unterhalb des Headers */
#unten {
	clear: both;
	float: left;
	width: 970px;
	margin: 0 0 0 10px;
	border-left: 15px solid white;
	padding: 15px 0 5px 0;
  	background-color: #efe6d5 ; 
}
* html #unten {
	margin: 0 0 0 5px;
}

#links {
	width: 236px;
  	float: left;
}
#inhalt-links {
	background-color: #ffffff;
	float: left;
	font:  normal 70%/140% verdana, helvetica, arial, sans-serif;
	padding: 5px;
	margin: 0 0 20px 8px;
	width: 218px;
	overflow: hidden;
}
* html #inhalt-links {
	margin: 0 0 20px 4px;
	width: 215px;
}
#rechts { 
	float: left;
	width: 706px;
 	margin: 0 0 0 20px;
	padding: 0;
 }
* html #rechts {
	margin: 0 0 0 19px;
}

#rechts #inhalt {
	background-color: white;
	padding: 10px 20px 10px 20px;
}

#kontakt p.bodytext {
	margin: 0;
	padding: 0;
}

#telefon,  #email, #adresse {
	color: #73654c;
	font:  bold 85%/140% verdana, helvetica, arial, sans-serif;	
	padding: 0 0 20px 20px;
 	margin-left: 8px; 
	background-color: #e1d3ba;
} 
#email a,  #email a:link, #email a:visited {
	color: #9D0E01;
	text-decoration: none;
}
#email a:hover {
	color: #9D0E01;
	text-decoration: underline;
}

#telefon img,#email img { 
	float: left;
	padding-right: 10px;
}

#footer {
	clear: both;
	margin-left: 25px;
	padding: 0;
	width: 970px;
	height: 25px;
	border-top: 2px solid #91836a;
	font: normal 60%/140% verdana, helvetica, arial, sans-serif;
	text-align: center;
}
* html #footer {
	padding-top: 5px;
}

img#at {
	clear: both;
}

hr, hr.divider { color: #EFE6D5; background-color: #EFE6D5;}

#kontakt #email p {clear:both}