@charset "utf-8";
/* CSS Document */

html {
	height: 100%;	
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	height: 100%;
	text-align: center;
	background-color: #efefef;
	background-image: url(../images/background_body.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-size: 0.8em;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
hr {
	display: none;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.2em;
}
img {
	border-style: none;
}
/* ID tags */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	position: relative;
	min-height: 100%;
	text-align: left;
}
* html #container {
	height: 100%;
}
#sbag {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
}
#top {
	width: 760px;
	height: 29px;
	background-color: #9d0b0f;
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: right;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}
#top .moduletable {
	padding-top: 5px;
	text-align: right;
	width: 210px;
	float: right;
	margin: 0;
}
#top a:link {
	color: #fff;
}
#top a:visited {
	color: #fff;
}
#top a:hover {
	color: #ccc;
}
#top a:active {
	color: #ccc;
}
#header {
	text-align: left;
	width: 760px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/background_header.gif);
	background-repeat: no-repeat;
}
#header_rotator {
	float: right;
	padding: 0;
	margin: 0;
	width: 630px;
	height: 200px;
}
#logo {
	float: left;
	margin: 0;
	padding-right: 0px;
	width: 171px;
	height: 28px;
}
#topmenu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#topmenu li {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	float: left;
}
#navigation {
	width: 130px;
	float: left;
	text-align: left;
	background-color: #9e0f15;
	background-image: url(../images/background_navi.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation #main_nav {
	list-style: none;
}
#navigation #main_nav ul {
	padding: 0;
	list-style: none;
}
#navigation #fanmenue {
	padding-top: 10px;
	border-top: 1px solid #fff;
	list-style: none;
}
#navigation #fanmenue {
	list-style: none;
}
#navigation #impressum_menue {
	margin-top: 80px;
	padding-top: 10px;
	border-top: 1px solid #fff;
	list-style: none;
}
#navigation #impressum_menue {
	list-style: none;
}
#content {
	width: 620px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
	text-align: left;
	padding-bottom: 45px;
}
#content p {
	margin-left: 0px;
}
#content img {
	display: block;
	float: left;
}
#content h3 {
	color: #d3001a;
	margin-top: 6px;
	border-bottom: 1px solid #d3001a;
}
#content a:link {
	color: #d3001a;
}
#content a:visited {
	color: #d3001a;
}
#content a:hover {
	color: #d3001a;
}
#content a:active {
	color: #cccc00;
}
#footer {
	clear: both;
	width: 760px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -45px;
}
#footer img {
	margin-left: 10px;
	margin-right: 10px;
}
/* Classes */

.clr {
	clear: both;
}
.hidden {
	display: none;
}
.underline {
	border-bottom: 2px #9d0b0f solid;
}
.componentheading {
	margin-bottom: 10px;
	color: #9d0b0f;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #9d0b0f;
}
ul.accessibility {
	position: absolute;
	top: -100%;
}
.textblock {
	width: 400px;
}
.blog {
	width: 100%;
}