/*****************************/
/* benutzerdefinierte styles */
#body_bg {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url("../images/template/bg_body_oben.gif") repeat-x;
}
#wrapper_body {
	width: 1009px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin: 0 0 0 -504px;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index: 4;
	background-image: url("../images/template/bg_wrapper_body.gif");
	background-repeat: repeat-y;
	background-position: 0 4px;
}
#spalte_0, #spalte_1, #spalte_2, #spalte_3, #spalte_4, #spalte_5, #spalte_6, #spalte_7, #spalte_8 {
	min-height: 100%;
	height: 100%;
	float: left;
}
#spalte_0 {
	width: 4px;
}
#spalte_1, #spalte_3, #spalte_5, #spalte_7 {
	width: 20px;
	background-color: #f1f8fa;
}
#spalte_2, #spalte_6 {
	width: 210px;
}
#spalte_2 {
	background-color: #e0f3fd;
}
#spalte_6 {
	background-color: #d8f0fe;
}
#spalte_4 {
	width: 500px;
	background-color: #fff;
}
#spalte_8 {
	width: 5px;
}
#wrapper_seitenbild {
	height: 270px;
	width: 500px;
}
#maske {
	position: absolute;
	top: 0px;
	left: 0px;  
	width: 500px;
	height: 270px;
	background: url("../images/maske.png") no-repeat;
}
#servicenavigation {
	position: absolute;
	right: 8px;
	top: 10px;
	text-align: right;
}
#servicenavigation a {
	color: #125798;
}
#servicenavigation a:hover, #servicenavigation a.selected, #servicenavigation a.selected:hover {
	color: #b30036;
}
#navigation {
	margin-top: 45px;
}
#breadcrumb {
	padding-left: 10px;
}
#breadcrumb a, #breadcrumb a:hover {
	color: #ccc;
}
#textblock {
	padding: 36px 10px;
}
#multimediafabrik {
	position: absolute;
	z-index: 10;
	top: 330px;
}
#multimediafabrik a {
	text-indent: -10000px;
	background-image: url("../images/template/multimediafabrik.png");
	background-position: top left;
	width: 14px;
	height: 95px;
	overflow: hidden;
	display: block;
}
.clear {
	clear: both;
}


/* navigation */
.navi, .navi  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navi li {
	margin: 5px 0px;
	position: relative;
}
.navi a, .navi a:hover, .navi a.selected, .navi a.selected:hover, .navi a.top_selected, .navi a.top_selected:hover {
	display: block;
	position: relative;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-transform: lowercase;
	padding-left: 32px;
	height: 29px;
	line-height: 29px;
	margin: 0px;
	text-decoration: none;
}
.navi a {
	color: #125798;
	font-weight: bold;
}
.navi a:hover {
	color: #fff;
	background-image: url("../images/template/bg_hauptnavi_hover.gif");
	background-repeat: no-repeat;
}
.navi a.selected, .navi a.parent_selected, .navi a.top_selected {
	background-color: #FFF;
	background-image: none;
}
.navi a.selected:hover, .navi a.parent_selected:hover, .navi a.top_selected:hover {
	background-color: #125798;
	background-image: none;
}

/* unternavigation */
.navi ul {
	background-color: #FFF;
	padding: 6px 0px;
	margin: 0px;
}
.navi ul li {
	margin: 0px 0px;
}
.navi ul a, .navi ul a:hover, .navi ul a.selected, .navi ul a.selected:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	height: 20px;
	line-height: 20px;
}
.navi ul a:hover, .navi ul a.selected:hover {
	background-image: none;
	background-color: #125798;
}
.navi ul a.selected, .navi ul a.selected:hover {
	color: #fff;
	background-color: #125798;
}
.navi ul a.parent_selected, .navi ul a.parent_selected:hover {
	font-weight: bold;
}
/* unter-unternavigation */
.navi ul ul {
	padding: 0px;
}

.navi ul ul li a, .navi ul ul li a:hover, .navi ul ul li a.selected, .navi ul ul li a.selected:hover {
	padding-left: 44px;
}



/* standard-styles */
html, body {
	background: #ffffff url('../images/template/bg_body.gif');
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body, td, th, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.kleiner {
	font-size: 90%;
}
a {
	color: #be0000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.buttons {
	color: #FFFFFF;
	background-color: #be0000;
	text-decoration: none;
}
form {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
input.button, input.submit {
	color: #000000;
	border : 1px solid #000000;
	background-color: #CCCCCC;
	font-size : 11px;
	cursor: pointer;
} 
p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
ul {
	padding: 0;
	margin: 0 0 15px 15px;
}
li {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	color: #a5003f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 15px;
	padding-bottom: 20px;
}
h2 {
	font-size: 15px;
	padding-bottom: 6px;
}
h3 {
	font-size: 11px;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 9px;
}
h6 {
	font-size: 8px;
}
.fehler {
	font-weight: bold;
	color: #FF0000;
}
.schriftWeiss {
	color: #FFFFFF;
}
.schriftSchwarz {
	color: #000000;
}
.HGweiss {
	background-color: #FFFFFF;
}
