body {

}
.weiss {
	color: #FFF;
}

#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	background-image: none;
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	border: medium ridge #333;
}
#navigation {
	background-image: none;
	height: 45px;
	width: 938px;
	background-color: #4D4D4B;
	margin-right: auto;
	margin-left: auto;
}
#content {
	clear: both;
	float: right;
	border: medium ridge #666;
	width: 932px;
}
#maincontent {
	float: left;
	width: 460px;
	padding-left: 4px;
}
#sidecontent {
	width: 450px;
	float: right;
	padding-left: 4px;
}
#lowcontent {
	background-color: #333;
	color: #FFF;
	clear: both;
	float: left;
	width: 932px;
}
#low_left {
	width: 300px;
	float: left;
	margin-left: 2px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #333;
	font-weight: bold;
}
#low_middle {
	width: 300px;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #333;
}
#low_right {
	width: 300px;
	float: right;
	margin-right: 2px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #333;
}
#footer {
	text-align: right;
	padding-right: 15px;
	clear: both;
	color: #999;
	width: 920px;
	padding-top: 5px;
}
.klein {
	font-size: 12px;
}
#container #content #lowcontent #low_left p {
	font-weight: normal;
}
