/* CSS-Stile Ferienhof Lunau - Layout */



body {
	background: url(../bitmaps/bg_body.jpg) repeat top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4D2500;
}

#container{
	margin: 0 auto;
	width: 960px;
	height: auto;
	margin-top:20px;
	background:#fff;
	overflow:hidden;
	margin-bottom:10px;
}

#header {
	width: 960px;
	height: 310px;
	background: url(../bitmaps/bg_header.jpg) no-repeat top center #fff;
}

#flashContent {
	width:710px;
	height:288px;
	margin-left:147px;
	margin-top:17px;
}

#header_input{
	width:250px;
	height:15px;
	position:absolute;
	margin: 2px 0px 0px 705px;
	font-size:11px;
	font-style:italic;
	color: #fff;
}

#pferd_maedchen {
	background: url(../bitmaps/pferd_maedchen.png);
	width: 276px;
	height: 347px;
	position:absolute; 
	margin: 17px 0px 0px 675px;
	z-index:
}

*html #pferd_maedchen {
	background: url(../bitmaps/pferd_maedchen.gif);
}

#rueckruf {
	width:75px;
	height:30px;
	padding:5px;
	background: #fff;
	position:absolute;
	margin: 17px 0px 0px 875px;
	z-index:1;
}

#left {
	width: 147px;
	height:auto;
	background-color:#fff;
	float:left;
	margin-bottom:200px;
}

#content {
	width: 773px;
	height:auto;
	background-color: #fff;
	float: left;
	padding:20px;
}

.clearfix {
	clear:both;	
}

#footer{
	width:940px;
	height:10px;
	background: url(../bitmaps/bg_footer.gif) repeat-x top center;
	padding: 20px;
	font-size:10px;
	clear:both;
	font-style:italic;
	text-align:center;

}