/* 
	Bezeichnung:	ofl.css (main stylesheet) 
	Projekt: 			ostseeferienland.de
	Datum: 				31.07.08
	Autor: 				Jörg Harling
*/


/************************************/
/*         Diverse Elemente         */
/************************************/

.angebot {
	width:702px;
	background: url(/bitmaps/angebot.gif) left top no-repeat #fae1e2;
	overflow:hidden;
	padding:10px;
	margin-bottom:5px;
}

#font_print {
  display: none;
}



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

body {
	font-family: Arial, Helvetica, sans-serif;
	background:url(../bitmaps/bg_body.jpg) top repeat-x;
	margin:0;
	font-size:12pt;
}

#container_bg {
	background:url(../bitmaps/bg_content2.jpg) left top repeat-y;
	text-align:left;
	width:100%;
	height:auto;
	display:block;
}

#container_cont {
	background:url(../bitmaps/bg_main2.jpg) left top no-repeat;
	text-align:left;
	width:100%;
	min-height:520px;
	height:auto;
	clear:both;
	display:block;
	margin:0;
}

*html #container_cont {
	height:520px;
}

#content_head {
	display:none;
}

#content {
	width:100%;
	height:auto;
	display:block;
	float:left;
	/* Schriftstil content */
	color:#333333;
	line-height:18px;
	/************************/
	padding-bottom:12px;
}

#content_pad {
	width:100%;
	height:auto;
	display:block;
	float:left;
}

#watermark {
	width:139px;
	height:99px;
	display:block;
}

#flashbanner {
	display:none;
}

#backhome {
	display:none;
}

#mainnav {
	display:none;
}

#sidebar {
	display:none;
}

#footer {
	display:none;
}

