/****************************** Container - START ******************************/

div#logo
{
	position:absolute;
	top:20px;
	left:40px;
	width:550px;
	height:80px;
	background-repeat:no-repeat;
	background-image:url(../images/logo.png);
}

div#banner_img
{
	position:absolute;
	top:0px;
	left:580px;
	width:400px;
	height:300px;	
	background-image:url(../images/ferienhof.png);
}

div#banner
{	
	width:980px;
	height:171px;
	top:0px;
	left:0px;	
	background-image:url(../images/banner_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

div#topnavigation
{
	width:100%;
	height:45px;
	background-image:url(../images/topnav_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

div#content
{
	float:left;
	width:100%;
	background-color:#ffffcc;
	background-image:url(../images/content_bg.gif);
	background-position:top left;
}

div#content div#main
{
	float:left;
	width:550px;
	padding:0px 15px 0px 15px;
}

div#content div#sidebar
{
	float:left;
	width:340px;
	padding:80px 0px 160px 10px;
}

div#subnavigation
{

}

div#footer
{
	clear:both;
	width:100%;
	height:90px;
	background-image:url(../images/footer_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	padding-top:30px;
	color:#ffffff;
	font-size:11px;
	line-height:14px;
}

div#sunflower
{
	position:relative;
	left:700px;
	top:-210px;
	width:220px;
	height:220px;
	background-image:url(../images/sonnenblume.png);
}

div#mindist
{
	float:left;
	height:100px;
	width:100px;
}

/****************************** Container - ENDE ******************************/

