#container {
	position:relative;
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

/***************************************************************/
#links {
	position:relative;
	width:749px;
	background-color:#e9e9e9;
}

#header {
	position:relative;
	width:749px;
	height:150px;
}

#navi {
	position:relative;
	width:729px;
	height:30px;
	margin-top:-3px; /* für IE6 */ 
	padding-left:20px;
	background-image:url(/layout/images/background_navi.gif);
}

#content {
	position:relative;
	width:709px;
	margin-bottom:0px;
	padding:20px 20px 0px 20px;
	background-image:url(/layout/images/background_content2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	min-height:900px;
}

/* IE6 */
* html #content {
	background-position:left top;
}

/***************************************************************/
#rechts {
	position:absolute;
	top:0px;
	left:749px;
	width:201px;
	height:100%;
	padding-left:20px;
	background-color:#ecd21d;
	min-height:600px;
}

/* IE6 */
* html #rechts {
	height:1000px;
}

#logo {
	position:relative;
	margin-top:40px;
}

#news {
	position:relative;
	margin-top:45px;
	width:179px;
	height:700px;
	border:#351f69 solid 1px;
	overflow:hidden;
	background-color:#f0e491;
}

#impressum_link {
	position:absolute;
	display:block;
	width:100%;
	left:0px;
	bottom:10px;
	text-align:center;
}

.clear {
	clear:both;
}

.linie {
	position:relative;
	width:100%;
	height:1px;
	margin:0px;
	clear:both;
	border-bottom:#6d4792 solid 1px;
}

