﻿* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

body {
text-align: center; /* F�r IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
background:#e7e8e6;
font: 12px Arial, Helvetica, sans-serif;
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksb�ndig ausgerichtet sind */
}

html, body {
height: 100%;
}

/* DIV-Boxen */

div#wrapper {
position:relative;
margin: 0 auto;
width: 1015px;
min-height: 100%;
height: auto !important;
height: 100%;
background: url(images/body-bg.gif) repeat-y #fff;
border-left: 1px solid #000;
border-right: 1px solid #000;
}
div#header {
height: 144px;
background: url('images/header.jpg') #fff;
}
div#topNavi {
height: 65px;
background: url(images/topNavi-bg.gif) repeat-x #fff
}
div#leftCol {
width: 180px;
float: left;
}
div#centerCol {
margin-left:200px;
}
div#leftCol, div#centerCol {
padding-bottom: 55px;
}
div#footer {
clear: both;
position: absolute;
bottom: 0;
width: 1015px;
height: 50px;
background: #fff;
text-align:right;
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



#topNavi ul {
	list-style:none;
	padding: 4px 0 0 115px;
}
#topNavi ul li {
	float:left;
	margin-left:15px;
}
#topNavi ul li a {
	color:#FFF;
	text-decoration:none;
	font-size:12.5px;
}
#leftCol ul {
	list-style:none;
	margin-left:25px;
}
#leftCol ul li a {
	text-decoration:none;
	color: #454647;
	font-size:12.5px;
}
#leftCol ul li a:hover {
	color: #0569f9;
}
#leftCol ul li a.levelshift_0 {padding-left: 0px}
#leftCol ul li a.levelshift_1 {padding-left: 0px}
#leftCol ul li a.levelshift_2 {
	padding-left: 15px;
	color:#0c0d0d;
	font-size:11px;
}
#leftCol ul li a.levelshift_3 {
	padding-left: 20px;
	color:#0c0d0d;
	font-size:11px;
}
#leftCol ul li a.levelshift_4 {padding-left: 25px}
#leftCol ul li a.levelshift_5 {padding-left: 30px}
#fahne {
	position:absolute;
	right:0;
	top:132px;
}
* html #fahne {
	right:-1px;
}
.breadcrump {
	color: #787676;
	font-size:10px;
	padding-right:10px;
	border-bottom: 1px solid #b7b6b6;
	width:825px;
	float:right;
	text-align:right;
}
.subnavigation {
	float:right;
	width:835px;
}
.subnavigation ul {
	list-style:none;
}
.subnavigation ul li {
	float:left;
	color: #787676;
	padding-right:5px;
}
.subnavigation ul li a {
	font-size:11px;
	color: #787676;
	text-decoration:none;
}
a img {
	border:0px;
}

.search-result{
	margin-bottom: 0.4em;
	background: url(images/dotted.gif) top left repeat-x;
}
ol.search{
	padding: 0 0 2px 2.5em;
	margin-bottom: .7em;
}
ol.search li{
	line-height: 1.5em;
	margin-bottom: 1.4em;
}
ol.search li strong{
	color: #083163;
}
ol.search li strong a{
	padding-left: 13px;
	background: url(images/arrow.gif) 0px 3px no-repeat;
}
ol.search li stimages/StyleBundleh li strong a:link,
ol.search li strong a:visited,
ol.search li strong a:active { text-decoration: none; }
ol.search li strong a:hover,
ol.search li strong a:focus { text-decoration: underline; }

.printcontent, .pdfexport {
	display:inline;
	margin: 0 5px;
}
#content h1 {
	font-size: 15px;
	font-weight:bold;
	margin-bottom: 25px;
}

.breadcrump a {
	color:#787676;
	text-decoration:none;
	font-size:10px;
}
#search-box {
	position: absolute;
	top: 177px;
	color:#FFF;
	width: 200px;
	right: 40px;
	z-index: 300;
	text-align: left;
}
#search-box .searchfield {
	height: 15px;
	width: 100px;
	border: 1px solid #999;
	font-size: 11px;
}
#content {
	width: 755px;
}
#content a {
	color:#8E9094;
	text-decoration:none;
}
#content ul {
	padding-left:15px;
}
