html, body {
	text-align:center;
	width:100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../pics/backer_pre_header.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	}
#main {
	width: 98%;
	text-align:left;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;	

	
}

#main_navi {
	width:inherit;
	text-align:left;
	padding: 0px;
	margin:0px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	background-color: #FFD9B3;
	margin-top:160px;
	position:absolute;	
}
#menue_a {
	text-align:left;
	padding: 0px;
	margin: 0px;
	margin-top:16px;
	width: 98%;
	position: absolute;
	z-index: 99;
}
#menue_b {
	text-align:right;
	padding: 0px;
	margin: 0px;
	margin-top:8px;
	width: 98%;
	position: absolute;
	z-index:20;
}
/* PRE Header */
#pre_header {
	width: 98%;
	text-align:left;
	margin:auto;
	height:28px;
	padding: 0px;
	vertical-align: middle;
	background-image: url(../../pics/backer_pre_header.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	}
/* Footer */
#pre_footer {
	width: 98%;
	text-align:left;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
#footer {
	width: 98%;
	text-align:left;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFEEDD;
	margin-bottom:8px;
	}

	
#footer_block{
	width: 24%;
	float: left;
	margin:0px;
	padding:0px;
	height: auto;
}
#footer_b {
	width: 98%;
	text-align:left;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #EFEFEF;
	margin-bottom:8px;
}
#footer_block_b {
	width: 98%;
	float: left;
	margin:0px;
	padding:0px;
	height: auto;
}
#footer_title{
	width: auto;
	margin:8px 8px 8px 8px;
	padding:0px;
	height: 30px;
	font-size: 14px;
	color: #333333;
}
.footer_title_border{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#footer_content{
	width: auto;
	margin:8px 8px 8px 8px;
	padding:0px;
	height: auto;
	font-size: 14px;
}

/* Ende Footer */

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	min-height: 90%; /* Mindesthöhe in modernen Browsern */
	height: auto; /* Mindesthöhe in IE (<7) */
		
}	
#navi_left {
	width: 196px;
	float: left;
	margin-left: 8px;
	
	display: inline;
	}
#container_main {
	width: 70%;
	float: left;
	margin-left: 0px;	/*
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;	
	*/
}
#container_right {
	width: 29%;
	float: left;
	/*background-color: #FFE1C4;*/
	margin: 0px;
	margin-left:0.9%;
	padding: 0px;
}
#news {
	width: 196px;
	float: left;
	margin-left: 16px;
	padding: 0px;
}

.clear {
	clear: left;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
}
