@charset "utf-8";
/****** CSS für Campingplatz Surendorf 2010 *******/
/****** layout.css  *******/
/****** Autor: Judith Mewes  *******/
/****** Datum: 19.02.2010    *******/


/*******************************************/
/*               Seitenlayout              */
/*******************************************/

body {
	background:url(../bitmaps/bg_body.jpg) top repeat-x #ebf2f7;
}


#container {
	background:url(../bitmaps/bg_main.jpg) top repeat-y;
	width:960px;
	height:auto;
	margin: 5px auto 0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.clearfix {
	clear:both;
}


#mainnav {
	width:167px;
	height:auto;
	float:left;
	background:url(../bitmaps/bg_mainnav.gif) top left no-repeat;
	padding-bottom:30px;
	padding-top:0px;
	margin-left:0px;
	overflow:hidden;
}

*html #mainnav  {
	margin:-3px 0px 0px 0px;
}

*:first-child+html #mainnav  {
	margin:-3px 0px 0px 0px;
}


#content {
	width:712px;
	height:auto;
	float:left;
	padding:15px 40px 0px 40px;
}


#footer {
	width:960px;
	height:120px;
	background:url(../bitmaps/footer.jpg) left top no-repeat #EBF2F7;
}

#footer .konimp {
	position:absolute;
	font-size:12px;
	color:#1d72a5;
	margin:75px 0px 0px 630px;
}

#footer .konimp a:link, #footer .konimp a:visited {
	color:#1d72a5;
	text-decoration:none;
}

#footer .konimp a:hover {
	color:#1d72a5;
	text-decoration:underline;
}

#footer .agentur {
	position:absolute;
	font-size:10px;
	color:#C0BBB8;
	margin:75px 0px 0px 0px;
}

#footer .agentur a:link, #footer .agentur a:visited {
	color:#C0BBB8;
	text-decoration:none;
}

#footer .agentur a:hover {
	color:#C0BBB8;
	text-decoration:underline;
}