@charset "UTF-8";

body {
	margin: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #000000;
	background-color: #f8f3ed;
}

#top {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	height: 250px;
}

#navigation {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	top: 200px;
	height: 50px;
	background-color: #A21C25;
	text-align: center;
}
#content {
	position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -400px;
	top: 260px;
	padding:10px;
	background-color: #FFFFFF;
	border: 2px;
	border-color: #511401;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

h1 {
	color: #511401;
	font-size: 15pt;
	line-height: 18pt;
}

h2 {
	font-size: 14pt;
	color: #BE0000;
	line-height: 17pt;
}

h3 {
	font-size: 12pt;
	color: #BE0000;
	line-height: 16pt;
}

#navigation b{

color:#EE7F00;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EE7F00;
	font-style: normal;
	font-weight: bold;
	line-height: 13pt;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}


#headline {
	position: absolute;
	width: 700px;
	left: 200px;
	top: 30px;/* ohne lauftext 0px */
}

#content_start {
	position: absolute;
	width: 680px;
	left: 200px;
	top: 150px;
	padding:10px;
	background-color: #EBE1C3;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #BE0000;
	font-style: normal;
	font-weight: bold;
	line-height: 24pt;
}
.subheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #BE0000;
	font-style: normal;
	font-weight: bold;
	line-height: 16pt;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 9pt;
	font-weight: normal;
}