html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 20px;
}
.clearer {
	clear: both;
	float: none;
}
.header {
	height: 160px;
	width: 920px;
	background-color: #FFF;
	margin-bottom: 20px;
}
.search {
	float: left;
	height: 60px;
	width: 190px;
	padding-top: 100px;
	background-image: url(../img/drk-logo-search.jpg);
	font-size: 12px;
	padding-left: 10px;
}
.topmenu {
	text-align: right;
	float: left;
	height: 20px;
	width: 700px;
	font-size: 11px;
	margin-left: 20px;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.motive {
	background-color: #333;
	float: left;
	height: 140px;
	width: 700px;
	margin-left: 20px;
}
.leftmenu {
	float: left;
	width: 200px;
	margin-right: 60px;
}
.mainbody {
	float: left;
	width: 440px;
}
.rightbar {
	float: left;
	width: 160px;
	margin-left: 60px;
}
.footer {
	height: 40px;
	width: 920px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	font-size: 11px;
	text-align: right;
	line-height: 20px;
	padding-top: 5px;
}
.textcol {
	width: 210px;
	float: left;
	font-size: 12px;
}
.kasten_rot {
	background-color: #C41A1A;
	padding: 20px;
	border: 1px solid #600;
	color: #FFF;
}
.mainbody a {
	color: #666;
}

