/* Struktur */
#pagewrapper {
	position: relative;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #716F64;
	background-image: url("/news-archiv/assets/pagehg.gif");
	background-repeat: no-repeat;
}
#header {
	position: relative;
	width: 960px;
	margin-bottom: 10px;
	height: 110px;
}
#contentwrapper {
	position: relative;
	width: 960px;
	min-height:500px;
}
#navigation {
	width: 160px;
	margin-left: 2px;
	float: left;
}
#contenttext {
	width: 600px;
	float: left;
	margin-left: 10px;
}
.textboxLinks {
	width: 290px;
	float: left;
	margin-right: 10px;
}
.textboxRechts {
	width: 290px;
	float: right;
	margin-left: 10px;
}
#sponsoren {
	width: 170px;
	float: right;
}
#sponsoren .navibox {
	width: 164px;
	float: right;
	margin-right: 2px;
}
#footer {
	position: static;
	width: 960px;
	clear: left;
}
