.section {
	display: inline;
}


/* Formular Definition */


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


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

}


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

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


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


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


/* 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: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 100%;
	text-align: center;
	background-color: #eeeeee;
	background-image: url(/layout/Bilder/formback.jpg);
	border: 1px solid #ffffff;
	float: right;
}



/* Fieldsetbeschriftung */
legend {
color: #333333;
}

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


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

.formgen .formcaptcha
{
	border: 2px solid #990000;
	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
{
    display: block;
	clear: both;
	margin-top: 5px;
	padding-bottom: 10px;
	line-height: 1.433em;

}

.dl_title {
	color:#666666;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:24px;
	margin:0px;
	line-height: 18px;
	
	}

.dl_content {
	
	font-style:italic;
	text-decoration:none;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C1BBB0;
	margin:0px;
	line-height: 18px;
	
	
	}

list_content{
	clear: both;
}	
	

.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;
	
}
.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.9em;}

.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;
}
.pnormal {
	margin-bottom: 5px;
	clear: both;
	display: block;
	
}
	
.pcenter {
	margin-bottom: 5px;
	clear: both;
	display: block;
	text-align: center;
	
}
	

.pdown_b {
	border: 1px solid #eee;padding: 2px;
	
}

.pdown {
	border: none;
		
}
img {max-width: 100%;height: auto;}

/* Definition der KLassen mit  Rahmen */

.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px solid #eee;
	padding: 2px;
	font-size: 0.9em;
}
.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 3px solid #CCCCCC;
	padding: 2px;
	font-size: 0.9em;
}
.pnormal_b {
	border: 3px solid #CCCCCC;
	margin-bottom: 5px;
	padding: 2px;
	clear: both;
	display: block;
	font-size: 0.9em;
}
	
.pcenter_b{
	margin-bottom: 5px;
	border: none;
	clear: both;
	display: block;
	text-align: center;
font-size: 0.9em;
	
}	
.pcenter_b img{
	border: 3px solid #CCCCCC;
}


.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 {
	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  {
	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;
}







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

.textblock_b, .textblock_c, .textblock_d
{
	display: block;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 15px;
	padding-right: 15px;
	margin-top: 5px;
	background-image: url(/layout/media/content_textblock.gif);
	background-repeat: repeat-x;
	background-color: #D8DDD7;
	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: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
}

#content table  {
	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: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	width:100%;
	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: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	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;
	
}






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

.textblock_b:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 

/* Hides from IE-mac \*/ 
* html .textblock_b {height: 1%;} 
.textblock_b {display: block;} 
/* End hide from IE-mac */


textblock_c, .textblock_d
{
clear: none;
}


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


.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 {
	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;

}
.zufalltitel {
	display: block;
	clear: none;
	font-size: 1.2em;
	color: #FFFFFF;
}

.sitebar2
{
	background-color: #E5E6E6;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	display: block;
	clear: both;
	margin-bottom: 15px;
}

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



/* Textfeld */

#content textarea
{
	width: 380px;
	background-color: #FFFFFF;
	margin-left: 4px;
	border: 1px solid #CCCCCC;
}

/* Label */
#content label 
{
width: 120px;
clear: left;
float: left;
height: 20px;
padding: 0px;
}



/* Definition des Fieldsets, das das ganze Formular umschließt */
#content fieldset 
{
	width: 405px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}


/* JAOS Lightbox Style-Sheet

Einfaches Style-Sheet zur (X)HTML-validen Darstellung

der Thumbnails, ausgelegt auf eine Thumbnail-Grösse

von 60 x 80 Pixel.

Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet

und dem jeweiligen div's zugeordnet.

*/



div.jaosg_thumbnail
{
float: left;
margin-top: 5px;
margin-right: 3px;
margin-bottom: 5px;
margin-left: 3px;
padding-top: 2px;
text-align: center;
vertical-align: middle;
}



div.jaosg_thumbnail img{

border: 1px solid;
border-color: #444 #AAA #AAA #444;

}



/*footer schaltet float:left wieder aus */

div#jaosg_footer{

	clear: both;
	padding-top: 1em;

}

.dl_block {
	margin-bottom: 15px;
	
		
}

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;
}
.pleft_head {
	float: left;
	margin: 0px;
	padding: 0px;
}
#head .meta {
	width: 18em;
	float: left;
	padding-left: 23em;
	font-family: "Tahoma", sans-serif, serif;
	padding-top: 4px;
	text-align: right;
	font-size: 0.86em;
}
#head .meta a {
	color: #666666;
}









