body {
	background: #424a4d;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: verdana, helvetica, sans-serif;
}

#header {
	float: center;
	margin: 0px auto 0px auto;
	width: 800px;
	height: 110px;
	background: url(images/header.jpg) top center no-repeat;
}

#content {
	float: center;
	width: 800px;
	margin: 0px auto 0px auto;
	background: url(images/background.jpg) center repeat-y;
}
#content a {
	color: #960000;
}

#rendelkep {
	float: left;
	width: 20%;
	padding: 10px;
}
#rendelleiras {
	float: left;
	width: 65%;
	padding: 20px;
	margin-bottom: 40px;
}
#rendelleiras li {
	list-style: none;
}
#rendelleiras h2 {
	margin-top: 2px;
	font-size: 13px;
}

#sidebar {
	float: left;
	width: 170px;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
}
#sidebar h1 {
	float: left;
	width: 80%;
	margin: 2px auto 5px auto;
	font-size: 12px;
	color: #000000;
	text-indent: 20px;
}
#sidebar ul  {
	float: left;
	margin: 0px 0px 10px 3px;
	padding: 0px;
	width: 80%;
	list-style: none;
	text-indent: 20px;
}
#sidebar ul li {
	float: left;
	width: 90%;
	margin-left: 5px;
	padding: 2px;
}
#sidebar ul li a {
	text-decoration: none;
	color: #4a4a4a;
}
#sidebar ul li a:hover {
	text-decoration: none;
	color: #960000;
}
#sidebar_box {
	float: left;
	width: 85%;
	padding: 5px;
	margin: 0px 10px 0px 10px;
	text-indent: 0px;
}

#contentbar {
	float: left;
	width: 570px;
	text-align: justify;
}


#footer {
	float: center;
	margin: 0px auto 0px auto;
	width: 800px;
	height: 158px;
	background: url(images/footer.jpg) top center no-repeat;
}
#impresszum {
	float: right;
	width: 75%;
	margin-top: 120px;
	margin-right: 40px;
	text-align: right;
	color: #c0c8c4;
}
#impresszum a {
	text-decoration: none;
	color: #c0c8c4;
}

#subfooter {
	float: center;
	margin: 0px auto 0px auto;
	width: 800px;
	height: 6px;
	background: #9ba49f;
}