body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #700c02;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;	
}

.clearer {
	height: 0;
	overflow: hidden;
	clear: both;
}

a:link, a:active, a:visited {
	font-weight: bold;
	color: #700c02;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#header {
	width: 948px;
	margin: auto;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #999;
	line-height: 18px;
	font-weight: bold;
	background: #f5f4f4;
	border: 1px solid #e7e6e6;
}

#header a:link, #header a:active, #header a:visited {
	font-weight: bold;
	color: #700c02;
	text-decoration: underline;
}

#header a:hover {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

.abstand {
	margin: 0 10px 0 10px;	
}

#top {
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 8px 0 20px 0;
	color: #fff;
	background: url(../bilder/schatten.gif) repeat-x bottom #700c02;
}

#top h1 {
	color: #f1e7e5;
	font-size: 22px;
	margin: 0 20px 10px 0;
	display: inline;
}

#top h2 {
	color: #f1e7e5;
	font-size: 22px;
	margin: 0 0 10px 0;
	display: inline;
}

#top h6 {
	color: #afb0b4;
	font-size: 14px;
	margin: 0;
}

.content_overall {
	width: 950px;
	margin: auto;
}

.content_overall_text {
	width: 950px;
	line-height: 18px;
	margin: auto;
	padding: 0 0 10px 0;
}

.content_left {
	width: 450px;
	float: left;
	padding: 0 25px 0 0;
}

.content_right {
	width: 450px;
	float: left;
	padding: 0 0 0 25px;
}

.weiss {
	background: #fff;
	padding: 10px;
	margin: 10px 0 10px 0;
}

div .right {
	text-align: right;	
}

div .image_center {
	text-align: center;
}

div .center {
	text-align: center;
	background: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
}

#footer {
	background: #a9a9a9;
	text-align: center;
	height: 28px;
	margin: 0;
	padding: 12px 0 0 0;
	color: #fff;
}