/*

	Author: webin - markus bessler
	Website: freilandmuseum-fladungen.de

*/

html, body{
	margin:0;
	padding:0;
	
}
body{
     font-size:85%;
     font-family: Arial, Verdana, Helvetica, sans-serif;

}
h1{
     color: #7b3136;
}
h2{
     color: #7b3136;
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-size:22px;

}
h2.aktuelles{
	margin:10px 0;
}
h3{

}
h4{
	font-weight:normal;
}
h4.aktuelles{
	font-style:italic;
	font-size:0.9em;
	margin:10px 0 0 0;
}


#wrapper{
	width:990px;
	margin:0;
	padding:0;
	background:url(../pic-include/wrapper-bg.jpg) left top repeat-y;
	position:relative;
}

#head{
	width:978px;
	height:85px;
	background-color:#a2bdb0;
}

#menu{
	width:200px;
	float:left;
}

#menu ul{
	margin:30px 0 0 0;
	padding:0;
	list-style-type:none;
	font-size:0.95em;
}
#menu ul li a{
	display:block;
	padding:4px 0 4px 30px;
	color:#ffffff;
	text-decoration:none;
	border-top:1px dotted #ffffff;
}
#menu ul li a:hover, #menu ul li a.active{
	color:#000000;
	background-color:#e8d0b1;
}
#menu ul ul{
	margin:0;
}
#menu ul ul li a{
     display:block;
	padding:4px 0 4px 40px;
	color:#ffffff;
	font-size:1em;
	text-decoration:none;
	border-top:none;
}


#content{
	width:580px;
	margin:30px 0 0 240px;
}

#picturebox{
	right:30px;
	top:20px;
	position:absolute;
	width:120px;
}
#picturebox img{
	padding-top:20px;
}

#footer{
	width:986px;
	margin:-10px 0 0 0;
	padding: 22px 0 35px 0px;
	text-align:center;
	font-size:0.9em;
	line-height: 20px;
	color:#d3af8b;
	background:url(../pic-include/footer-bg.jpg) top left no-repeat;
	border-top:1px solid #aaaaaa;
}
#footer a{
	color:#d3af8b;
	padding:0 10px;
	text-decoration: none;
	font-style:italic;

}

.kultur{
	font-style:italic;
	color:#eeeeee;
	font-size:0.9em;
}
.aktuelles_bild_box{
	margin-top:20px;
}
.aktuelles_bild{
	margin:0 20px 0 0;
}
.hervorgehoben{
     color: #7b3136;
	font-size:16px;
	font-weight: bold;
}
.fl_l{
	float:left;
}
.fl_r{
	float:right;
}
.hintergrund-dunkel{
     background:#efefef;
}
.picturegallery{
	width:170px;
	height:170px;
	display:block;
	margin:0 20px 20px 0;
	float:left;
}
.dl_files{
	display:block;
}
.imagelink{
	display:block;
	width:130px;
	height:80px;
	float:left;
}
.imagelink img{
	border:none;
}
.linkbox{
	width:580px;
	height:120px;
}
#content .error{
	color:red;
}
/*
	Clearfix Hack
*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}	


