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

    #container { 	
    	width: 942px;  
    	margin-left:auto; 
		margin-right:auto;
    	text-align:left;
    } 

	
    #header {
    	margin: 25px 0 0 0;
    	background-image: url(../img/layout/njk-logo.gif);
    	background-repeat: no-repeat;
    	background-position: 185px;
    	height: 117px;	
    } 
    
	
    #headerLink {
    	position: absolute;
    	top: 25px;
    	margin: 0 0 0 185px;
    	width: 200px;
    	height: 117px;	
    }     
    
	
    #headerLink img {
    	border:none;	
    }     

    #printheader {	
    	display:none;
    } 

	
    #fenster {
    	margin: 45px 0 50px 185px;
    	background-image: url(../img/layout/fenster-back.gif);
    	background-repeat: repeat-y;
    	background-position: center;
    	width: 757px;	
    } 

	
    #fenster_top {
    	margin: -7px 0 0 0;
    	background-image: url(../img/layout/fenster-top.gif);
    	background-repeat: no-repeat;
    	background-position: center;
    	width: 757px;
    	height: 7px;
    } 	

	
    #fenster_bottom {
    	margin: 0 0 -10px 0;
    	background-image: url(../img/layout/fenster-bottom.gif);
    	background-repeat: no-repeat;
    	background-position: center;
    	width: 757px;
    	height: 10px;
    	clear:right;
    } 	

	
    #fenster_clear { 
		clear:both;	   	
    } 	
    
    
    
		
	
/************** Hauptinhalt ********************************************************/

    #mainContent {
    	margin: 13px 40px 13px 30px; 
    	padding: 0 0 15px 0;
    	overflow:auto;
		background: transparent;
		font-size: 0.8em;
		border-bottom: 1px solid #cccccc;
		width: 445px;
    }
    
    #mainContentStart {
    	margin: 38px 0 50px 185px;
    	width: 760px;
		font-size: 0.8em;
    }     
	
	#mainContent p  {
    	margin: 0 0 18px 0; 
		line-height: 160%;
	}
	
	#printsite img {
		border:0;
	}
	
	#printsite {
		margin: -5px 0px 15px 450px; 
		text-align: left;
	}
	
	#printsiteStart img {
		border:0;
	}
	
	#printsiteStart {
		margin: -45px 0px 15px 895px; 
		text-align: left;
		clear:both;
	}
	

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

	

	a.mail{
		color: #014a99;
		text-decoration: none;
		font-weight: normal;	
		padding-left: 13px;
		background-image:url(../img/layout/post_icon.gif);
		background-position: 0px 3px;
		background-repeat: no-repeat;
	}
	
	a.mail:hover {
		color: #014a99;
		text-decoration: underline;
		font-weight: normal;
	}
	

	

	a.download{
		color: #014a99;
		text-decoration: none;
		font-weight: normal;	
		/*padding: 4px 0 1px 19px;*/
		padding: 4px 19px 1px 0px;
		background-image:url(../img/layout/pdf-icon.png);
		/*background-position: 0px 0px;*/
		background-position: right;
		background-repeat: no-repeat;
	}
	
	a.download:hover {
		color: #014a99;
		text-decoration: underline;
		font-weight: normal;
	}
	
	

	a.internal-link{
		color: #014a99;
		text-decoration: none;
		font-weight: normal;	
		padding-left: 11px;
		background-image:url(../img/layout/link_internal2.gif);
		background-position: left;
		background-repeat: no-repeat;
	}
	
	a.internal-link:hover {
		color: #014a99;
		text-decoration: underline;
		font-weight: normal;
	}
	
	

	a.external-link, a.external-link-new-window {
		color: #014a99;
		text-decoration: none;
		font-weight: normal;	
		padding-left: 11px;
		background-image:url(../img/layout/link_external.gif);
		background-position: left;
		background-repeat: no-repeat;
	}
	
	a.external-link:hover,  a.external-link-new-window:hover  {
		color: #014a99;
		text-decoration: underline;
		font-weight: normal;
	}
	
	#mainContent h1, #mainContentStart h1 {
		color: #014a99;
		font-size: 1.3em;
		margin-bottom: 20px;
	}
	
	#mainContent h2, #mainContentStart h2 {
		color: #333333;
		font-size: 1.2em;
	
	}
	
	#mainContent h3, #mainContentStart h3 {
		color: #333333;
		font-size: 1.1em;
	
	}
	
	.detail {
		color: #014a99;
		font-weight: bold;
	}
	


/************** rechte Spalte ********************************************************/
	
	#rechtsContent {
		margin: 20px 40px 20px 0px;
		float: right;
		background: transparent;
		font-size: 0.8em;
		width: 202px;
	}
	
	#rechtsContent p  {
		line-height: 145%;
		font-size: 0.9em;
		padding: 0 10px 10px 10px;
		margin: 7px 0 0 0;
		color: #646464;
	}
	
	#rechtsContent h3  {
		color: #646464;
		font-size: 1.2em;
		display:block;
		background-color: #e6e6e6;
		margin: 0 0 0 0;
		padding: 7px 10px 7px 10px;
		border-bottom: 1px solid #f5f5f5;
	}
	
	#rechtsContent img  {
		margin: 0px 0 1px 0;
	}
	

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


	
/************** Navigation START ********************************************************/
	
	#nav a, #nav #level_1 ul.xlevel_2_raus a, #nav #nav_aktiv_with_sub ul.xlevel_2_aktiv a {
		color: #333333;
		font-weight: normal;
		text-decoration: none;
	}
	
	#nav a:hover, #nav #level_1 ul.xlevel_2_raus a:hover, #nav #nav_aktiv_with_sub ul.xlevel_2_aktiv a:hover {
		color: #014a99;
		font-weight: normal;
		text-decoration: none;
	}
	
	#nav a:active, #nav #level_1 ul.xlevel_2_raus a:active, #nav #nav_aktiv_with_sub ul.xlevel_2_aktiv a:active {
		color: #014a99;
		font-weight: normal;
		text-decoration: none;
	}

	#nav #nav_aktiv {
		list-style-type: none;
		color: #014a99;
		font-weight: bold;
		text-decoration: none;
	}	

	#nav #nav_aktiv_with_sub a {
		list-style-type: none;
		color: #014a99;
		font-weight: bold;
		text-decoration: none;
	}	

	#nav #nav_aktiv_with_sub .xlevel_2_aktiv #nav_aktiv_2_with_sub a {
		list-style-type: none;
		color: #014a99;
		font-weight: bold;
		text-decoration: none;
	}	
	
	#nav #nav_aktiv_with_sub .xlevel_2_aktiv #nav_aktiv_2_with_sub ul.xlevel_3_aktiv li a{
		font-weight: normal;
		color: #333333;
		list-style-type: none;
	}		
	
	#nav #nav_aktiv_with_sub .xlevel_2_aktiv #nav_aktiv_2_with_sub ul.xlevel_3_aktiv li a:hover{
		font-weight: normal;
		color: #014a99;
		list-style-type: none;
	}	



	/***** LEVEL 1 *****/
	
    #nav {
    	margin: 30px 0 0 0;
		float: left; 
		width: 178px; 
		font-size: 0.9em;
    }	


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

	#nav ul#level_1 li {
		list-style-type: none;
		margin: 15px 0 0 0;
	}
	

	/***** LEVEL 2 ohne onMouseOver 

	
	#nav ul#level_1 ul.level_2 {
		padding-left: 0px;
		margin-left: 0px;
		display:block;
	}
	
	#nav ul#level_1 ul.level_2 li {
		list-style-type: none;
		margin: 5px 0 0 28px;
		color: #014a99;
		font-weight: bold;
		text-decoration: none;
	}
		*****/
	
	#nav ul#level_1 ul.xlevel_2_raus li.cleanUp {
		display:none;
	}		
	#nav ul#level_1 ul.xlevel_2_aktiv li.cleanUp {
		display:none;
	}		
	
	#nav ul#level_1 ul.xlevel_3_raus li.cleanUp {
		display:none;
	}	
	
	#nav ul#level_1 ul.xlevel_3_aktiv li.cleanUp {
		display:none;
	}	
	



	/***** LEVEL 2 mit onMouseOver *****/

	
	#nav ul.xlevel_2 {
		padding-left: 0px;
		margin-left: 0px;
		display:none;
	}
	
	#nav ul.xlevel_2_raus {
		margin:0;
		padding:0;
		display:block;
	}	
	
	#nav li ul.xlevel_2_raus {
		list-style-type: none;
		margin: 0 0 0 14px;
	}		


	#nav #level_1 ul.xlevel_2_raus li {
		list-style-type: none;
		margin: 5px 0 0 0;
		color: #014a99;
		font-weight: bold;
		text-decoration: none;
	}		



	/***** LEVEL 2 mit onMouseOver bei AKTIVER 1 Navigationsebene *****/

	#nav #nav_aktiv, #nav #nav_aktiv_with_sub{
		padding-left: 0px;
		margin-left: 0px;
		display:block;	
	}

	#nav #nav_aktiv, #nav #nav_aktiv_with_sub{
		list-style-type: none;
		margin: 5px 0 0 0;
		padding-left: 0px;
	}	
	
	#nav #nav_aktiv ul.xlevel_2_aktiv, #nav #nav_aktiv_with_sub ul.xlevel_2_aktiv {
		padding-left: 0px;
		margin-left: 0px;
		display:block;
	}	
	
	#nav #nav_aktiv ul.xlevel_2_aktiv li, #nav #nav_aktiv_with_sub ul.xlevel_2_aktiv li{
		font-weight: bold;
		color: #014a99;
		list-style-type: none;
		margin: 5px 0 0 14px;
	}	
	.nav_aktiv_2 {
		color: #014a99;
		font-weight: bold;
	}
	
	
	
	
	
	
	/***** LEVEL 3 mit onMouseOver *****/

	
	#nav ul.xlevel_3 {
		padding-left: 0px;
		margin-left: 0px;
		display:none;
	}
	
	#nav ul.xlevel_3_raus {
		margin:0;
		padding:0;
		display:block;
	}	
	
	#nav li ul.xlevel_3_raus {
		list-style-type: none;
		margin: 0 0 0 28px;
	}		


	#nav #level_1 ul.xlevel_3_raus li {
		list-style-type: none;
		margin: 5px 0 0 0;
		color: #014a99;
		font-weight: bold;
		text-decoration: none;
	}		



	/***** LEVEL 3 mit onMouseOver bei AKTIVER 1 Navigationsebene *****/

	#nav #nav_aktiv, #nav #nav_aktiv_2_with_sub{
		padding-left: 0px;
		margin-left: 0px;
		display:block;	
	}

	#nav #nav_aktiv, #nav #nav_aktiv_2_with_sub{
		list-style-type: none;
		margin: 5px 0 0 0;
		padding-left: 0px;
	}	
	
	#nav #nav_aktiv ul.xlevel_3_aktiv, #nav #nav_aktiv_2_with_sub ul.xlevel_3_aktiv {
		padding-left: 0px;
		margin-left: 0px;
		display:block;
		margin: 5px 0 6px 0;
	}	
	
	#nav #nav_aktiv ul.xlevel3_aktiv li, #nav #nav_aktiv_2_with_sub ul.xlevel_3_aktiv li{
		font-weight: bold;
		color: #014a99;
		list-style-type: none;
		margin: 5px 0 0 28px;
	}	
	.nav_aktiv_3 {
		color: #014a99;
		font-weight: bold;
	}

	
	
	
	
	





/************** 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;
	}



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

	#metanav {
		margin: 87px 20px 0 0;
		font-weight: normal;
		text-align: right;
		vertical-align: middle;
	}

	#metanav ul#meta_level_1 {
	}

	#metanav ul#meta_level_1 li {
		list-style-type: none;
		display: inline;
		margin: 0;
	}

	#metanav ul#meta_level_1 img {
		margin: 0 7px -5px 7px;
	}


	#metanav ul#meta_level_1 li a{
		font-size: 0.8em;
		font-weight: normal;		
		text-decoration: none;			
		color: #333333;
	}
	
	#metanav ul#meta_level_1 li span#meta_nav_aktiv {
		font-size: 0.8em;
		font-weight: normal;		
		text-decoration: underline;			
		color: #333333;
	}
	
	#metanav ul#meta_level_1 li a:hover {
		font-weight: normal;		
		text-decoration: underline;			
		color: #333333;
	}
	
	#metanav ul#meta_level_1 li a:active {
		font-weight: normal;		
		text-decoration: underline;			
		color: #333333;
	}	




	
	
/************** 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;
	}	
	
	
	
	
	
	
/************** Newsletter Anmeldung ********************************************************/
	
	input.newsL  {
		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: 175px;
	}	
	
	input.newsL2  {
		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: 0	px;
		width: 87px;
	}	
	
	.newsLpseudo {
		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;
		padding: 1px 20px 1px 20px;
		margin-bottom: 5px;
		width: 135px;
		display:block;
		text-align:center;
	}	
	
	.newsLpseudo:hover {
		text-decoration:none;
		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;
		padding: 1px 20px 1px 20px;
		margin-bottom: 5px;
		display:block;
		text-align:center;
	}	
	
	
	
	
	


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




	
