@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}

.clear {
	clear:both;
	float:none;
}


img, div, input, a { 
	behavior: url("iepngfix.htc");
	}

.highlight {
	color:#F00;
	}
	
input, textarea {
	background:#fcfcfc;
	border:1px solid #CCC
}

body {
	background:url(../images/index/bg-body.jpg) 100px 0 repeat-x;
	font:normal 13px/18px Arial;
	color:#585552;
}

div#container {
	width:980px;
	margin:0 auto;
}

div#header {
	background:url(../images/index/bg-header.jpg) right 0 no-repeat;
	height:183px;
	position:relative;
}

div#shadow-left {
	background:url(../images/index/bg-shadow-left.png) 0 bottom no-repeat;
	width:29px;
	height:400px;
	position:absolute;
	top:0;
	left:-29px;
}

div#shadow-right {
	background:url(../images/index/bg-shadow-right.png) 0 bottom no-repeat;
	width:29px;
	height:400px;
	position:absolute;
	top:0;
	right:-29px;
}

div#branding span {
	display:none;
}

div#branding h1 a {
	background:url(../images/index/bg-branding.png) 0 0 no-repeat;
	width:453px;
	height:113px;
	display:block;
	position:absolute;
	top:19px;
	left:25px;
}

div#navigation {
	height:35px;
	padding:148px 0 0 10px;
}

div#navigation li {
	list-style:none;
	float:left;
	background:url(../images/index/bg-navigation-spacer.gif) right top no-repeat;
	height:28px;
	padding:7px 0 0 0;
}

div#navigation a {
	text-decoration:none;
	color:#666;
	font-weight:bold;
	font-size:13px;
	padding:0 16px;
}

div#navigation a:hover {
	color:#2e5c9a;
}

#suchliste .list1 {
	padding: 0 0 15px 12px;
}

#Suche {
	padding: 1px 5px;
    width: 140px;
}

#submitsuche {
	background: url("../images/index/bg-li3.gif") no-repeat center;
    padding: 0 5px;
    text-indent: -999em;
	cursor: pointer;
}

#submitsuche:hover { background-color: #DAE2ED; }

div#content-main {
	background:url(../images/index/bg-content.jpg) 0 31px no-repeat;
	width:732px;
	min-height:350px;
	height:auto !important;  /* für moderne Browser */
	height:350px;  /*für den IE */
	float:left;
}

div#video {
	padding:20px;
	border:1px solid #EEE;
	margin:10px 0;
	height:80px;
	}

div#navi-add {
	padding:0 0 0 17px;
}

div#navi-add li {
	float:left;
	text-align:center;
	list-style:none;
}

div#navi-add a {
	background:url(../images/index/bg-navi-add-inactiv.gif) 0 0 no-repeat;
	width:180px;
	height:21px;
	display:block;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	padding:11px 0 0 0;
}

div#navi-add a:hover {
	background:url(../images/index/bg-navi-add-hover.gif) 0 0 no-repeat;
	color:#666666;
	font-size:14px;
}

div#navi-add a.active{
	background:url(../images/index/bg-navi-add-hover.gif) 0 0 no-repeat;
	color:#666666;
	font-size:14px;
}

div#main {
	padding:30px 50px 0 50px;
}

* html div#main {
	padding:15px 50px 0 50px;
}

div#main h1 {
	font-size:23px;
	color:#666;
	padding:0 0 20px 0;
}

.list1 {
	background:url(../images/index/bg-li2.gif) left 5px no-repeat;
	list-style:none;
	padding:0 0 0 12px;
}

.list2 {
	background:url(../images/index/bg-li3.gif) left 5px no-repeat;
	list-style:none;
	padding:0 0 0 12px;
}

.list3 {
	background:url(../images/index/bg-li.gif) left 5px no-repeat;
	list-style:none;
	padding:0 0 0 12px;
	margin:0 0 0 12px;
}

h2 {
	font-size:17px;
	font-weight:bold;
	color:#2e5c9a;
}

h4 {
	font-size:24px;
	color:#585552;
	font-weight:normal;
}

.image-border {
	padding:5px;
	background:#FFF;
	border:1px solid #CCC;
	}

a  {
	color:#2e5c9a;
	text-decoration:none;
	}
	
a:hover {
	color:#585552;
	text-decoration:underline;
	}
	
.smalltext {
	font-size:11px;
	}
	
.content-column {
	width:208px;
	float:left;
}

	
div#column-left {
	width:195px;
	float:left;
	}
	
div#column-right {
	width:430px;
	float:right;
	}

.spacer {
	background:url(../images/index/bg-line.gif) center 10px no-repeat;
	}
	
.spacer2 {
	background:url(../images/index/bg-spacer.gif) center 10px no-repeat;
	}

div#sidebar {
	background:url(../images/index/bg-sidebar.jpg) 0 0 no-repeat;
	width:200px;
	float:right;
	padding:0 24px;
}

div#sidebar li {
	background:url(../images/index/bg-li.gif) left 5px no-repeat;
	list-style:none;
	padding:0 0 0 10px;
	margin:0 0 0 27px;
	}

div.sidebar-content-start {
	background:url(../images/index/bg-sidebar-content-start.jpg) center 0 no-repeat;
	width:185px;
	padding:15px 0 30px 15px;
	}

div.sidebar-content {
	background:url(../images/index/bg-sidebar-content.jpg) 0 bottom no-repeat;
	width:185px;
	padding:0 0 25px 15px;
	}
	
div#sidebar h3 {
	font:bold 12px Arial;
	color:#585552;
	}

.icon-suche {
	background:url(../images/index/bg-sidebar-icon-suche.gif) left 0 no-repeat;
	padding:0 0 0 25px;
}
	
.icon-sprechzeiten {
	background:url(../images/index/bg-sidebar-icon-sprechzeiten.gif) left 0 no-repeat;
	padding:0 0 0 25px;
	}

.icon-telefon {
	background:url(../images/index/bg-sidebar-icon-telefon.gif) left 5px no-repeat;
	padding:5px 0 5px 27px;
	}
	
.icon-downloads {
	background:url(../images/index/bg-sidebar-icon-download.gif) left 0 no-repeat;
	padding:0 0 0 25px;
	}
	
.icon-aktuelles {
	background:url(../images/index/bg-sidebar-icon-aktuelles.gif) left 0 no-repeat;
	padding:0 0 0 25px;
	}

.floatstop {
	float:none;
	clear:both;
}

div#footer {
	background:url(../images/index/bg-footer.jpg) 0 0 no-repeat;
	height:76px;
}

#options {margin:20px 0; color:#9ac1c9}
#options a {text-decoration:none; color:#9ac1c9}
#options a:hover {color:#033}

#acc {list-style:none; color:#033; margin:10px 0}
#acc h3 {font-size:17px; color:#2e5c9a; padding:6px 6px 0 15px; font-weight:bold; margin-top:5px; cursor:pointer; background: url(../images/index/bg-li2.gif) left 10px no-repeat;}
#acc h3:hover {background: url(../images/index/bg-li2.gif) left 10px no-repeat;}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content { padding:0;  border-top:none; background:#fff}

#nested {list-style:none; color:#033; margin-bottom:15px}
#nested h3 {font-size:17px; color:#2e5c9a; padding:6px 6px 0 15px; font-weight:bold; margin-top:5px; cursor:pointer; background: url(../images/index/bg-li2.gif) left 10px no-repeat;}
#nested h3:hover {background: url(../images/index/bg-li2.gif) left 10px no-repeat;}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {padding:15px;  border-top:none; background:#fff}
#nested .acc-selected {background: url(../images/index/bg-li2-down.gif) left 12px no-repeat;}
