@import url(nav.css);
@import url(blog.css);
@import url(_preise.css);

html { height: 100%;}

body {

    	margin: 0;
    	font-family:  sans-serif, arial, verdana, sans-serif;
    	font-size: 10pt;
    	background: #f2f4f7 url(/media/layout/background-bod.jpg);
	background-position: top;
    	background-repeat: repeat-x;

}



#wrapper {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	background-image: url(/media/layout/bg-wrapper_neu.jpg);
	background-repeat: repeat-y;
	width: 1080px;
	min-height:600px;
	
}

#header {
	position: relative;
	margin: 0 auto;
	/*background-image: url(/media/layout/header-aussen.png);*/
	width:1080px;
	height:308px;




}

#header img{
border:0;}
#header-nav { position:absolute;
		padding:0;
		margin:0;
		background-image: url(/media/layout/bg-header-nav.png);
	     	top:20px;
	      	left:377px;
	      	width:700px;
	      	height:35px;
	     	text-align:right;
		border-top: 1px solid #766242;
		border-left: 1px solid #766242;
		border-bottom: 1px solid #766242;
	     
}
#header-bild{

	position:absolute;
	top:0;
	left:1px;
	width:817px;
	height:286px;


}

#top-nav {
	margin-left:1px;
	padding-top:0px;
	background-image: url(/media/layout/bg-topnav.jpg);
	width:1078px;
	height:43px;


}

#top-menu{
	position:absolute;
	top:316px;
	left:5px;
	width:1050px;
	height:30px;
	}

	
#language {
	position:absolute;
	padding:0 10px 0 10px;
	top:460px;
	left:500px;
	width:260px;
	height:30px;
	text-align:center;
}


#content {
	float:left;	
	margin-left:20px;
	width:750px;
	min-height:400px;
	color:#554618;
	
	

}
#content .gallery-img{margin-left:97px;}
#content .gallery-img img{border:1px solid #554618 ;}




#right-nav { float:right; width: 270px; margin-right:1px; }






.sitemap a{
		text-decoration:none;
		color:#554618;

}

	
#footer {
	margin: 0 auto;
	background-image: url(/media/layout/bg-footer.jpg);
	padding-top:5px;
	width:1080px;
	height:38px;
	text-align:center;
	color:#554618;


}

#footer a {
	color: #554618;
}

