body,html{
	padding:0px;
	margin:0px;
	background-position: center top;
	background-image: url('background.png');
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	min-width:1246px;
	min-height:100vh;
}

#background_inhalt{
	height:100%;
	margin: 0 auto 0 auto;
	background-image:url('content.png');
	background-repeat:repeat-y;
	background-position:center;
}

#background_oben{
	background-image:url('background_oben.png');
	background-repeat:repeat-x;
	height:195px;
	margin: 0 auto 0 auto;
	height: 100%;
}
#header{
	margin: 0 auto 0 auto;
	position:relative;
	width:1000px;
	height:195px;
	background-image:url('head-mode.png');
	background-repeat:no-repeat;
}
#header_blume{
	position:absolute;
	background-image:url('header_blume.png');
	background-repeat:no-repeat;
	width:549px;
	height:371px;
	left: -133px;
}
#header_bild{
	position:absolute;
	top:0px;
	right:112px;
	width: 600px;
	height: 198px;
	background-repeat:no-repeat;
	background-position:right;
}

#hauptmenue_oben {
	position:absolute;
	top:157px;
	left:300px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:18px;
}

#hauptmenue_oben ul{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}

#hauptmenue_oben li {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;


}


#hauptmenue_oben li a{
	padding-right: 27px;
	padding-left: 9px;
	padding-top: 10px;

	display: inline-block;
	height:36px;
	
	background-image: url(trenn.png);
	background-repeat:no-repeat;
	background-position: right top;
}
#hauptmenue_oben li:last-child a{
	background-image:none;
}




.nav li, .breadcrumb li{
	 list-style: none;
	 margin-bottom: 5px;
}
.nav a, .breadcrumb a, a{
	text-decoration: none;
}

#hauptmenue_oben li, .breadcrumb li{
	display:inline;
}

#aussen {
	background-position: center top;
	background-image: url('header.png');
	background-repeat: no-repeat;
	
}
#inhalt {	
	margin: 0 auto 0 auto;
	position:relative;
	min-height: 400px;
	width: 1000px;
	z-index:3;
}






#hauptmenue_links {
	position:absolute;
	top:140px;
	left:-25px;
	font-size: 14px;
	width: 180px;
}

#hauptmenue_links a {
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D1A6A1; 
	
	height: 20px;
	display: inline-block;
	width: 120px;
}
#hauptmenue_links li:last-child a{
	border-bottom:none;
}


#text {
	padding-top:25px;
	padding-left:260px;
	width: 705px;
}
.breadcrumb{
	padding-left: 0px;
	font-size:12px;
}
.breadcrumb a{
	color:#c7c7c7;
}

.item-page a {
	color:#C66;
}
.item-page a:hover{
	text-decoration: underline;
}
.page-header{
	color:#D1A6A1;
}



#footer {
	height:152px;
	width: 1000px;
	margin: 0 auto 0 auto;
	position:relative;
	z-index:2;
	margin-top: -115px;
}
#footer_bild {
	background-image:url('footer.png');
	background-repeat:no-repeat;
	background-position: right;
	height:152px;
	width: 1020px;
	right:-20px;
	position:absolute;
}

#hauptmenue_oben a:active,#hauptmenue_oben a:link,#hauptmenue_oben a:visited,#hauptmenue_links a:link, #hauptmenue_links a:visited{
	color:#353D3F;/*antrazit*/
}

#hauptmenue_oben a:hover, #hauptmenue_oben .active a{
	color:white;
}

#hauptmenue_links a:hover, #hauptmenue_links .current a, h2{
color:#D1A6A1; /*hellrosa*/
}