html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

img {
	border: 0px;
}

#container {
	width: 942px;
	margin: 0px auto;
}

#header {
	height: 95px;
	text-align: right;
	background: url('../images/background_header.jpg') top left no-repeat #fff;
}

#content {
	height: auto !important;
	min-height: 500px;
	height: 500px;
	background: url('../images/background_content.jpg') top center no-repeat #ab7201;
}

#contentLinks {
	width: 170px;
	height: 162px;
	margin-top: 16px;
	overflow: hidden;
	float: left;
	font-size: 10px;
}

#contentLinks a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#contentLinks a:hover {
	color: #000;
}

.menuDiv {
	height: 16px;
	margin-bottom: 1px;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 1px;
}

.contentMidden {
	width: 475px;
	margin-left: 190px;
	padding: 20px;
	color: #FFF;
}

.contentMidden h1 {
	font-size: 14px;
	color: #000;
}

.contentMidden a {
	color: #FFF;
}

.contentMidden a:hover {
	color: #FFF;
	text-decoration: none;
}

#contentRechts {
	position: absolute;
	width: 170px;
	height: 149px;
	overflow: hidden;
	margin-left: 742px;
	margin-top: 30px;
}

#footer {
	padding: 7px;
	color: #ab7201;
}

#footer a {
	color: #ab7201;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}