body {
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #DAD7B6;
}
#center {
	margin: auto;
	width: 950px;
	height: auto;
	border: 1px solid #6A9400;
	bottom: 25px;
	overflow: hidden;
	position: relative;
	top: 10px;
}
* {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#box {
	height: 250px;
	width: 310px;
}
#flash {
	float: left;
	height: 250px;
	width: 280px;
}
#flash_txt {
	background-color: #947400;
	float: left;
	height: 250px;
	width: 30px;
}
#balken_bg {
	background-color: #947400;
	width: 280px;
}
#clear_floating {
	clear: both;
}
#content_spacer {
	height: 80px;
	width: 610px;
}
#logo_space {
	background-color: #6a9400;
	height: 110px;
	width: 610px;
}
#mainnav {
	background-color: #d1002d;
	height: 50px;
	width: 610px;
}
#maincontent {
	width: 610px;
}
#content {
	float: left;
	width: 610px;
}
#balken {
	width: 310px;
	float: left;
}
#clear {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 20px;
	width: 575px;
	float: left;
}
#head_bg {
	background-color: #947400;
	height: 30px;
	width: 610px;
}
#subnav {
	height: 30px;
	width: 280px;
	background-color: #947400;
}
#spacer {
	height: 50px;
	width: 280px;
}
.aktiv {
	color: #d1002d;
}
#subnav li .aktiv {
	color: #FFF;
	font-weight: bolder;
	font-variant: small-caps;
	text-decoration: underline;
}
