body {
}

div#page {
	background-color: #fff;
	margin:0px auto;
	width:960px !important;
	background-image:url('../grafiken/page_hg.gif');
	background-repeat:repeat-x;
}

div#page div#header_stripe {
 height: 30px;
 }
div#page div#header0 {
	width:960px;
	background-image:url('../grafiken/balken_hg.gif');
	background-repeat:repeat-y;
	background-position:left;
	height:111px;
	position:relative;
}

div#page div#header1 {
	width:910px;
	padding-right:50px;
	background-image:url('../grafiken/balken_hell_hg.gif');
	background-repeat:repeat-y;
	background-position:left;
	background-color:#b2cdde;
	height:200px;
	position:relative;
}
div#page div#header1 img {	
	float:right;
	margin-left: 10px;
}
div#page div#header1 p.pagetitle {
	text-align:right;
	color:#002c5e;
	width:175px;
	height:80px;
	float:right;
	padding-right:40px;
	padding-top:107px;
	text-transform:uppercase;
	font-size:16px;
	line-height:1.6em;
}
div#page div#header0 img#logo {
	float:left;
	padding-left:25px;
	padding-right:25px;
	padding-top:40px;
}
div#page div#header0 ul#headmenu {
	position:absolute;
	bottom:8px;
	left:490px;
}

div#page div#content {
	position:relative;
	width:960px;
	clear:both;
	overflow:hidden;
	z-index:1;
	min-height:497px;
	background-image:url('../grafiken/balken_hg.gif');
	background-repeat:repeat-y;
	background-position:left;
	
}

div#page div#content div#left {
	width:238px;
	float:left;
	background:none;
}

div#page div#content div#left ul#leftnav {
	margin-top:35px;
	color:#fff;
	list-style-type:none;
}
div#page div#content div#left ul#leftnav li{
	padding-left:32px;
}
div#page div#content div#left div#left_inhalt {
}

div#page div#content div#middle {
	background:none;
	z-index:3;
	float:right;
	width: 630px;
	margin-right:55px;
	margin-top:30px;
	margin-bottom:30px;
}

div#page div#content div#middle #middle_inhalt {
	margin-top:5px;
}	

#left_inhalt, #right_inhalt, #middle_inhalt {
	position: relative;
}

#left_inhalt, #right_inhalt, #middle_inhalt {
	margin-top:0px;
	margin-bottom:0px;
}

div#page div#footer {
	width:905px;
	padding-right:55px;
	background-color:#b2cdde;
	height:85px;
	background-image:url('../grafiken/balken_hg.gif');
	background-repeat:repeat-y;
	background-position:left;
}

div#page div#footer p#metanav {
	float:left;
	width:238px;
	text-align:center;
	margin:0px;
	padding:0px;
	padding-top:30px;
	color:#fff;
}
div#page div#footer p#metanav a {
	color:#fff;
}

.clearfix {
	display: block;
}
