@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
}

.all_wrap{
	width:100%;
	min-width:990px;
	background:url(images/bg_oben.gif) repeat-x left top #edf7fa;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:119px;
	float:left;
}
.header_wrap{
	background:url(images/schrift_oben.png) no-repeat top left;
	margin-left:10px;
	width:256px;
	height:64px;
}
.header_wrap h1, .header_wrap h2{
	display:none;
}
.content_wrap{
	float:left;
	display:block;
	padding-bottom:20px;
	min-height:350px;
}
.sonne{
	position:absolute;
	right:0;
	top:64px;
	width:153px;
	height:153px;
	background:url(images/sonne.gif) repeat-x left top;
}
.haus{
	position:absolute;
	bottom:59px;
	right:0px;
	background:url(images/haus.png) no-repeat top left;
	width:309px;
	height:241px;
	z-index:10;
}
.footer{

	/*Hier Start Auskommentieren zur Ansicht in DW*/
	position:absolute;
	bottom:0;
	left:0;
	/*Hier Ende auskommentieren*/
	width:100%;
	height:119px;
	background: url(images/bg_unten.gif) repeat-x top left;
}
.footer .text{
	position:absolute;
	right:37px;
	bottom:0;
	width:455px;
	height:36px;
	background: url(images/footer.png) no-repeat left top;
}
.footer h3{
	visibility:hidden;
}

/*MENU***********************************************/
#menu{
	width:190px;
	margin-right:20px;
	float:left;
	font-size:14px;
	padding-top:40px;
	background:url(images/linie_unten.png)no-repeat bottom right;
	padding-bottom:53px;
}
#menu ul{
	list-style-type:none;
	background:url(images/linie.gif)repeat-y top right;
	margin:0;
	padding-left:25px;	
}
#menu ul ul{
	background:none;  
	
}
#menu li{
	padding:5px 0 1px 0;
}
#menu li a{
	color:#3c4b00;/*888800*/
	font-weight:bold;
	text-decoration:none;
	padding-right:15px;
}
#menu li a:hover{
	color:#ad4d3c;
}
#menu .trenner{
	float:right;
	width:10px;
	height:100%;
}


.content{
	width:455px;
	float:left;
	font-size:12px;
	padding-top:40px;
	color:#233200;
}
.content_bild img{
	padding-bottom:15px;
}
.content h1{
	font-size:20px;
	margin-top:0;
}
.content h2{
	font-size:16px;
}
.content h3{
	font-size:14px;
	margin-bottom:3px;
	padding-bottom:0px;
}
.content h3 a, .content a{
	color:#AD4D3C;
	text-decoration:none;
	font-weight:bold;
}
.content h3 a:hover, .content a:hover{
	text-decoration:underline;
}
.content p{
	font-size:14px;
    line-height:18px;
	margin-top:0px;
}
.content li.zweispaltig{
	width:200px;
	float:left;
}

.content .galerie_bild{
	float:left;
	padding: 0 10px 10px 0;
}
.content .galerie_bild a img{
	border:none;
}