@charset "utf-8";
/* CSS Document */
/*
	HTML Tags
*/
body {
	background-color: #990000;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-align: left;
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 25px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-align: left;
}
/*
	Navigation
*/
.navigation {
	background-color: #FFF;
	color: #474040;
	height: 32px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	text-decoration: none;	
}
.navigation a {
	color: #474040;
	text-decoration: none;	
}
.navigation a:hover {
	color: #990000;
}
.navigation a:active {
	color: #990000;
}
.navigation a:visited {
	color: #474040;
}
/*
	Subnavigation
*/

ul#subnavigation {
	color: #474040;
	font-size: 12px;
	text-align: left;
	font-weight: bold;	
}
ul#subnavigation li{
	color: #990000;
	text-align: left;
	padding-top: 20px;
	list-style-type: none;
}
ul#subnavigation li a{
	color: #474040;
	text-decoration: none;
	text-align: left;
}
ul#subnavigation li a:active {
	color: #474040;
}
ul#subnavigation li a:hover {
	color: #990000; 
	text-decoration: none;
}
ul#subnavigation li a:visited {
	color: #474040;
}
/*
	Layout
*/
#main_box {
	position:absolute;
	height:570px;
	width:800px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	background-color: #FFF;
	overflow: hidden;
	overflow: hidden;
	margin-top: -285px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -400px;
}

#navigation_spacer {
	line-height: 18px;
	background-color: #990000;
}
#content {
	background-color: #FFF;
	height: 257px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #474040;
}
.footer {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #990000;
	line-height: 20px;
	width: 800px;
}
/*
	Textformatierungen
*/
a:link {
	color: #474040;
	text-decoration: none;
}
a:hover {
	color: #990000;
}
.content_txt {
	text-align: justify;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.footer a:active {
	color: #FFF;
	text-decoration: none;
}
.footer a:link {
	color: #FFF;	
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
