@charset "utf-8";
body, html {
	font-family: Arial,Helvetica,sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	font-size: 10pt;
	text-align: left; 
	color: #000000;
}
	
/************** Layout/Divs ********************************************************/

    #container { 	
    	width: 100%;  
    	margin-left:auto; 
		margin-right:auto;
    	text-align:left;
 	   overflow: hidden
	/*	background-image:url(../img/layout/back3col.png);
		background-repeat: repeat-y;
		*/
		
    } 

	
    #lCol {
    	display:none;
    }	

    
   	#rCol {
   		display:none;
   		}
		
		
    #printheader {
    	display:block;
    	padding-left:7px;
    	border-bottom: 1px solid #cccccc;
    	margin-bottom:20px;
    }		
	
/************** Hauptinhalt ********************************************************/

    #mCol {
		margin: 0;
    	min-height:100%;
		background-color:#ffffff;
		padding-bottom: 20000px;
		margin-bottom: -20000px;
    }    
    
    #mColBig {
		margin: 0 0 0 20px;
    	min-height:100%;
		background-color:#ffffff;
		padding-bottom: 20000px;
		margin-bottom: -20000px;
    }

    #mColTop {
    	
    	display:none;
    }

	
	#mainContent {
    	margin: 10px 0 0 0; 
		line-height: 120%;
		color:#000000;
	}
     
	
	#mCol #mainContent p  {
		font-size: 0.85em;
    	padding: 0 17px 0 17px;   
    	margin: 0 0 18px 0; 
		line-height: 120%;
	}
     
	
	#mColBig #mainContent p  {
		color:#000000;
		font-size: 0.85em;
    	padding: 0 224px 0 17px;   
    	margin: 0 0 18px 0; 
		line-height: 120%;
	}

	a {
		color:#2d73c3;
		text-decoration: none;
		font-weight: normal;	
	}
	
	a:hover {
		color:#2d73c3;
		text-decoration: underline;
		font-weight: normal;
	}
	

	

	a.mail{
		color:#2d73c3;
		text-decoration: none;
		font-weight: normal;	
		background-repeat: no-repeat;
	}
	
	a.mail:hover {
		color:#2d73c3;
		text-decoration: underline;
		font-weight: normal;
	}
	

	

	a.download{
		color:#2d73c3;
		text-decoration: none;
		font-weight: normal;	
	}
	
	a.download:hover {
		color:#2d73c3;
		text-decoration: underline;
		font-weight: normal;
	}
	
	

	a.internal-link{
		color:#2d73c3;
		text-decoration: none;
		font-weight: normal;	
	}
	
	a.internal-link:hover {
		color:#2d73c3;
		text-decoration: underline;
		font-weight: normal;
	}
	
	

	a.external-link, a.external-link-new-window {
		color:#2d73c3;
		text-decoration: none;
		font-weight: normal;	
	}
	
	a.external-link:hover,  a.external-link-new-window:hover  {
		color:#2d73c3;
		text-decoration: underline;
		font-weight: normal;
	}
	

	#mainContent h1  {
		font-size: 1.4em;
    	margin: 0 0 5px 0; 
		line-height: 120%;
		color:#2d73c3;
	}     	
	
	
	#mainContent h2 {
		color:#666666;
		font-size: 1.3em;
    	margin: -7px 0 15px 0; 
    	border-bottom: 1px solid #cccccc;
	
	}
	
	#mainContent h3 {
    	margin: 15px 0 5px 0; 
		color:#666666;
		font-size: 1.1em;
	
	}
	
	.detail {
		color:#2d73c3;
		font-weight: bold;
	}
	.important {
		color:#2d73c3;
	}
	
	#copyrightNotice {
    	border-top: 1px solid #cccccc;
    	margin-left:20px;
    	margin-right:20px;
    	padding: 6px 20px 6px 20px;
    	font-size:0.7em;
		color:#999999;
		text-align:left;
	}	
	#mainContent ul li {
		font-size:0.8em;
	}
	#mainContent ul  {
		margin-top:0;
	}
	



/************** rechte Spalte ********************************************************/
	

	
	#rightContent {
		margin:-10px 0 0 0;
	}	
	
	#rightContent p  {
		line-height: 120%;
		font-size: 1.1em;
		padding: 7px 10px 10px 10px;
		color: #555555;
	}
	
	#rightContent h1  {
		font-size:1.1em;
		padding: 7px 0px 7px 10px; 
		color: #222222;
		background-color:#cccccc;
		text-decoration:none;
		display:block;
		font-weight:bold;
	}
	
	#rightContent img  {
		margin: 0px 0 1px 0;
	}
	

	.teaserbox {
 	 	border: solid 1px #e6e6e6;
 	 	padding-bottom: 10px;
 		margin-bottom: 20px;
	}
 


	
/************** Navigation START ********************************************************/


	/***** LEVEL 1 *****/
	
	.navArrow {
		float:right;
		margin-right: 10px;
		color:#ffffff;
		font-size:14px;
		margin-top:-2px;
		font-weight:normal;
	}

	#nav {
		padding: 0;  
		margin-top:-13px;
		font-size: 1.1em;
		font-weight:bold;
	}


	#nav ul#level_1 {
		padding-left: 0px;
		margin-left: 0px;
	}

	#nav ul#level_1 li {
		color: #999999;
		list-style-type: none;
		background-color:#e0e0e0;
		border-bottom: 1px solid white;
	}
	
	/*rs*/
	#nav ul#level_1 li.act {
		list-style-type: none;
		background-color:#666666;
		border-bottom: 0px solid white;
	}
	/*ende rs*/

	#nav ul#level_1 li .withSub {
		color: #999999;
		list-style-type: none;
		background-color:#e0e0e0;
		border-bottom: 0px solid white;
	}

	#nav ul#level_1 li a{
		padding: 7px 0px 7px 10px; 
		color: #666666;
		text-decoration:none;
		display:block;
		font-weight:bold;
	}
	
	/*rs*/
	#nav ul#level_1 li.act a{
		padding: 7px 0px 7px 10px; 
		color: #ffffff;
		text-decoration:none;
		display:block;
		font-weight:bold;
	}
	/*ende rs*/
	
	
	#nav ul#level_1 li.act a:hover{
		background-color: #666666;
	}

	#nav ul#level_1 li a:hover{
		text-decoration:none;
		background-color:#dadada;
		display:block;
	}

	#nav ul#level_1 li .aktiv{
		padding: 7px 0px 7px 10px; 
		color: white;
		background-color:#555555;
		text-decoration:none;
		display:block;
		font-weight:bold;
	}

	#nav ul#level_1 li .aktiv a {
		margin:0;
		padding:0;
		color: white;
		text-decoration:none;
		background-color:transparent;
		display:block;
		font-weight:bold;
	}

	#nav ul#level_1 li .aktiv a:hover{
		background-color:transparent;
	}
	

	.navArrow2 {
		float:right;
		margin-right: 10px;
		color:#555555;
		font-size:14px;
		margin-top:-2px;
		font-weight:normal;
	}
	
	#nav ul#level_2 {
		padding-left:0;
		background-color:white;
	}
	
	#nav ul#level_2 li {
		background-color:white;
		margin:0px;
		padding:0px;
		list-style-type: none;
		border-bottom: 1px solid #cccccc;
	}
	
	#nav #level_1 .act ul#level_2 .act2 a {
		font-weight:bold;
	}
	
	#nav ul#level_2 li.last {
		background-color:white;
		margin: 0px;
		padding:0px;
		list-style-type: none;
		border-bottom: 0px solid #cccccc;
	}
	
	#nav li.act ul#level_2 li a{
		padding: 7px 0px 7px 10px; 
		color: #666666;
		font-weight:bold;
		font-weight: normal;
		text-decoration:none;
		display:block;
	}
	
	#nav .act ul#level_2 li a:hover{
		text-decoration:none;
		font-weight:bold;
		display:block;
		background-color:#f8f8f8;
	}





	
/************** Navigation 3.Ebene ********************************************************/




	#nav ul#level_3 {
		padding:0;
		border:0;
		margin:2px 0 8px 0;
	}

	#nav ul#level_3 li {
		color: #999999;
		list-style-type: none;
		border-bottom:0px;
	}

	#nav #level_1 .act #level_2 .act2 ul#level_3 li a {
		font-weight:normal;
		border-top:0px;
		padding:3px 0 2px 22px; 
		color: #555555;
		text-decoration:none;
		display:block;
	}

	#nav #level_1 .act #level_2 .act2 ul#level_3 li a:hover {
		background-color:transparent;
	}	


	#nav ul#level_3 li div.navArrowLeft {
		display:none;
	}		
	

	#nav ul#level_3 li:hover div.navArrowLeft {
		margin-top:3px;
		font-size:12px;
		display:block;
		font-weight:normal;
	}
	
	#nav #level_1 .act #level_2 .act2  ul#level_3 .act3 a {
		font-weight:bold;
		background-color:transparent;
	}		

	
	.navArrowLeft, .navArrowLeftAkt {
		font-size:12px;
		float:left;
		margin-left: 10px;
		margin-top:3px;
		color:#555555;
		font-weight:normal;
	}	
	
	

	
	
/************** Meta-Navigation ********************************************************/

	.metaDiv {
		margin: 12px 0 0 10px;
	}
	
	.metaDiv2col {
		/*margin: 8px 0 0 541px;*/
		margin: -345px 0 0 541px;
		font-size:0.8em;
	}
	
	
	a.meta2Col{
		color:#565c62;
		text-decoration:none;
		padding: 0 8px 0 3px;
	}
	
	
	a.meta{
		color:#565c62;
		text-decoration:none;
		padding: 0 8px 0 3px;
	}
	
	a.meta:hover{
		color:#565c62;
		text-decoration:none;
	}

	
	
	





/************** Navigation ENDE ********************************************************/





	
	
	h3.csc-searchResultHeader {
		
	}	
	p.csc-searchResult { 
		
	}
	table.csc-searchResultInfo {	
	}	
	
	
	
	
	
	
	
	
/************** Kontaktformular ********************************************************/
	
	input#mailformname,input#mailformemail,input#mailformsubject  {
		border-color: #d4d0c8;
		border-width: 1px;
		border-style: solid;
		font-family: Arial,Helvetica,sans-serif;
		font-weight: normal;
		font-size: 1.0em;
		color: #333333;
		background-color: #ffffff;
		margin-bottom: 5px;
		width: 200px;
	}	
	
	textarea#mailformNachricht {
		width: 300px;
		height: 170px;
		border-color: #d4d0c8;
		border-width: 1px;
		border-style: solid;
		font-family: Arial,Helvetica,sans-serif;
		font-weight: normal;
		font-size: 1.0em;
		color: #333333;
		background-color: #ffffff;
		margin-bottom: 5px;
	}
	
	
	#mailform {
		margin-bottom: 25px;	
	}
	
	.csc-mailform {
		border:0px;
	}
	
	.formular_label {
		margin: 5px 0 0 0;
	}
	.formular_field {
		margin: 0 5px 0 0;
	}
	
	
	
	input, textarea {
		border-color: #d4d0c8;
		border-width: 1px;
		border-style: solid;
		font-family: Arial,Helvetica,sans-serif;
		font-weight: normal;
		font-size: 1.0em;
		color: #333333;
		background-color: #ffffff;
		margin-bottom: 5px;
	}		
	
	




/************** Sitemap ********************************************************/


	#sitemap {
		margin: 0 0 25px 0;
	}
	
	#sitemap .sitemap_level_1 {
		list-style-type: none;
		margin:0;
		padding:0;
		width: 235px;
	}
	
	#sitemap .sitemap_level_1 li {
		list-style-type: none;
		margin: 12px 0 0 0;
		padding:0;
	}
	
	#sitemap .sitemap_level_2 {
		list-style-type: none;
		margin:0;
		padding:0;
		width: 200px;
	}
	
	#sitemap .sitemap_level_2 li {
		list-style-type: none;
		margin: 0 0 0 0;
	}
	
	#sitemap .sitemap_level_2 li.mitte {
		background-image:url(../img/layout/sitemap_hor.gif);
		background-position: left top;
		background-repeat: no-repeat;
		list-style-type: none;
		margin: 0 0 0 0;
		padding:3px 0 0 22px;
		border-top: 0;
	}
	
	#sitemap .sitemap_level_2 li.ende {
		background-image:url(../img/layout/sitemap_hor_end.gif);
		background-position: left bottom;
		background-repeat: no-repeat;
		list-style-type: none;
		padding:3px 0 0 22px;
		border-top: 0;
	}
	
	#sitemap .sitemap_level_2 li a {
		background-color: #ffffff;
	}
	
	
	
	#sitemap .sitemap_level_3 {
		list-style-type: none;
		margin:0 0 0 0px;
		padding:0;
		width: 200px;
	}
	
	#sitemap .sitemap_level_3 li {
		list-style-type: none;
		margin: 0 0 0 0;
	}
	
	#sitemap .sitemap_level_3 li.mitte {
		background-image:url(../img/layout/sitemap_hor.gif);
		background-position: left top;
		background-repeat: no-repeat;
		list-style-type: none;
		margin: 0 0 0 0;
		padding:3px 0 0 22px;
		border-top: 0;
	}
	
	#sitemap .sitemap_level_3 li.ende {
		background-image:url(../img/layout/sitemap_hor_end.gif);
		background-position: left bottom;
		background-repeat: no-repeat;
		list-style-type: none;
		padding:3px 0 0 22px;
		border-top: 0;
	}
	
	#sitemap .sitemap_level_3 li a {
		background-color: #ffffff;
	}



	


	
	
/************** Startseiten-Teaser ********************************************************/

 .startTeaser{
 	background-image: url(../img/layout/bg-teaser-bg-shadow.png);
 	background-repeat: no-repeat;
 	width: 146px;
 	height: 146px;
 	float: left;
 	margin: 0 6px 6px 0px;
 	padding: 0;
 	font-size: 90%;

 }
 
 .startTeaser .text0{
 	font-size: 1.2em; 
 	width: 127px;
 	height: 127px;
 	background-color: #96bf0e;
 	position: relative;
 	color: #ffffff;
 	overflow: hidden;
 	padding: 4px;
 }
 
  .startTeaser .text1{
 	font-size: 1.2em; 
 	width: 127px;
 	height: 127px;
 	background-color: #004b9a;
 	position: relative;
 	color: #ffffff;
 	overflow: hidden;
 	padding: 4px;
 }
 
 #mainContentStart .startTeaser h3 {
 	font-size: 1.25em;
 	color: #ffffff;
 	font-weight: normal;
 	border-bottom: 1px solid #ffffff;
 	margin: 0px 0px 3px 0px;
 }
 
 .startTeaser h3.noText {
 	font-weight: normal;
 	border-bottom: 0px;
 	margin: 0px 0px 5px 0px;
 }
 
 .startTeaser a {
 	color: #ffffff;
 	text-decoration: underline;
 }
 
 .startTeaser a:hover {
 	color: #ffffff;
 }
 
 .startTeaser .stDiv0{
 	font-size: 1.2em; 
 	width: 127px;
 	height: 30px;
 	background-image: url(../img/layout/bg-teaser-mouseOver-gruen.png)/*#96bf0e*/;
 	position: relative;
 	top: -38px;
 	color: #ffffff;
 	overflow: hidden;
 	padding: 4px;
 	visibility: hidden;

 }
 
  .startTeaser .stDiv1{
 	font-size: 1.2em; 
 	width: 127px;
 	height: 30px;
 	background-image: url(../img/layout/bg-teaser-mouseOver-blau.png)/*#96bf0e*/;
 	position: relative;
 	top: -38px;
 	color: #ffffff;
 	overflow: hidden;
 	padding: 4px;
 	visibility: hidden;
 }
 
 .startTeaser a.startLink {
 	text-decoration: none;
 }
 
 .startTeaser a.startLink:hover {
 	text-decoration: underline;
 }
 
 .startTeaser .startImgLink{
 	text-decoration: none;
 }
 
 .startTeaser .startImgLink:hover{
 	text-decoration: none;
 }
 
 
 
/************** Tool-Tip ********************************************************/

 .tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: /*#9FD4FF*/#f5f5f5;
	padding: 8px 8px 4px;
	background: url(../img/layout/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../img/layout/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}










	.csc-textpic-image {
		margin:0 0 0 0;
		padding:0 0 4px 0;
	}
	
	
	

/************** Lightbox ********************************************************/	
	
	#sbCaption {
		width: 66%;
		font-weight: bold;
		padding-bottom: 3px;
	}	
	
	#closeLink {
		margin-top: 3px;
	}	
	
	
	#mainContentStart .csc-textpic-left div.csc-textpic-imagewrap {
		float: left;
		margin: -10px 0 15px 0;
	}	

	#mainContentStart .csc-textpic-caption {
		display:none;
	}	
	
	
	


/************** diverse Anpassungen ********************************************************/		



	
