/*
---------------------------------------
Merz Basic CSS
---------------------------------------
*/
@import url("skin.css");

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


.struct , .hidden {
	display:none;
	visibility:hidden;
}


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

.clrl {
     clear:left;
     float:none;
     height:0 !important;
     padding:0 !important;
     margin:0 !important;
     border:0 !important;
     overflow:hidden !important;
     font-size:0 !important;
     line-height:0 !important;
}


body {
	font-family:Tahoma,Helvetica,sans-serif;
	font-size:12px; /* Referenzgröße !!! */
	color:#001E4D;
	margin-bottom:10px;
	text-align:center;
}
h1,h2,h3,h4,h5,h6{
	font-size: 1em;
}
ul, li {	list-style:none;}
th, td {
	font-size:11px; /* Referenzgröße !!! */
}
a, a:hover {
	text-decoration:none;
	color:#001E4D;
}
a.more, a:hover.more {
	text-decoration:none;
	padding-left:15px;
	background-image: url(../images/arrow_right_g.gif);
	background-repeat: no-repeat;
	background-position:0px 2px;	
}
img {
	border: 1px solid #001E4D;
}
#page {
	width:1024px !important;
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align:left;
}

#header, #footer, #basemenu {
	float:none;
	clear:both;
	xwidth:1024px !important;
}

#header {
   overflow:hidden;
	margin-bottom:5px;
}

#content_fuss{
	margin:	10px 0 10px 0;
	text-align: right;
	padding-right:235px;
}
/* ------------------
Linke spalte
----------------------*/

#left_column {	float:left; width: 255px;}

#navigation ul{}

#navigation li {}

#navigation li a {
	display:block;
	color:#000000;
	background-color: #AFD246;
	padding:3px 0 5px 30px;
	margin-bottom:3px;
	font-size:1em;
	background-image: url(../images/arrow_right_sg.gif);
	background-repeat: no-repeat;
	background-position:10px 5px;
}
#navigation li li.nav_notlast a, #navigation li li.nav_last a  {
	background-color: White;
	background-image: none;
}
#navigation li li.nav_notlast a {
	border-bottom: solid #AFD246 1px;
}


#navigation li li a.active, #navigation li li a:hover{
	background-image: url(../images/arrow_down_sw.gif);
	background-repeat: no-repeat;
	background-position:10px 5px;
}
#navigation li li li a {
	display:block;
	color:#646567;
	padding:3px 5px 3px 40px;
	margin-bottom:3px;
	font-size:1em;
}
#navigation li li li a.active, #navigation li li li a:hover{
	background-image: url(../images/arrow_down_sw.gif);
	background-repeat: no-repeat;
	background-position:10px 5px;
}

#facebook{
	margin: 60px 0px 25px 0px;}
#facebook a{font-size:	1.2em;	}
#facebook img{
	border:none;
	float:left;
	margin: 0px 5px 5px 10px;	
}

#fluechtlinge{
	margin: 20px 0px 25px 0px;}
#fluechtlinge a{font-size:	1.2em;	}
#fluechtlinge img{
	border:none;
	float:left;
	margin: 0px 5px 5px 10px;	
}

/* ------------------
Content plus rechte spalte
----------------------*/

#content{
	width: 769px;
	float:left;
	background-image:	url(../images/blueline.gif);	
	background-repeat: no-repeat;
}
#breadcrumb{
	margin:30px 0 10px 0;
	height: 20px;
	border-bottom: solid 1px #001E4D;
}

#maincontent {
	float:left;
	width:499px;
	margin-left:33px;
}


#maincontent h4{	font-size: 1.4em;}
#maincontent h5{	font-size:1.3em;	}
#maincontent h6{	font-size: 1.2em;}
h6 span, h4 span{
	margin-top:5px;
	padding-right:5px;
	background-color: White;
}
#maincontent .date{
	font-size: 1em;
	font-style: italic;
	margin-bottom: 2px;
}
#maincontent .subtitle{
	font-weight: bold;
}
#maincontent .headline, .headline_pl {
	font-size:1.8em;
	font-weight: bold;
	color: #99B342;
	margin:30px 0 10px 0;
}
/*
#maincontent .subhead {
	font-weight: bold;
	margin:0 0 15px 0;
	background-color:#AFD246;
	color: #001E4D;
	padding:2px 0 2px 10px;	
}
*/
#maincontent .backgroundcolor {
	font-weight: bold;
	margin:0 0 15px 0;
	background-color:#AFD246;
	color: #001E4D;
	padding:2px 0 2px 10px;	
}
#maincontent .intersubhead{
	color:#000000;
	background-color: #AFD246;
	padding:3px 0 5px 10px;	
	font-size: 1em;
	margin-bottom:1em;
}
#maincontent .caption {
	color:#000000;
	background-color: #AFD246;
	padding:3px 0 3px 10px;	
	font-size: 1em;
	margin: 1em 0 0.5em 0;
	width:50%;
}


/*
	pl= padding-left
*/


#maincontent div.text, #maincontent p, div.text_pl {
	font-size:1.1em;
	line-height:1.5em;
	margin-bottom:2em;
}
div.text_pl, .headline_pl{
		padding-left:137px;
		margin: 5px 0 10px 0;
}
.image_start{
	width: 100px; float:left; padding-right:15px; margin-top:5px;
}
#maincontent li {
	font-size:1em;
	line-height:1.5em;
	margin-bottom:0.5em;
}

#maincontent a {font-weight: bold;}
#maincontent a:hover {color:Gray;}
#maincontent a.forum, a:hover.forum {
	padding-left:15px;
	background-image: url(../images/arrow_right_g.gif);
	background-repeat: no-repeat;
	background-position:0px 2px;	
}
#maincontent a.kopaed, a:hover.kopaed {
	padding-left:15px;
	background-image: url(../images/arrow_right_g.gif);
	background-repeat: no-repeat;
	background-position:0px 2px;	
}
#maincontent h5.backgroundcolor a.anchor{color:#001E4D;}

ul.contentlist {
	padding-left: 1.2em;
 }
ul.contentlist li{
	list-style-type: disc;	
	list-style-position: outside;
	padding-left: 0.8em;
}
ol.contentlist {
	padding-left: 1.5em;
 }
ol.contentlist li{
	list-style-type: decimal;	
	list-style-position: outside;
	padding-left: 0.2em;
}
#maincontent ul.beitragliste{
	padding-left:3px;
}
#maincontent ul.beitragliste li {
	list-style: none;
	padding-top:5px;
}
#maincontent ul.beitragliste li h6 {
	border-bottom: solid 1px #AFD246; 
	width: 100%;
	font-size: 1.2em;
	line-height:1em;
}
#maincontent ul.beitragliste li p{
	line-height: 1.1em;
	margin: 3px;
}
#maincontent ul.beitragliste li h6 a, #maincontent ul.beitragliste li h6 span{
	font-weight:	normal;

}
ul.linkliste{
	margin-top: 0;
	padding-left:1.2em;
}
ul.linkliste li {
	list-style-type: disc;	
	list-style-position: outside;
	padding-left: 0.8em;
}
ul.medienkat li h6, h4.start{
	border-bottom: 1px solid #AFD246;
	width: 100%;	
	xline-height:1em;
}
ul.themenliste{}

ul.heftliste p, ul.heftliste h5{
	margin: 5px 0 5px 0;
	padding-left:137px;
}
/*
h3.headline_pl, div.text_pl {
	
}*/
ul.bildleiste{
	float:right;
	margin-left:10px;
}

.image_left{
	width: 100px; float:left; padding-right:15px;
}

/*
Heftblaetterung
*/ 
 
div.regnav {
  position:relative;width:400px;height:20px;overflow:hidden;float:left;
}
div.regnav_turn{
	width:80px;
	height:20px;
	float:left;
	text-align:right;
	padding-top:2px;
	font-size: 1.2em;
}


ul.register {
  display:block;
  padding:3px 0 3px 0;
  height:18px !important;
  border: 0px solid #001E4D;
  border-bottom-width: 1px;
  border-top-width: 1px;
  margin-bottom:10px;
}

ul.register li {float:left;}

ul.register li.clearlist {float:none;clear:left;}

ul.register li a {
  text-transform:uppercase;
  display:block;
  padding:0 5px 0 5px;
  
}
ul.register li a.regactive {
  	background-color:#ffffff;
  	color:#AFD246;
}
/*Pager*/
div.pagerbox a, div.pager {
  		clear:left;
		text-align: center;
		font-size: 1.1em;
		background-color: #C7DF7D;
		padding: 5px 0 0 0;
	}
.pager , .pagerElem {
		margin:0px;
		font-size:0.8em;
	}
div.pagerbox a.pageactive{
	color:#AFD246;
}	
.pagerbox {
		margin:0;
		border-color: gray;
		border-style:solid;
		border-width:0px;
	}
.pager.info {padding:5px 0 10px 0px;}
 		

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

#subcontent {
	float:right;
	width:204px;
	border-left: solid #001E4D 2px;
	background-color: #D1D1D1;
}

#subcontent h3 {
	font-size:1em;
	background-color: #001E4D; 
	color: #fff;	
/*	height:18px;*/
	padding:3px 0 5px 8px;
}

#subcontent ul {
	margin-top:5px;
	padding:10px;
}

#subcontent li {
	margin: 0 0 5px 15px;
	list-style: disc;
	list-style-position: outside;
}

#subcontent h4 {
	font-size:1em;
	font-weight: normal;
}

#subcontent p, #subcontent a {
	color:#001E4D;	
}
#subcontent a:hover {
	color: White;
}



/*
	--------------------------------
	einfache Suchbox
	--------------------------------
*/

#searchbox{
	background-color: #AFD246;
	padding:10px 0 10px 25px;
	}

#searchbox fieldset{
	width: 49%;
	float: left;
}
#searchbox p{
	border: 1.5px solid #666666;
	padding: 0.6em;
}
#searchbox_expand a{
	display:block;
	color:#000000;
	background-color: #AFD246;
	padding:3px 0 5px 30px;
	margin-bottom:3px;
	font-size:1em;
	background-image: url(../images/arrow_right_sg.gif);
	background-repeat: no-repeat;
	background-position:10px 5px;
	margin-bottom:20px;

}
#searchbox fieldset select{width: 96%;}
#searchbox input.redaxformbutton {width:75%;}

 .suchbutton {
 	width:23px;
	height:17px;
	background-image:url(../images/searchbutton.gif);
	background-repeat:no-repeat;
	background-position:1px 1px 1px 1px;
 }

/*
---------------------------------------
erweiterte recherche und Suche, Listen
---------------------------------------
*/

#recherche, #NLAboForm {
	background-color: #DFECB4;
	padding:10px;
}
#recherche fieldset, #NLAboForm fieldset {
	float:left;
	width:450px !important;
	margin-bottom:1em;
	
}

#recherche label,#NLAboForm label {
	color:#001E4D;
	text-transform:uppercase;
	float:left;
	width:120px !important;
}

#NLAboForm label.text{
	float:left;
	width: 100% !important;
}
#recherche .tf, #recherche .sb, #NLAboForm .aboform {
	width:250px;
}
#recherche .tfcheck{
	width:30px;
}
#recherche .sb, #NLAboForm .aboform {
	color: #556A1A;
	font-size:1.1em;
}

#recherche .button, #NLAboForm .nlfuncbutton  {
	border:none;
	background-color: #AFD246;
	color: #000;
	font-weight: bold;
	float: right;
	margin-right:25px;
	width: 80px;
} 
#RedaxFormReview .redaxfuncbutton {
	float:left;
	
}
 

#REGREG{
	position:relative;
	left:0px;
	width:1000px;
	display:block;
}

#REGREG li a.regactive {
  	background-color:#ffffff;
  	color:#AFD246;
}

#REGREG li a.dis {
  	color:#aaaaaa !important;
  	font-weight:normal;
}

#REGREG li {
  width:40px;
  text-align:center;
  margin:0;
    
}

#REGREG li a {
  display:block;
  border-style:solid;
  border-width:0 1px 0 0;
  border-color:#333333;
}
