/*  adventure-golf-fehmarn.de - Layout-Stylesheet

	Datum: 26.03.2010
	Autor: Jörg Harling

*/

/************************************/
/*          Seitenlayout            */
/************************************/

body {
	background: url(/bitmaps/bg_body.jpg) repeat-x top #ffffff;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	padding:0;
	width: 960px;
	height: auto;
	position:relative;
}

#header {
	margin: 0;
	padding:0;
	background:url(/bitmaps/bg_header.jpg) no-repeat;
	width: 960px;
	height: 464px;
	position:relative;
	clear:both;
}

#topnav {
	margin:28px 0px 0px 795px;	
	position:absolute;
	z-index:3;
}

#headershadow {
	width: 960px;
	height: 362px;
	background:url(/bitmaps/swoosh.png) no-repeat;
	position:absolute;
	z-index:1;
}

*html #headershadow {
	background:url(/bitmaps/swoosh.gif) no-repeat;
}

#flashContent {
	width:675px;
	height:190px;
	margin:0px 0px 0px 250px;
	position:absolute;
	top:54px;
}

#iconnavi {
	width:78px;
	height:32px;
	position:absolute;
	right:30px;
	top:315px;
	z-index:2;
}

#left {
	width:210px;
	height:auto;
	margin:-85px 0px 0px 0px;
	padding-left:43px;
	position:absolute;
	left:0;
	padding-bottom:20px;
}


#content {
	width:630px;
	height:auto;
	font-size:0.8em;
	padding:10px 20px 90px 20px;
	margin-left:268px;
	background: url(../bitmaps/bg_bot_content.gif) bottom no-repeat #f6f9eb;
}

#content div.main {
	width:100%;
	padding:0px;
	color:#444;
	min-height:300px;
}

.inner_left {
	float:left;
	width:300px;
	margin:0px 0px 30px 0px;
	padding-right:30px;
}

.inner_right {
	float:left;
	width:300px;
	margin:0px 0px 30px 0px;
}
