body {
	background: #fff url(../img/bg.jg) top left repeat-x;
	margin: 0;
	padding: 0;
	font: 71%/140% Arial, sans-serif;
	color: #565656;
}



/* Header */
div#top {
	background: #fff url(../img/top_bg.gif) center bottom no-repeat; 
	text-align: right;
	width: 685px;
	margin: 0 auto 10px auto;
	padding: 4px 25px;
	height: 21px;
}

div#container, #logo {
	width: 715px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 715px;
	margin: 0 auto -23px auto;
}
/*
body>#header {
	margin: 0 auto -22px auto;
}
*/
div#page {
	background: #fff url(../img/leuchtturm.gif) bottom right no-repeat; 
	padding: 15px 0 20px 0;
	z-index: 10;
}

/* Menu */

div#untermenu {
	background: #d3e2f1;
	text-align: center;
	height: 24px;
}

div#hauptmenu {
	border-bottom: 5px solid #236cba;
	text-align: center;
	height: 22px;
	background: #e2e2e2;
	padding: 22px 0 0 0;
}


/* Contentbereiche Startseite */
div#content_index {
	width: 455px;
	float: left;
	padding: 0 0 45px 0;
}

div#rechts_index {
	width: 235px;
	float: right;
	padding: 0 0 45px 0;
}

/* Contentbereiche Folgeseiten */
div#content_seiten {
	width: 455px;
	float: left;
	padding: 0 0 45px 15px;
}

div#rechts_seiten {
	width: 185px;
	float: right;
	padding: 0 0 45px 0;
	line-height: 130%;
}

/* Footer */
div#footer {
	background: #fff url(../img/footer_bg.jpg) top left repeat-x;
	text-align: center;
	font-size: 11px;
	padding: 15px 0;
	line-height: 120%;
	color: #898989;
}

div.break {
	height: 1px;
	clear: both;
}



