/* CSS Document */
html, body {
	height:100%;
	margin: 0;
	padding: 0;
}
img {
	border:0;
	}
body {
	background-color: #FEF4AC;
	font-family: arial;
	font-size:12px;
	}

#outerall {
	height: 100%;
	min-height: 100%;
}
#header {
	position: relative;
	left: 0px;
	top: 0px;
	height: 150px;
	background-color: #FFFFFF;
	z-index: 200;
	width: 100%;	
	background-color: #FFFFFF;
	background-image:url(../bilder/bg_header_unten.gif);
	background-position: bottom center;
	background-repeat: repeat-x;	
}

#container {
	width: 100%;
	display:block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
	height:auto !important;  
	height: 100%;  
	background-image:url(../bilder/bg-subsites.gif);
	background-repeat:repeat-y;
	background-position: center;
	z-index:100;	
}
#innercontainer {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	
}

/**********ALTE STYLES
#header {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 150px;
	background-color: #FFFFFF;
	background-image:url(../bilder/bg_header_unten.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
	z-index: 200;
	width: 100%;
}
#container {
	width: 100%;
	display:block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
	height:auto !important;  
	height: 100%;  
	background:url(../bilder/bg.gif) repeat-y top left;
	z-index:100;
}

**********/
#contheader {
	position: relative;
	display: block;
	width: 880px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
#headerlogo {
	height: 85px;
	padding-top: 15px;
	width: 200px;
	float:left;
	}
#toolbar {
	position: relative;
	display: block;
	height: 25px;
	float:right;
	width: 600px;
}
#balken {
	position: relative;
	float:none;
	clear: both;
	height: 24px;
	background-image:url(../bilder/bg-balken.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	}
#hmenu {
	height: 25px;
	background:#fff;
	border-bottom: 1px solid #E6E6E6;
}
/********CONTENT UND NAVI********/


#obererclearer {
	display: block;
	clear: both;
	height: 125px;
}

#sidebarleft {
	display: block;
	width: 220px;
	float: left;
}
#navi {
	position: relative;
	margin:0;
	padding:0;
	width: 220px;
	min-height: 300px;
	float :left;
	border-top: 24px solid #FFF8CA;
	}
.clearer {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
}

#adresse {
	position: relative;
	margin: 0;
	width: 220px;
	float :left;
}
	
#content {
	width: 440px;
	float: left;
	padding-bottom: 40px;
	}
#innercontent {
	padding: 25px;
}
#sidebar {
	width: 220px;
	float:right;
}
#totop {
	float: right;
	margin-right: 10px;
}

#clearer {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.contentclearer {
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
}
/*********BILDER*********/

#sidebar img {
	padding-top: 25px;
}


/********SCHRIFTEN********/
 /*Content Titel*/
h1, h2, h3, h4, h5, h6, p, cite, code {
	margin: 0;
	padding: 0;
	border: 0; 
	padding-bottom: 4px;
}
h1 {
	font-size:12px;
	font-weight:bold;
	padding-top: 22px;
	
	}
h2 {
	font-size:12px;
	padding-top:4px;
	}		
h3 {
	font-size:12px;
	font-weight: normal;
	padding:0;
	margin:0;
	}	
h4 {
	font-size:12px;
	font-weight: bold;
	padding:0;
	margin:0;
	}
/*Content Text*/
p { 
	font-size: 12px;
	font-weight:normal;
	line-height: 18px;
	padding-bottom: 12px;
}

/*PDF TEXT*/
#downloads {
	margin-top: 25px;
	margin-left: 8px;
}
#downloads img {
	padding: 0;
}

a:link, a:visited {
	text-decoration:underline;
	color: #0168B5;
}
a:focus, a:hover {
	text-decoration:none;
	color: #0168B5;
}
#sidebar a:link, #sidebar a:visited, #adresse a:link, #adresse a:visited {
	color: #000000;
}
#sidebar a:active, #sidebar a:focus, #sidebar a:hover, #adresse a:active, #adresse a:focus, #adresse a:hover {
	text-decoration: underline;
	color: #0168B5;
}
#adresse h1 { 
	font-weight:bold;
	padding: 4px 0 10px 11px;
	}

#adresse p { 
	padding: 0 0 10px 11px;
	line-height: 15px;
	margin: 0;
	}
#adresse h1,	
#adresse p,
#adresse a:link,
#adresse a:visited {
	font-size: 11px;	
	color: #595747;	
}
/******NAVIGATION******/

#navi {
	padding: 0;
	margin: 0;
	font-size:12px;
}
#navi ul, #navi li{
	margin: 0;
	border: 0;
	padding: 0;
	list-style:none;
}

#navi a:link, #navi a:visited, #navi a:focus, #navi a:hover {
	padding: 5px 5px 5px 8px;
	background-color:#ECECEC;
	color:#000000;
	display:block;
	text-decoration:none;
	line-height: 14px;
}
#navi  a:focus, #navi a:hover {
	color:#0A50A1;
}
#navi ul li ul  a:link, #navi  ul li ul  a:visited, #navi ul li ul  a:focus, #navi ul li ul  a:hover {
	background-color:#E6E6E6;
	padding-left: 18px;
}


#navi ul li ul li ul a:link, #navi  ul li ul li ul  a:visited, #navi  ul li ul li ul  a:focus, #navi  ul li ul li ul  a:hover {
	padding-left: 31px;
}



#navi ul li ul  a:focus, #navi ul li ul  a:hover {
	color:#0A50A1;
}
#navi a.aktiv:link, #navi a.aktiv:visited, #navi a.aktiv:focus, #navi a.aktiv:hover {

	color:#0071B9;
}
#navi a.subaktiv:link, #navi a.subaktiv:visited, #navi a.subaktiv:focus, #navi a.subaktiv:hover {
	color:#0071B9;
}


/*****NAVIGATION HORIZONTAL******/
ul.navihoriz {
	padding: 0;
	margin: 0;
	font-size: 12px;
	vertical-align: top;
	color: #B3B3B3;

}

#toolbar ul {
	list-style: none;
	float: right;
}
#toolbar ul li {
	float: left;
	line-height: 16px;
	height: 12px;
	padding: 1px 0 0 0;
}


#toolbar a:link, #toolbar a:visited, #toolbar a:hover, #toolbar a:focus {
	color: #B3B3B3;
	text-decoration:none;
	padding-left:4px;
	padding-right: 4px;
}
#toolbar a:hover, #toolbar a:focus {
	color: #000;
}



#totop a:link, #totop a:visited {
	font-size: 10px;
	color: #CCCCCC;
	padding-right: 18px;
	text-decoration:none;
	background-image:url(../bilder/totop.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
#totop a:focus, #totop a:hover {
	color: #0168B5;
}


/************* indexed search **************** */
.tx-indexedsearch-searchbox fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

input.tx-indexedsearch-searchbox-sword {
	width: 200px;
	border: 1px solid #CCC;
	height: 18px;
}
.tx-indexedsearch-form {
float: left;
}

.tx-indexedsearch-searchbox-button {
	height: 20px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #CCC;
	background-color: #E6E6E6;	
}

.tx-indexedsearch-searchbox {
	margin-bottom: 20px;
}
.tx-indexedsearch-sw {
	font-style: italic;
	font-weight: bold;
}


.tx-indexedsearch-info {
	float:left;
	width: 100%;
	margin:0;
	padding:0;
	margin-bottom: 24px;
	background: #E6E6E6;
	color: #999999;
}
.tx-indexedsearch-title {
	float:left;
}
.tx-indexedsearch-icon {
	margin-top: 2px;
	width: 20px;
	float:left;
}
.tx-indexedsearch-percent {
	float: right;
}
.tx-indexedsearch-res h3, p.tx-indexedsearch-descr {
	float:left;
	margin: 0;
	padding: 0;
	width: 100%;
}


.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd {
	float: left;
}

.tx-indexedsearch-text-item-size {
	width: 49%;
	float: left;
	text-align:left;
	margin-left: 2px;

}
.tx-indexedsearch-text-item-mtime {
	float: right;
	text-align:right;
	width: 49%;	
	margin-right: 2px;
}

.csc-sword {
	background-color:#FEF4AC;
	color: #0A50A1;
	padding-left: 2px;
	padding-right: 2px;
}

/******* DARSTELLUNG TEAM ******/
.team-vcard {
	display :block;
	float: left;
	width: 184px;
	border: 0;
	height: 238px;
}
.team-vcard img {
	margin-bottom: 6px;
}
.team-vcard h2 {
	font-size: 12px;
	padding-bottom: 0;
	font-weight:normal;
}
a.team-download {
	display: block;
	margin: 2px 0 0 0;	
}
.mitarbeiter-abt {
	display:block;
	
}
DIV.mitarbeiter-member {
	display: block;
	width: 390px;
	height: 138px;
	border-bottom: 1px solid #999;
	float: none;
}
DIV.mitarbeiter-member img {
	display: block;
	float: left;	
}
/*********** LISTEN ******************/

#content ul {
	list-style-type:disc;
	padding: 0;
	margin-bottom: 16px;
	margin-top: 4px;
	padding-left: 15px;
}
#content ul.csc-bulletlist {
	margin:0;
	padding:0;
	list-style-type:disc;
	list-style-position:inside;
}
#content li {
	line-height: 18px;
}

#content ul ul {
	margin-bottom: 4px;
}

/*******************************filelinks *******************************************/
.filelinks {
	display: block;
	float: left;
	margin: 8px 0 16px 0;
	clear: both;
	font-size: 12px;
	line-height: 16px;
}
div.filelinks div.first {
	border-top: 1px solid #EBEBEB;
}
DIV.filelinks_layout_0 DIV.odd, 
DIV.filelinks_layout_0 DIV.even {
	float: left;
	clear: both;
	padding: 5px 0 2px 0;
	border-bottom: 1px solid #EBEBEB;
	width: 388px;
}

div.filelinks img {
	border: 0;
	padding-right: 2px;
	margin-bottom: 2px;
	margin-top: -1px;
}


.filedownload {
	float: left;
	clear: none;
}
.fileicon {
	float: right;
	clear: none;
	margin: 1px 0 1px 0;
	width: 30px;	
}
.fileicon img {
	float: right;
}
.filedescription {
	float: left;
	clear: both;
	width: 325px;
	font-size: 11px;
	line-height: 15px;
	color: #333;
}
.filesize {
	float: right;
	clear: none;
	color: #999;
	font-size: 10px;
	line-height: 15px;
	padding: 0;
}
.clearfilelist {
    clear:both;
    height:1px;
	border: 0;
}
#sidebar .filelinks img {
	padding-top: 0;
}
#sidebar .filelinks {
	padding-top: 25px;
	margin-bottom: 0px;
}
#sidebar .fileicon {
	float: left;
	margin: 1px 5px 1px 0;	
}
#sidebar .filedescription {
	float: left;
	clear: both;
	width: 190px;
	margin-left: 30px;
	margin-top: 2px;
	font-size: 11px;
}
#sidebar .filesize {
	display:none;
}
#sidebar DIV.filelinks_layout_0 DIV.odd, 
#sidebar DIV.filelinks_layout_0 DIV.even {
	border: 0;
	padding: 5px 0 2px 0;
	width: 210px;
}

/************* MEDIEN-FILELINKS **********/
TABLE.filelinks-mediatbl {
	width: 248px;
	margin: 0 0 12px 0;
	overflow: hidden;
	float: left;
	
}


TABLE.filelinks-mediatbl tbody td.filelinks-thumbnail {
	width: 70px;
}
td.filelink-mediadescription {
	padding: 1px 8px 0 0;
}
td.filelink-mediadescription .filedescription {
	margin: 0;
	width: 180px;
}
td.filelink-mediadescription .fileicon {
	margin: 0;
	width: 22px;
}
td.filelink-mediadescription .fileicon img {
	margin: 0;
}

/*********** tabellen- layouts ***************************/
.contenttable {
	border: 0;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #999;
}
.contenttable-0 {
	margin: 0 0 30px 0;
}
.contenttable td, .contenttable th {
	border-top: 1px solid #999;
	border-left: 0px;
	border-right: 0px;
	padding: 0px;
	margin:	0px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.contenttable td p {
	margin: 0;
	padding: 0;
	border: 0;
	margin-top: 3px;
	margin-bottom: 3px;
}
.contenttable-1 td, .contenttable-1 th {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	padding: 0px;
	margin:	0px;
}
.contenttable-1 .tr-even {
    background-color: #F1F1F1; 
}
.contenttable-1 .tr-odd {
	background-color:#FFFFFF
}
.contenttable-2 td, .contenttable-2 th {
	border-top: 0px;
	border-left: 0px;
	padding: 0px;
	margin:	0px;
}
.contenttable-2 .tr-0 {
        font-weight: bold;
}
.contenttable-2 .tr-even {
    background-color: #F1F1F1; 
}
.contenttable-2 .tr-odd {
	background-color:#FFFFFF
}
TD {
	vertical-align: top;
}

td.td-2, td.td-3 {
	text-align: right;
}
.zpreise .td-1, .zpreise .td-2 {
	text-align: left;
}

/** wichtig fuer ausrichtung preise **/
.sp2-50px .td-1, .sp3-50px .td-2 {
	text-align: right;
}
.sp2-50px .td-2, .sp3-50px .td-3 {
	width: 50px;
}
.thgelb td, table.thgelb, .thgruen td, table.thgruen, .thorange td, table.thorange, table.thblau, .thblau td, .thbraun td, table.thbraun  {
	border:0;	
}
.thgelb .td-0, .thgruen .td-0, .thorange .td-0, .thblau .td-0, .thbraun .td-0 {
	padding-left: 14px;
}
.thgelb {
	background-color: #ffe497;
	margin-bottom: 4px;
}
.thgelb .tr-0 td {
	background-color:#FEBC00;
	font-weight: bold;
	padding: 4px 0px 4px 14px;
}
.thgruen {
	background-color: #c8e799;
	margin-bottom: 4px;
}
.thgruen .tr-0 td {
	background-color:#77C505;
	font-weight: bold;
	padding: 4px 0px 4px 14px;
}
.thorange {
	background-color: #fcc597;
	margin-bottom: 4px;
}
.thorange .tr-0 td {
	background-color:#F87200;
	font-weight: bold;
	padding: 4px 0px 4px 14px;
}

.thblau {
	background-color: #C4DAE9;
	margin-bottom: 4px;
}
.thblau .tr-0 td {
	background-color:#1B76B5;
	font-weight: bold;
	padding: 4px 0px 4px 14px;
}

.thbraun {
	background-color: #E0BA8D;
	margin-bottom: 4px;
}
.thbraun .tr-0 td {
	background-color:#B46D2D;
	font-weight: bold;
	padding: 4px 0px 4px 14px;
}
/************ STANDORT-KARTE *************/
#standortnavi {
	clear: both;
	width: 390px;
	margin-top: 4px;
	height: 16px;
	margin-bottom: -14px;
	font-size: 11px;
}
#standortnavi .legende {
	float: right;
	margin-top: 1px;
}
a#zoomin, a#zoomout {
	float: right;
	clear: none;
	width: 16px;
	display: block;
	height: 16px;
	margin-left: 2px;
}
a#zoomin:link, a#zoomin:visited {
	background-image:url(/fileadmin/templates/bilder/zoomin.gif);
	background-repeat: no-repeat;
background-position: 0 0;
}
a#zoomin:hover, a#zoomin:focus {
	background-position: 0 -20px;
}

a#zoomout:link, a#zoomout:visited {
	background-image:url(/fileadmin/templates/bilder/zoomout.gif);
	background-repeat: no-repeat;
background-position: 0 0;
}
a#zoomout:hover, a#zoomout:focus {
	background-position: 0 -20px;
}


/*******  sitemap anpassen **********/
#content .csc-sitemap ul {
	margin-bottom: 0px;
}
#content .csc-sitemap ul li ul{
	margin-top: 3px;
}
#content .csc-sitemap  li {
	margin-bottom: 3px;
}
/********** TEXTPICS ******/

#innercontent DIV.csc-textpic.csc-textpic-center.csc-textpic-below {
	border-bottom: 40px solid #fff;
}

#innercontent DIV.csc-textpic-imagewrap {
	clear: both;
border-bottom: 40px solid #fff !important;
}
#innercontent .csc-textpic-imagewrap dl, 
#innercontent .csc-textpic-imagewrap dt {
	margin: 0 5px 0 0;
	padding: 0 0 1px 0;
}
#innercontent .csc-textpic-border img {
	border: 1px solid #CCC;	
}
#innercontent .csc-textpic ul {
	padding: 0;
	margin: 0;
}

/********** downloads vortraege ******/
div.tx-nwdownloads-pi1 {
	margin-top: 35px;
}
#download-switch {
	border-left: 1px solid #E6E6E6;
}
#download-content {
	overflow: hidden;
}
#download-switch a {
	display: inline-block;
}

#download-switch a:link,
#download-switch a:hover,
#download-switch a:focus,
#download-switch a:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #B2B2B2;
	padding: 3px 15px 5px 15px;
	border: 1px solid #E6E6E6;
	border-left: 0;
	border-bottom: 1px solid #E6E6E6;
}

#download-switch a.aktiv:link,
#download-switch a.aktiv:hover,
#download-switch a.aktiv:focus,
#download-switch a.aktiv:visited {
	color: #0071B9;
	background-color: #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
}
#downloadfelder {
	padding: 15px 15px 15px 15px;
	background-color: #F0F0F0;
	border: 1px solid #E6E6E6;
	margin-top: -1px;
	margin-bottom: 32px;
	
}
#downloadanzahl {
	text-align: right;
	color: #00CC33;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	padding-top: 4px;
	margin-left: 190px;
}
#downloadfelder SELECT {
	float: left;
	margin-bottom: 0;
	border: 1px solid #E6E6E6;
	width: 185px;
	height: 22px;
	line-height: normal;
}