.section {
	display: inline;
}


/* Formular Definition */


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


/* 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 
{
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	color: #000;
	border: 1px solid #900;
	background-color: #FFF;
}

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

.formcheck {

}

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

/* Mehrzeiliges Eingabefeld */
#content .formgen .formtextfield
{
	width: 280px;
	height: 10em;
	background-color: #FFF;
	border: 1px solid #036;
	margin: 0px;
	color: #333;
}

.formgen .formtrenn {
	clear: both;
	height: 25px;
}


/* Textfeld */
.formgen .formtext
{
	width: 280px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #FFF;
	color: #000;
	border: 1px solid #036;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	background-color: #eeeeee;
	color: #333;	
	
}



/* Label */
.formgen label {
	
	clear: both;
	
	display: block;
	
}
.formgen fieldset {
	background-color: #555252;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1em;
	margin-bottom: 5px;
	margin-bottom: 1em;
}


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


/* Sende-Button */
.formgen .formsubmit
{
	float: right;
	
}

.formleft
{
	float: left;
}
.formright
{
	float: right;
	margin-right: 4em;
}


/* Fieldsetbeschriftung */
legend {
	
}

.formgen .checkspan {
	display: block;
}

.formgen .checkspan label {
	display: inline;
}


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


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #900;
	
}

.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
{
	margin-bottom: 15px;
	display: block;
	clear: both;
	margin-top: 5px;
	padding-top: 10px;
	
	font-size: 1em;
	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;
	line-height: 1.2em;
	
}

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



.pright {
	float: right;
	margin-top: 5px;
	margin-left: 15px;
	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: 2px solid #9DCCF8;	
	padding: 2px;
	
}

.pdown {
	border: none;
		
}

/* Definition der KLassen mit  Rahmen */

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






.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;
		border-top-width: 1px;
	;
	
}

.textblock_b, .textblock_c, .textblock_d
{
	display: block;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 15px;
	padding-right: 10px;
	margin-top: 5px;
	background-repeat: repeat-x;
	border: 1px none #999;
	
}









.textblock_b {
	
	margin-bottom: 2.5em;
	display: block;
	clear: both;
	display: inline-block;
}
#content .textblock_b h3{
	position: relative;
	margin: 0px;
	width: 40%;
	line-height: 1em;
	display: block;
	top: -1.8em;
	left: -1em;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 10px;
	font-weight: normal;
}



 #content .startthemen h3 {
	position: relative;
	margin: 0px;
	width: 70%;
	line-height: 1em;
	display: block;
	top: -1.8em;
	left: -1em;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 10px;
	font-weight: normal;

 }


.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: 25em;
margin-left: 10px;
	
}
.textblock_d {
	float: left;
	margin-left: 0px;
	width: 25em;
	
}


.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
{
	
	background-color: #FFFFFF;
	margin-left: 4px;
	border: 1px solid #CCCCCC;
}







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

ft_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;
}

#content .vikapic {
	
	float: left;
	width: 120px;
	margin-right: 1em;
}
#content .vikaleft {
	float: left;
	margin-right: 1em;
	width: 12em;
		
}
#content .vikaright {
	width: 12em;
	float: left;
		
}
#content .vikafree {
	
	clear: both;
}
#inhalt .vikacontent {
	float: left;
	width: 25em;
	font-size: 0.96em;
	
}

#content_2 .vikacontent {
	clear:both;
	
	font-size: 0.96em;
	
}

/*Galerie */

.gpleft {
	float: left;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 14px;
	padding: 1px;
	font-size: 0.7em;
	
}

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



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

.kg {
	clear: left;
}

.kgleft {
	color: #666666;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.2em;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

#text .kgleft a, #text .kgleft a:link, #text .kgleft a:hover, #text .kgleft a:visited{
	color: #666666;
	text-decoration: none;
}

#text .aktivlink {
	font-weight: bold;
}

.highslide-caption {
	font-size: 0.8em;
	color: #666;
	padding-bottom: 6px;
}
 








/*** ESSENTIAL STYLES ***/
.rex-navi1, .rex-navi1 * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.rex-navi1 {
	}
.rex-navi1 ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
	
}
.rex-navi1 ul li {
	width:			100%;
}
.rex-navi1 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.rex-navi1 li {
	float:			left;
	position:		relative;
}
.rex-navi1 a {
	display:		block;
	position:		relative;
}
.rex-navi1 li:hover ul,
.rex-navi1 li.sfHover ul {
	left:			0;
	top:			2.9em; /* match top ul list item height */
	z-index:		99;
}
ul.rex-navi1 li:hover li ul,
ul.rex-navi1 li.sfHover li ul {
	top:			-999em;
}
ul.rex-navi1 li li:hover ul,
ul.rex-navi1 li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.rex-navi1 li li:hover li ul,
ul.rex-navi1 li li.sfHover li ul {
	top:			-999em;
}
ul.rex-navi1 li li li:hover ul,
ul.rex-navi1 li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.rex-navi1 {
	float:			left;
	margin-bottom:	1em;
}
.rex-navi1 a {
	
	padding: 		.75em 1em;
	text-decoration:none;
}
.rex-navi1 a, .rex-navi1 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#395266;
}
.rex-navi1 li {
	background-color: ;
	
	font-weight: bold;
}

.rex-navi1 li li {
	background-color: #E4F5FC;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9ECBF2;
	border-bottom-color: #9ECBF2;
	border-left-color: #9ECBF2;
	font-weight: normal;	
}


.rex-navi1 li li li {
	background-color: #E4F5FC;
}
.rex-navi1 li:hover, .rex-navi1 li.sfHover,
.rex-navi1 a:focus, .rex-navi1 a:hover, .rex-navi1 a:active {
	outline:		0;
	
	color:#173683;
}

.rex-navi1 li li:hover, .rex-navi1 li li.sfHover,
.rex-navi1 li li a:focus, li li .rex-navi1 a:hover, li li .rex-navi1 a:active {
	outline:		0;
	color:#F60;
	background-color: #FFF;
}

/*** arrows **/
.rex-navi1 a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/js/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.rex-navi1 ul .sf-sub-indicator { background-position:  -10px 0; }
.rex-navi1 ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.rex-navi1 ul a:focus > .sf-sub-indicator,
.rex-navi1 ul a:hover > .sf-sub-indicator,
.rex-navi1 ul a:active > .sf-sub-indicator,
.rex-navi1 ul li:hover > a > .sf-sub-indicator,
.rex-navi1 ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/js/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}








.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	cursor: url(/highslide/graphics/zoomin.cur), pointer;
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: #000000;
}
.highslide-wrapper, .highslide-outline {
	background: #ffffff;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	border-top: none;
	font-size: 1em;
	
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											    */
/* Remove these if you are not using Highslide HTML						  */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html-content {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif);
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							*/
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 1em;
	position: absolute;
	left: 0;
	right: 1em;
	top: 0;
	width: auto;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: relative;
	z-index: 2;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}




/*
 *	jquery.shadow.js v1.0
 *
 *	CSS Styling ist wichtig, genau wie Webstandards und semantische Korrektheit. Viel Spaß!
 *
 *	Mehr hier: http://www.interaktionsdesigner.de
 *
 */
.shadowWrap {
	position:relative;
}
.shadowWrap * {
	position:absolute;
	padding:0;
	margin:0;
}
.shadowBg {
	left:2px;
	top:2px;
}







#breadcrumb li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#breadcrumb ul {
	
	margin: 0px;
	padding: 0px;
}

#content_1 #breadcrumb a{
	text-decoration: none;
	color: #98B8CC;
}

#breadcrumb {
	margin-bottom: 10px;
	color: #98B8CC;
	display: block;
}

.extern {
	background-image: url(/layout/klxm_extern.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1.2em;	
}

.katnavi a.rex-current {
	font-weight: bold;
}

.katnavi li {
	padding-bottom: 5px;
}