body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#gesamt {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 955px;
	text-align: left;
}

#top {
	width: 955px;
	height: 85px;
	text-align: center;
	padding-top: 18px;
	position: relative;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#E2E2E1;
}

#navi_main {
	height: 500px;
	width: 113px;
	position: relative;
	text-align: center;
	float: left;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#E2E2E1;
	display: block;	
}

#navi_sub {
	height: 500px;
	width: 113px;
	position: relative;
	text-align: center;
	float: left;
	display: block;	
}

#content {
	min-height: 500px;
	width: 506px;
	position: relative;
	text-align: left;
	float: left;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#E2E2E1;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#E2E2E1;
	display: block;	
}

#right {
	width: 220px;
	position: relative;
	text-align: left;
	float: left;
	display: block;	
}

#content_news {
	background-color: #FFEAD3;
	height: 529px;
	text-align: left;
}

#bottom {
	width: 885px;
	height: 30px;
	text-align: right;
	padding-top: 15px;
	position: relative;
}


