.section {
	display: inline;
}


/* Formular Definition */


/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 15px;
	
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}


.formgen fieldset {
	margin-bottom: 15px;
}

/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #990000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-weight: bold;
	color: #FFFFFF;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
	clear : both;
	
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 250px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #666666;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	
	border-bottom-color: #000000;
	
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	
	
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 250px;
	margin-left: 4px;
}


/* Sende-Button */
.formgen .formsubmit
{
	
	text-align: center;
	margin-left: 120px;
}

.formgen .formpassword
{margin-left: 4px;width: 246px;}



/* Fieldsetbeschriftung */
legend {
	color: #333333;
	font-weight: bold;
}

.formgen .formheadline {font-weight: bold;}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 1px solid #006633;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */




/* Teaser */

.teaser {
	background-color: #eeeeee;
	width: 360px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* Download anbieten */

.downloads
{


}



.list_content {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;	
}


.list_contentNEU{
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background-color: #eeeeee;
	border: 1px solid #999;
}






.list_content a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;	
}
.list_content3 a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





a img {border: none;}
/* KLXM Bild ... Ausrichtung Links-Rechts */ 

.pleft, .pright, .pcenter, .pnormal
{border: none;
font-size: 0.8em;}

.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 3px;
			
}
.pright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;

border: none;
}


.kliste_1 .pleft {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;

border: none;
}
.pnormal {
	margin-bottom: 5px;
	clear: both;
	display: block;
}
	
.pcenter {
	margin-bottom: 5px;
	clear: both;
	display: block;
	text-align: center;
}
.bpcenter {
	margin-bottom: 5px;
	clear: both;
	display: block;
	text-align: center;
}
	




/* Definition der KLassen mit  Rahmen */

.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #666666;
	padding: 2px;
	font-size: 0.8em;
}
.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #666666;
    padding: 2px;
	font-size: 0.8em;
}
.pnormal_b {
	border: 1px solid #666666;
	margin-bottom: 5px;
	padding: 2px;
	clear: both;
	display: block;
	font-size: 0.8em;
}


.pdown_b {
	border: 1px solid #666666;
	
}

.pdown {
	border: none;
	
}
	
.pcenter_b{
	margin-bottom: 5px;
	border: none;
	clear: both;
	display: block;
	text-align: center;
	font-size: 0.8em;
	
}	
.pcenter_b img{
	border: 1px solid #666666;
	font-size: 0.8em;
}


.gpleft {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 23px;
	/* background-image: url(/layout/media/content_textblock.gif); 
	background-repeat: repeat-x;
	background-color: #D8DDD7;*/
	background-color: #ffffff;
	padding: 6px;
	font-size: 0.7em;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #C8C8C8;
	border-bottom-color: #C8C8C8;
	border-left-color: #CCCCCC;	
	
}

.gpleft a img {
	filter: Alpha(Opacity=80);
	moz-opacity:0.8;
	opacity: .8;
}
.gpleft a:hover img {
	filter: Alpha(Opacity=100);
	moz-opacity:1.0;
	opacity: 1;
}



.gpnormal {
	clear: both;
	display: block;
	
}



.magazine-container {}
.magazine-image a, .magazine-image a:hover {
	border: 0;
	background: transparent;
	outline: 0;
}


.normal  .kliste_1 {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	width: 100%;
	margin-bottom: 10px;
	clear: both;
	float: left;
	
}
.normal  .kliste_1 .pleft_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 3px solid #FAF9F8;
padding: 2px;
	
}

.normal  .kliste_0 .pleft_b  {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: 3px solid #FAF9F8;
	padding: 2px;
	
}
.normal .kliste_0 {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	width: 100%;
	margin-bottom: 10px;
	clear: both;
	float: left;
}




.start .kliste_1 {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #79AE84;
	border-right-color: #6F7E73;
	border-bottom-color: #6F7E73;
	border-left-color: #79AE84;
	padding:10px;
	margin-bottom: 10px;
	
	background-image: url(/layout/media/content_top.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	
}
.start .kliste_1 .pleft_b, .start .kliste_1 .pright_b{
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 3px solid #FAF9F8;
padding: 2px;
	
}

.start .kliste_0 .pleft_b, .start .kliste_0 .pright_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: 3px solid #FAF9F8;
	padding: 2px;
	
}
.start .kliste_0 {
	display: block;
	padding:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #79AE84;
	border-right-color: #6F7E73;
	border-bottom-color: #6F7E73;
	border-left-color: #79AE84;
	margin-bottom: 10px;

	background-image: url(/layout/media/content_top.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}











.start .tkliste_1 {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #79AE84;
	border-right-color: #6F7E73;
	border-bottom-color: #6F7E73;
	border-left-color: #79AE84;
	padding:10px;
	margin-bottom: 10px;
	
		

	background-color: #FFFFFF;
	
}
.start.tkliste_1 .pleft_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 3px solid #FAF9F8;
padding: 2px;
	
}

.start.tkliste_0 .pleft_b  {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	border: 3px solid #FAF9F8;
	padding: 2px;
	
}
.start .tkliste_0 {
	display: block;
	padding:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #79AE84;
	border-right-color: #6F7E73;
	border-bottom-color: #6F7E73;
	border-left-color: #79AE84;
	margin-bottom: 10px;

	
	background-color: #FFFFFF;
}





































.ncenter {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}


.textblock {
	
	
	padding-bottom: 20px;
	clear: both;
	margin-bottom: 10px;
	
}

.textblock_b, .textblock_c, .textblock_d
{

	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #79AE84;
	border-right-color: #6F7E73;
	border-bottom-color: #6F7E73;
	border-left-color: #79AE84;
	padding-left: 15px;
padding-bottom: 15px;
padding-top: 15px;
padding-right: 15px;
	margin-top: 5px;
	background-image: url(/layout/media/content_textblock.gif);
	background-repeat: repeat-x;
	background-color: #D8DDD7;

}

#content table  {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width:auto;
	margin-bottom: 20px;
	height: auto;
}
#content td  {
	padding-right: 3px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #006633;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;	
	width: auto;
	height: auto;
}


#content th {
	color: #ffffff;
	background-color: #ACB9A8;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003333;
	border-right-color: #003333;
	border-bottom-color: #003333;
	border-left-color: #006633;
	padding-right: 3px;
	padding-left: 5px;
	width: auto;
	height: auto;
}

.vika {
	width: 40em;
}
#content .vika td, #content .vika th, #content .vika tr, #content .vika table {
	border: none;
	
}

#content .formgen td, #content .formgen th, #content .formgen table
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}






.textblock_b {
	
	margin-bottom: 25px;
	display: block;
	clear: both;
	display: inline-block;
}

.textblock_b:after, .kliste_1:after, .kliste_0:after, .box2:after, .tkliste_1:after, .box_content:after,  .example:after,.tkliste_0:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 

/* Hides from IE-mac \*/ 
* html .textblock_b, html .kliste_0, html .kliste_1, html .tkliste_0, , html .box2, html .box_content, html .tkliste_1 {height: 1%;} 
.textblock_b, .box2 {display: block;} 
/* End hide from IE-mac */


textblock_c, .textblock_d
{
clear: none;
}


.textblock_c {
	float: right;
	width: 19em;
margin-left: 10px;
}
.textblock_d {
	float: left;
	margin-left: 0px;
	width: 19em;
}


.trennelement , trennelement_b, trennelement_c, trennelement_d
{

	clear: both;
	display: block;
	margin-bottom: 2px;	
}
.trennelement {height: 20px; clear: both; }

.trennelement_c {height: 60px; clear: both;}
.trennelement_d {height: 80px; clear: both;}
.trennelement_b {height: 40px; clear: both; }




.extern_hmm {
	background-image: url(/layout/Bilder/klxm_extern.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 19px;	
}


/*
	---------------- Sitemap Styler  --------------------------	 
*/



/* etc. */


.searchresult {
	background-color: #FAF9F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	margin-bottom: 10px;
	padding: 10px;
}

.searchresulthit {
	background-color: #CCCCCC;

}






hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	height: 1px;
}



.morenews {
	margin: 0px;
	padding: 0px;
}

.morenews li {
	list-style-type: none;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.box a, .box a:link, .box a:visited {
	color: #333333;
	text-decoration: none;
}

.box a:hover {
	color: #333333;
	text-decoration: none;
}




.sitemap, .sitemap ul, .sitemap li{
	margin:0;
	padding:0;
	list-style:none;
}
.sitemap{}
.sitemap ul{list-style:none;
	
}
.sitemap li{
	line-height:150%;
	position:relative;
	width:100%;
	list-style:none;
	background-image: url(/layout/media/content_top.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
}
/* IE leaves a blank space where span is added so this is to avoid that */
* html .sitemap li{
	float:left;
	display:inline;
	list-style:none;
}


.sitemap li a{padding-left:28px;}
.sitemap li span{float:left;position:absolute;top:5px;left:5px;width:13px;height:13px;cursor:auto;font-size:0;}


/* second level */

.sitemap li li{
	background:#fff;
	list-style:none;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0.96em;
}
.sitemap li li a{padding-left:56px;}
.sitemap li li span{left:28px;}

/* third level */

.sitemap li li li a{padding-left:84px;}
.sitemap li li li span{left:56px;}







.news_style{
	display:none;
	text-align: center;
}
.news_show
{
	color:black;
	width:175px;
	height:150px;
	font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	overflow: auto;
	text-align: center;
}
.news_border
{
background-color: white;
width:175px;
height:150px;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 1px solid gray;
padding: 5px 5px 5px 5px;
overflow: auto;	

}
.news_mark{

font: normal 70% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
width:180px;
height:35px;
color:black;
text-align:center;
}
.news_title{
font: bold 120% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
padding: 5px 0px 9px 5px;
color:black;
}
.news_show img{

margin-left: 5px;
margin-right: 5px;

}
.buttondiv
{
position: absolute;
/*float: left;*/
/*top: 169px;*/
padding: 5px 5px 5px 5px;
background-color:white ;
border: 1px solid gray;
/*border-top-color: white;*/
border-top:none;
height:20px;
}
.vikapic {
	
	float: left;
	width: 120px;
	margin-right: 1em;
}
.vikaleft {
	
	float: left;
	margin-right: 1em;
	width: 16em;
}
.vikaright {
	
	float: left;
}
.vikafree {
	
	clear: both;
}
.vikacontent {
	
	float: left;
	width: 30em;
}

.pagination li {
	background-color: #eeeeee;
	display: inline;
	padding: 3px;
	list-style-type: none;
	margin-right: 3px;
	float: left;
}

.pagination li a {
	font-weight: normal;
	
}

.pagination {
	text-align: right;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	width: 450px;
}

.pdf {
	background-image: url(/pics/ext/pdf_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}

.searchresults li {
	list-style-type: none;
	margin-left: 0px;
	padding-left:20px;
}
