/*  kurhotel-steenbock.de - Layout-Stylesheet

	Datum: 25.03.2010
	Autor: Jörg Harling

*/

/************************************/
/*          Seitenlayout            */
/************************************/

body {
	background: url(/bitmaps/bg_body.jpg) no-repeat top center #ffffff;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	padding:0;
	width: 900px;
	height: auto;
	position:relative;
}

#header {
	margin: 0;
	padding:0;
	background:url(/bitmaps/bg_header.jpg) no-repeat;
	width: 900px;
	height: 311px;
	position:relative;
	clear:both;
}

#headershadow {
	width: 900px;
	height: 29px;
	background:url(/bitmaps/header_shadow.png) no-repeat;
	position:absolute;
	top:119px;
}

#backhome {
	position:absolute;
	margin:20px 0px 0px 250px;
	width:390px;
	height:100px;
	z-index:100;
}

*html #headershadow {
	background:url(/bitmaps/header_shadow.gif) no-repeat;
}

#left {
	width:195px;
	height:auto;
	margin:0px 0px 0px -15px;
	float:left;
	padding-bottom:20px;
}

*html #left {
	margin:0px;
}

#bg_content {
	width: 900px;
	height: auto;
	background:url(/bitmaps/bg_content.gif) repeat-y;
	float:left;
}

#content {
	width:650px;
	height:auto;
	font-size:0.8em;
	margin-left:220px;
}

#content div.main {
	width:100%;
	padding:0px;
	color:#444;
	min-height:400px;
	padding-bottom:20px;
}

#flashContent {
	width:800px;
	height:160px;
	background:#E7F3FB;
	z-index:1;
	margin:120px 0px 0px 50px;
}

#footer {
	margin: 0 auto;
	width: 935px;
	height: 60px;
	background:url(/bitmaps/bg_footer.jpg) no-repeat;
	text-align:center;
	padding-top:22px;
	clear:both;
	color:#801247;
	font-size:0.7em;
}
