/** MAIN **/
* {margin:0;padding:0;font-size:11px;font-family:verdana,arial,sans-serif; line-height:16px;}
html {height: 100%; position: relative;}
body {background-color:#cecece; color:#404040;text-align:center;position:relative;min-height: 101%;}
img {border:0}
a,  a:active {color:#055187; text-decoration:underline; font-weight:bold;}
a:hover { text-decoration:none; }
.divider {background-color:#FFFFFF; height:10px; width:100%;}



/** DOCUMENT **/
#document {
	width:985px;margin-left:auto;margin-right:auto;text-align:left; background-color:#FFFFFF;
	background-repeat:repeat-x;
	min-height:1125px;
	}
#document-border {float:right;margin-left:20px;width:178px; border:solid green 3px;}

#page-service-nav {
    position:relative;
	    right:6px;
    top:45px;
}


#navigation-service {
	text-align:right;
	margin-bottom:13px;
	font-size:9px;
	color:#686868;
	font-weight:bold;
	width:752px;
	}
	
#navigation-service a{
	font-size:9px;
	text-decoration:none;
	color:#686868;
	font-weight:normal;

	}	
	
/* Search Box Top */	

#ipt_search {
	height:20px;
	width:142px;
	float:left;
	height:16px;
	margin-right:3px;
}

	
#searchfields {
	float:right;
	margin-right:16px;

} 
#nav_left { float:left; width:230px;}



.tx-indexedsearch fieldset {border:none}


/** ######## Left Navigation Start ########### **/


#content-main {
	float:left;
	width:960px;
	margin-top:7px;
}



ul.leftlist, ul.leftlist_2, li.leftlist-item {
  padding:0 0 0 0;
  margin:0 0 0 0;
  border:0px;
  list-style:none;
}

li.leftlist-item {
 background:white;
 padding-bottom:1px;
}

.leftlist_2 li.leftlist-item {
 background:url(/fileadmin/code/img/navleft2_trenner.gif);
 padding-bottom:1px;
}

li.noBg {
 background:none;
 padding-bottom:0px;
}

.leading {height:0px;width:0px;display:inline;}

#banner {float:left;}
#banner_logo {margin-bottom:5px; margin-top:-26px;}
#banner_left {float:left; margin-right:12px;height:222px;}

#nav_left a {
  font-family:verdana,sans-serif;
  font-size:11px;
  cursor:pointer;
  cursor:hand;
  display:block;
  text-decoration:none;
  height:21px;
  width:221px;
}

a.navileft1:link, a.navileft1:visited, a.navileft1:active {
  background-color:#f1f1f1;
  color:#6b6a6a;
  padding-top:5px;
  padding-left:14px;

}
a.navileft1:hover {
  background-color:#055187;
  color:#FFF;
  padding-top:5px;
  padding-left:14px;

}

a.navileft_act1, a.navileft_act1:link, a.navileft_act1:hover, a.navileft_act1:visited, a.navileft_act1:active {
  background-color:#055187;
  color:#FFF;
  font-size:9px;
  padding-top:5px;
  padding-left:14px;

}

a.navileft2:link, a.navileft2:visited, a.navileft2:active {
  color:#777;
  background-color:#f5f5f5;
  padding:3px 0 3px 35px;
  width:200px!important;
 }
a.navileft2:hover {
  color:#777;
  background:url(/fileadmin/code/img/leftnav_arrow.gif) no-repeat 23px 10px;
  background-color:#f5f5f5;
  padding:3px 0 3px 35px;
  width:200px!important;
}

a.navileft_act2, a.navileft_act2:link, a.navileft_act2:hover, a.navileft_act2:visited, a.navileft_act2:active {
  color:#777;
  background:url(/fileadmin/code/img/leftnav_arrow.gif) no-repeat 23px 10px;
  padding:3px 0 3px 35px;
  background-color:#f5f5f5;
  width:200px!important;
}

/** ######## Left Navigation End ########### **/






/** TOP_NAV **/

#navigation-language {float:right;margin-right:10px;}
#navigation-language div.img_language {float:left;margin:8px 0px 0px 10px;}

#navigation-main{margin-top:9px; margin-right:10px; width:960px; float:left;}
.navigation-main-start {height:39px;background:url(/fileadmin/code/img/topnav-main-start.jpg); background-position:left;background-repeat:no-repeat; }
.nav {height:35px;background:url(/fileadmin/code/img/topnav-main-bg.jpg) repeat-x;margin:0px 4px 0px 4px;}
.navigation-main-end {height:39px;background:url(/fileadmin/code/img/topnav-main-end.jpg);background-position:right;background-repeat:no-repeat;}
.one {height:35px;background:url(/fileadmin/code/img/topnav-main-seperator.jpg);background-position:top right;background-repeat:no-repeat;}

.nav {	position: relative;}
.nav li, .nav ul { padding: 0; margin: 0; list-style: none;}
.button {	float: left;}
li.button {	}
li.act-button {height:39px;background:url(/fileadmin/code/img/topnav-main-bg-hover.jpg) repeat-x;}
li.button:hover {height:35px;	background:url(/fileadmin/code/img/topnav-main-bg-hover.jpg) repeat-x;}
li.button .parent .lo {	}
li.button .parent .ro {	}
div.lo-end {
	
	float:left;
}
.parent {position: relative;}
/* this parent div does not provide "sticky hovering", but instead fixes a 
strange bug in Op7. When an element serves as a hovered popup "parent" element, 
that element must not also be floated or all heck breaks loose in Opera 7. 
To prevent this, we have floated the top level list items, while nesting 
hoverable parent divs inside that are then hovered to generate the dropdowns. 
Thus the ugly (but interesting) Op7 bug is defeated. */
.floatfix {margin-right: -3px;}
/* this fixes the IE 3px bug that is common in this type of float arrangement */ 
/*XXXXXXXXXXXX Primary dropdown/flyout rules XXXXXXXXXXX*/
.dropdown { /* rules for dropdown div */	
	position: absolute;		
	left: -3000px;
	top: auto; /* puts dropdowns directly under top nav */
	text-align: left; /* needed because IE misapplies text centering to boxes */	
	/** background: url(/fileadmin/code/img/bgfix.gif); **/
	 z-index:98;
	}
.dropdown div {	
	position: absolute;		
	left: -3000px;
	top: 0;  
	/** background: url(/fileadmin/code/img/bgfix.gif); **/
	text-align: left; /* needed because IE misapplies text centering to boxes */

	}
/* The margins on the UL's replace the div paddings to create "sticky hovering"
zones,  and the margins should "fill" the divs, making the IE BG fix unnecessary.
Unfortunately the BG fix is still needed, altho this method does eliminate
possible box model problems */
.dropdown ul { 
  width: 189px; /* tweaked so that dropdowns appear to "line up" with top links */
  margin: 0 30px 30px 30px; /* creates "sticky hovering" zones for dropdowns */
  border: 1px solid #e7e7e7; 
  border-width: 1px 1px 0 1px; 
  } /* borders sides and top of the dropdowns and flyouts; links provide the bottom border */
.dropdown div ul {margin:30px 30px 30px 0;} /* creates "sticky hovering" zones for flyouts */
.four .dropdown ul {width: 190px;} /* modifies width for rightmost "visible" dropdown (tweak) */
.four .dropdown div ul {margin: 30px 0 30px 30px; position: relative;} /* rule reversal for "visible" right drop flyouts */
.nav li {
	 text-align: left;
	 /** z-index:99; **/
	}
.nav ul li a {	
	font-family:Verdana,Arial;
	font-size:12px;
        display: block;
        color:#ffffff;
	font-weight: bold;
	text-decoration: none !important;
	padding: 5px 20px 3px 17px; 
	/** border-right: 1px solid #ffffff;  makes the dividers between the top nav links */
	z-index:100;
}

.nav ul li a:hover {	
	color:#0b5285;

}


/** dropdown & flyouts **/
.nav .dropdown a {
	font-weight:normal;
}

/*.four a {border-right: 0;}  kills right border on last top link */
	
.nav ul ul a {
  border-right: 0; /* negates right border for dropdowns and flyouts */
 
}
	
.dropdown li {
  position: relative; 
  vertical-align: bottom; /* IE5/win bugfix */
  border-bottom: 1px solid #e7e7e7;  /* borders the bottoms of the dropdown and flyout links */
  }
				
.parent:hover { /** background-image: url(/fileadmin/code/img/bgfix.gif); **/} 
/* this hover calls a transparent GIF only to defeat the IE failed hover bug. Any 
background change on hovering div.parent will make IE obey and display the dropdown.
While the call itself will fix the bug, make sure you actually call a real image 
file so that your site error logs will not fill with failed image calls. */
				
.parent:hover div.dropdown {left:-31px; padding-top:5px;} /* hover rule for dropdowns */ 
/* extra pixel makes dropdowns "line up" with top links */ 

.dropdown li:hover div { /* hover rule for flyouts */
	left: 189px; /* this value controls the amount of flyout "overlap" */
	top: -31px; /* this value controls the amount of flyout vertical offset */
	}
	
.four li:hover div { /* reversed flyout rules for rightmost drop flyouts */
	left: -222px; 
	top: -31px;
	}

.nav div.mini-zone { /* special hover zone that covers the "danger corner" */
  padding: 0;
  width: 15px;
	height: 15px;  
	font-size: 1px;
	left: -3000px;
	bottom: -15px;
	top: auto;	
	/** background: url(/fileadmin/code/img/bgfix.gif); **/
	}

.nav .dropdown li:hover div.mini-zone { /* hover rule for mini-zones */
	left: auto;
	right: 8px;
	top: auto;
	}

.nav .four li:hover div.mini-zone { /* reversed hover rule for rightmost drop mini-zones */
	left: 8px;
	}

.dropdown li:hover {background: #bababa;} /* hover color effect on dropdown links */
 /* .dropdown div li:hover {background: #bababa;}hover color effect on flyout links */

.act-button a {
  color:#055187!important;
}


/*XXXXXXXXXXX Primary dropdown backgrounds XXXXXXXXXX*/
	
.one ul {background: #758eb7;}
.four ul {background: #758eb7;}
.dropdown div ul li {background: #758eb7;} /* colors BG of flyouts */ 
/*.dropdown div ul a {color: #758eb7;}  colors text of  flyouts */ 
.dropdown div ul li:hover {background: #bababa;}

 

/*XXXXXXXXXXX Special fixes XXXXXXXXXXX*/

/* This is to hide the following from IE/Mac. \*/
* html .button .dropdown li {
height: 1%;
margin-left: -16px;
mar\gin-left: 0;
}
/* */

* html .nav a
 {height: 1%;}

/* The first 2 rules above fix "bullet region" problems in IE5.x/win, 
and the 2nd is to make all links fully clickable. */    

/*\*/ /*/
.nav .dropdown, .nav .dropdown div {width: 189px;}
.nav .button .dropdown ul {margin: 0px;}
.nav .dropdown, .nav .dropdown div {position: static;}
.nav .dropdown ul {border: 0;}
.mini-zone {display: none;}
/* this rule block "dumbs down" the nav for IEmac */

/** Top-Navigation END **/



/**  Calendar-Table **/

.calendar-table {
 padding:5px;
 width:215px;
}



.linked_today {
 background-color:#97002B;
 border:0px solid #333333;
 color:#FFFFFF;
 cursor:pointer;
 padding:2px;
 text-decoration:none;
}


.linked_day {
  background-color:#F8C534;
  cursor:pointer;
  padding:2px;
  text-decoration:none;
}


.calendar-table a{
	text-decoration:underline;
}
.calendar-table TD, .calendar-table TH{
	padding:3px;
	text-align:center;
}
.calendar-table TH{
	color:#333333;
	border-top:1px solid #7e7e7e;
	border-bottom:1px solid #7e7e7e;
}
.calendar-table caption{
	font-size:200%;
	color:#333333;
	text-transform:uppercase;
}

.linked_today_nolink{
	padding:2px;
	color:#333333;
	background-color:#C7D5FE;
}

/* List view CSS */
.newsCalendar_listHeader{
	font-size:1.5em;
	font-weight:bold;
	background-color:#C7D5FE;
	color:#333333;
	border:1px solid #7e7e7e;
	padding:0.5em;
}
.newsCalendar_listBody{
	padding:1em;
}
.newsCalendar_listItem{
	font-size:1em;
	padding-left:1em;
}
.newsCalendar_listItemHeader{
	font-weight:bold;
	padding-top:0.5em;
	padding-bottom:0.25em;
	font-size:1.25em;
}

.rcMenuContainer {
    font-family: Verdana, Arial;
    position: absolute;
    border: 1px solid #7e7e7e;
    background: #EAE8E3;
    padding:2px;
    z-index:10;
    width:200px;
}
.rcMenuItem {
    font-size:11px;
    font-weight:normal;
    padding:3px;
    text-decoration:none;
    text-decoration:underline;
    color:#333333;
    background-color:#cccccc;
    border:1px solid #7E7E7E;
}
.rcMenuItemHover {
    font-size:11px;
    font-weight:normal;
    padding:3px;
    text-decoration:underline;
    background-color:#C7D5FE;
    color:#333333;
    border:1px solid #7E7E7E;
}
.rcMenuItemText {
    font-size:130%;
    font-weight:bold;
    border:0px;
    padding:2px;
    color:#FFFFFF;
    border: 0px solid #FFFFFF;
    background: #7e7e7e;
    text-align:center;
}
.rcMenuItemTextExt {
    font-size:11px;
    font-weight:normal;
    border:1px dotted grey;
    padding:2px;
} 
.rcMenuSeparator{
    color:#7e7e7e;
    height:1px;
    width:200px;
}
.rcImage {
	padding-right:4px; 
}



/* Seiten Einstellungen */


#page-content {
	width:458px;
	margin-top:20px;
	float:left;
	margin-left:20px;
}

#page-content-wide {
	width:700px;
	margin-top:20px;
	float:left;
	margin-left:20px;
}

#page {
	width:976px;
	margin-left:11px;
}

#page-border {
	width:230px;
	margin-left:12px;	
	float:left;
	margin-top:-28px;
	
}


#breadcrumbs-wide {
	margin-top:7px;
	margin-left:20px;
	width:700px;
	float:left;
}


#breadcrumbs {
	margin-top:7px;
	margin-left:20px;
	width:463px;
	float:left;
}
#breadcrumbs a{
	text-decoration:none;
	color:#797979;
	font-weight:normal;
}

.breadcrumbline{
	border-bottom:solid #dddddd 1px;
	margin-top:5px;
}
.breadcrumb_cur{
	font-weight:bold;
}


.pageHeader {
 	font-size:14px;
	margin-bottom:20px;
	color:#055187;
}


/** Box standart right **/
#page-border .c-border-head , #startpage-left .csc-header, #startpage-right .csc-header, #startpage-rand .c-border-head {
	height:31px;
	width:235px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(/fileadmin/code/img/box_bg.jpg);
	
}
.csc-textpic {
	margin-top:10px;	
}


#page-border .c-border-head-text, #startpage-left h1.csc-firstHeader, #startpage-right h1.csc-firstHeader, #startpage-right csc-firstHeader h1 , #startpage-right .csc-header h1 , #startpage-rand .csc-header h1 ,  #startpage-rand .csc-header h1 ,  #startpage-rand .c-border-head-text {
	padding-top:5px;
	margin-left:10px;
	font-size:12px;
}

#page-border .c-border-content {
	width:235px;
	background-color:#f1f1f1;
}

#page-border .c-border-content  .bodytext , .c-border-content  .csc-uploads {
	padding:10px;
}


/**  Startpage **/

#startpage-left {
	width:235px;
	float:left;
	border:solid green 0px;
	margin-right:10px;
	background-color:#f1f1f1;

}

#startpage-main {
	width:470px;	
	float:left;
	border:solid green 0px;
	margin-right:10px;
	background-color:#f1f1f1;
	border-bottom:2px solid #e0e0e0;
	color:#FFFFFF;
        background-image:url(/fileadmin/code/img/startpage_bg.jpg);	
}



#startpage-right {
	width:235px;	
	float:left;
	border:solid green 0px;
	background-color:#f1f1f1;
	
}

#startpage-rand {
	width:235px;	
	float:left;
	border:solid green 0px;
	margin-left:10px!important;
	background-color:#f1f1f1;
}



#startpage-main .csc-header{
	width:470px;
	background-image:url(/fileadmin/code/img/startpage_headline_bg.gif);
	height:31px;
}


 #startpage-rand .bodytext, #startpage-right .bodytext, #startpage-left .bodytext{
 	margin:10px;
	background-color:#f1f1f1
}


#startpage-main h1.csc-firstHeader {
	padding-top:5px;
	color:#FFFFFF;
	margin-left:10px;
	font-size:12px;
}

#startpage-main .csc-textpic-imagewrap {
	margin-left:10px;
}



/** Footer **/


/** Divider **/
.divider { clear:both; }
.divider-fe { margin-top:8px; margin-bottom:8px;}


/** Linien  **/
.csc-frame-rulerBefore {border-top:solid #cccccc 1px; margin-top:8px; margin-bottom:8px;}
.csc-frame-rulerAfter {border-top:solid #cccccc 1px; margin-top:8px; margin-bottom:8px;}


/** Formular **/
csc-mailform {border: none;}
.csc-mailform-field label,
.csc-mailform-radiolabel { float:left; clear:both; display:block; width:80px; padding-right:10px;  margin-bottom:10px; text-align:right; }
.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select { float:left; display:block; border: 1px solid #ccc; padding:1px; margin-bottom:10px; font-size:11px; }
.csc-mailform-check {border-color:#FFFFFF !Important;}
.csc-mailform-radio {margin-right:5px;}
.csc-mailform-radiofield label {margin-right:20px;}
input.csc-mailform-submit {font-size:11px;border:0px; background-color:#FFFFFF;color:#990000;margin-right:10px;}
input.csc-mailform-reset {font-size:11px;border:0px; background-color:#FFFFFF; color:#990000;}



/** Suche **/
.tx-indexedsearch select { width:153px; }
.tx-indexedsearch input , select { font-size:9px;}
.tx-indexedsearch label {margin:0px; font-size:9px; font-weight:bold;}
.tx-indexedsearch-redMarkup { border:solid 2px #D1D1D1; color:#000000!Important;}
.tx-indexedsearch-title { font-weight:bold;}
.tx-indexedsearch-info { font-size:9px!Important; }
.tx-indexedsearch h3 { background-color:#D1D1D1;}
.tx-indexedsearch-percent { font-weight:bold!Important; font-size:12px!Important; }
.tx-indexedsearch-form,.tx-indexedsearch-search-for, .tx-indexedsearch-search-in, .tx-indexedsearch-search-select-section, .tx-indexedsearch-search-select-order, .tx-indexedsearch-search-select-results, .tx-indexedsearch-search-select-group {margin-bottom:5px;}
.tx-indexedsearch-search-select-order {width:480px;}
.tx-indexedsearch-search-line { border-bottom:solid #CCCCCC 1px; margin-bottom:10px;}
.tx-indexedsearch fieldset {border-bottom:solid #CCCCCC 0px; width:422px; }
.tx-indexedsearch-searchbox-button-submit {  font-weight:bold; font-size:11px!Important; color:#990000; border:0px; background-color:#FFFFFF; height:16px; }
.search_button { float:left; font-weight:bold; width:47px; font-size:10px; color:#990000; border:0px; background-color:#f2f2f2; height:16px;}
.searchfield { float:left;  font-weight:normal; font-size:10px; border:solid #999999 1px; width:100px; height:16px;}
#suche_more {float:left;  position: relative;   width:100px; margin-top:5px; border:solid green 0px;}
.tx-indexedsearch-search-submit { margin-top:15px; margin-left:-5px; }


/** Tabellen **/
.contenttable-0 .tr-odd{ background-color:#dedede; padding:5px; }
.contenttable-0 td{ padding:5px; }
.contenttable-0 .tr-even{ background-color:#efefef; padding:5px; }
.contenttable-0 { background-color:#FFFFFF;  border-bottom:1px solid white; border-left:1px solid white; text-align:left; width:422px; }

.contenttable-2 .tr-odd{ background-color:#dedede; padding:5px; }
.contenttable-2 td { padding:5px; }
.contenttable-2 .tr-even{ background-color:#efefef; padding:5px; }
.contenttable-2 { background-color:#FFFFFF; border-bottom:1px solid white; border-left:1px solid white; text-align:left; width:422px; }

.contenttable-3 .tr-odd{ background-color:#FFFFFF; padding:5px; }
.contenttable-3 td{ padding:5px; }
.contenttable-3 .tr-even{ background-color:#FFFFFF; padding:5px; }
.contenttable-3 { background-color:#cccccc; border-bottom:1px solid white; border-left:1px solid white; text-align:left; width:422px; }



/** Listen Ansicht **/
option {padding-left: 0.4em}
	

	ul { margin: 0 0 1em 1em; list-style-type:disc;}
	ul li { margin-left: 1.5em; line-height: 1.5em;  list-style-type:disc;}
	
	ol { margin: 0 0 1em 1em; list-style-type:decimal;}
	ol li { margin-left: 1.5em; line-height: 1.5em;  list-style-type:decimal;}
	

	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }
	
	blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}


	
/**  News Liste **/
.news_single_title {
	font-weight:bold;
	font-size:13px;
}
.news-latest-line {
}


.news-latest-item-content {
	width:207px;
	margin-left:10px;
	margin-right:10px;
	margin-top:7px;
	float:left;
}
.news-latest-item-content .bodytext{
	margin:0px!important;
	}
.news-latest-item-datum {
	width:215px;
	font-size:10px;
	float:left;
	margin-top:15px;
}

.news-latest-item-titel {
	width:215px;	
	font-size:11px;
	float:left;
	font-weight:bold;
}
.news-latest-item-link {
	float:left;
	margin-bottom:12px;
	margin-top:3px;
	width:140px;
}


.news-latest-item-link a{
color:#ffffff;
}

#field_one,#field_two, #field_three {
	width: 200px;
	height: 160px;
	float: left;
	margin-left:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
#field_one {width: 300px;}
#field_three {width: 100px;}
#field_main  {
	width: 100%;
	clear:both
	margin-left:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
#field_main table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.td1 {
	font-size: 9px;
	text-transform: none;
	background-color: #e1e0fc;
}
.td2 {
	font-size: 9px;
	text-transform: none;
	background-color: #dfdfdf;
}


table.tablesorter { background-color: #CDCDCD; margin:10px 0pt 15px; font-size: 8pt; width: 100%; text-align: left; }
table.tablesorter thead tr th, table.tablesorter tfoot tr th { background-color: #a6bacc; color:#FFF; border: 1px solid #FFF; font-size: 8pt;	padding: 4px; }
table.tablesorter thead tr .header { background-image: url(/fileadmin/dev/images/bg.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer; }
table.tablesorter tbody td {	color: #3D3D3D; padding: 4px; vertical-align: top; }
table.tablesorter thead tr .headerSortUp { background-image: url(/fileadmin/dev/images/asc.gif); }
table.tablesorter thead tr .headerSortDown { background-image: url(/fileadmin/dev/images/desc.gif); }
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #d7d7d7; }
.hoverclass  { background-color:#FFFFFF!important; color:#FFFFFF; }
tr:hover.hoverclass  { background-color:#e8e8e8!important; color:#FFFFFF; }

.style5 {
text-transform: uppercase; font-weight:bold;}
