html[xmlns^="http"] {
	overflow-y: scroll;
}
  
* {
   	margin: 0;
   	padding: 0;
   	border: 0;
   	outline: 0;
}
   
strong, h1, h2, h3, h4, h5, h6 {
   	font-weight: bold;
}
   
html {
   	height: 100%;
   	line-height: 1.6em;
   	background:#d0e1ff url(../images/html-bg.jpg) 0 0 repeat-x;
}
   
body {
   	font-size: 13px;
   	font-family: Arial, Helvetica, sans-serif;
   	color: #818181;
   	background:url(../images/body-bg.jpg) top center no-repeat;
   	line-height: 1.6em;
}
   
a:hover {
   	text-decoration: none;
}
   
br {
   	margin: 0;
   	padding: 0;
   	line-height: 0.0001em;
 }
   
a {
   	color:#5c9dba;
}
   
p {
   	padding-bottom:14px;
}

table {
   	border-collapse: collapse;
}
   
td, th {
   	vertical-align: top;
}
   
.clear {
   	clear:both;
   	float:none;
}
   
#container {
   	width:950px;
   	margin:0 auto;
   	height: auto;
	background:url(../images/container-bg.jpg) 0 0 no-repeat;
}
   
#header {
   	width:950px;
   	height:474px;
   	overflow: hidden;
   	padding-top: 31px;
}
   
h1.branding {
   	padding:5px 0 32px 32px;
}
   
h1.branding a {
   	width:577px;
   	height:97px;
   	display:block;
   	text-indent:-9999px;
   	background:url(../images/branding.jpg) 0 0 no-repeat;
}

#navi_top {
   	width:950px;
   	height:59px;
   	background:url(../images/navi-bg.jpg) 0 0 no-repeat;
   	padding:5px 0 0 6px;
   	overflow: hidden;
}
   
#navi_top ul li {
   	display: block;
   	text-align:center;
   	float:left;
}
   
#navi_top ul li a {
   	text-decoration:none;
   	font-size:14px;
   	color:#fff;
   	height:33px;
   	display:block;
   	padding:18px  13px 0;
   	border-right:1px solid #4b8ca8;
}

#navi_top ul li a.index {
   	padding:18px  14px 0;
}
   
   
#navi_top ul li a:hover {
   	background:#5c9db9;
}
   
li.steuerungen a {
   	position:relative;
}
   
.empty {
   	position:relative;
}
   
.sub_navi {
   	position:absolute;
    display:none;
   	z-index:50;
    top: 221px;
   	border: none;
}
   	
*html .sub_navi {
   	margin-left: -53px;
}
   
.sub_navi li {
   	background-color:#5C9DB9;
   	border-top:1px solid #4B8CA8;
   	float:none !important;
   	text-align:left !important;
   	width:123px !important;
}
   
.sub_navi li a {
   	color:#FFFFFF;
   	display:block;
   	height:12px !important;
   	padding:11px 0 10px 15px!important;
   	text-decoration:none;
}
   
.sub_navi li a:hover {
   	font-weight:bold;
   	background:#7FB6D4 !important;
}
   
#header_sub_box {
   	clear: both;	
   	height: 266px;
   	overflow: hidden;
}
   
#header-sidebar {
   	width:270px;
   	height:266px;
   	float:left;
   	text-align:center;
   	padding-left:4px;
   	z-index:5;
   	display: inline;
}

#header-sidebar img {
   	padding-top:33px;
}
   
#navi_left {
   	padding:26px 0 0 37px;
}
   
#navi_left ul li {
   	float:left;
   	display:inline;
}
   
#navi_left ul li a {
   	padding-right:10px;
   	font-size:16px;
   	color:#42849f;
}

.slideshow {
   	float:left;
   	z-index:5;
   	width: 671px;
   	height: 266px;
   	display: inline;
   	padding: 0;
   	margin: 0;
}
   
#content {
   	width:950px;
   	background:url(../images/content-bg.jpg) 0 0 repeat-y;
   	padding-top:48px;
}
   
#sidebar {
   	float:left;
   	width:178px;
   	padding:0 45px;
   	font-size:14px;
   	line-height:21px;
}

#navi_bottom ul li {
	list-style-type:none;
}

#navi_bottom ul li a {
	width:134px;
   	font-size:14px;
	height: 26px;
    	padding: 13px 0 0 50px;
   	color:#fff;
	text-decoration:none;
	display:block;
	background:url("../images/navi-left.jpg") top left no-repeat;
}

#navi_bottom ul li a:hover {
	background-position:bottom left;
}
   
#content-main { 
   	float:left; 
   	width:600px; 
   	padding:0 35px;
   	border-left:1px solid #d3d3d3;
}
   
#content-main h2 {
   	font-size:26px;
   	color:#5c9dba;
   	padding-bottom:25px;
}
   
#content-main h2 span {
   	font-size:20px;
}
   
h3 { 
   	color:#5c9dba;
   	font-size:15px;
   	padding-top:10px;
   	padding-bottom:10px;
}
   
.img_a { 
   	float:left;
   	padding:1px;
   	border:1px solid #81b2c8;
   	margin-right:7px;
   	margin-bottom:5px;
}
   
.img_b { 
   	float:right;
   	padding:1px;
   	border:1px solid #81b2c8;
   	margin-left:7px;
   	margin-bottom:5px;
}
   
.img_c { 
   	float:left;
   	padding-right:15px;
   	padding-bottom:15px;
}
   
.img_d { 
   	float:right;
   	padding-left:15px;
   	padding-bottom:15px;
}
   
#footer {
   	width:950px; height:45px; background:url(../images/footer-bg.jpg) 0 0 no-repeat;
}
   
#content-main ul {
   	padding-bottom:15px;
   	padding-left:5px;
}
   
#content-main .box ul {
   	float:left;
}
   
#content-main ul li {
   	padding-bottom:5px;
   	list-style-type:none;
   	padding-left:15px;
   	background:url(../images/li.gif) 0 7px no-repeat;
}
 
li.down {
   	background:url(../images/adobe_pdf.gif) -4px 4px no-repeat !important;
}
 
.box {
   	width:570px;
   	float:left;
   	background:#E0E6EF;
   	padding:15px;
   	margin-bottom:15px;
}

.img_box {
   		width:195px;
		float:left;
}
   
h4 {
   	color:#81b2c8;
   	padding-bottom:5px;
}
   
#content-main td {
   	background:#EFF5FF; 
   	border:1px solid #fff; 
   	padding:3px;
}
   
#content-main td.dark {
   	background:#E0E6EF;
}
   
.inhalt { 
   	width:365px;
   	float:left;
}
   
#content-main table {
   	margin-bottom:15px;
}
   
#content-main table {
   	margin-bottom:15px;
}

#navi_top ul li.downloads {
	width:107px;
}

#content-main .box ul li {
	background:url("../images/li2.gif") no-repeat scroll 0 7px transparent;
}
