@media screen {
	/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
	
	/* Browser fixes: */
	
	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; height: 1%; }
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }

.csc-textpic-caption {
	font-size: 11px;
	font-weight: bold;
}


body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;	
	margin:0;
	padding:0;
	background-color:#ffffff;
}
h1, h2, h3, h4, h5, h6, p, form {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

h1, .ueberschrift {
	font-size:1.5em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#232C62;
}
h2, .ueberschrift_klein {
	font-size:0.9em;
	/* font-size:1em; */
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#232C62;
	margin-top:5px;
}
h3, .ueberschrift_grau {
	font-size:1em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#888888;
}

h5{
	font-size:90%;
	font-weight: normal;	
}
/* H O M E */
h5 a{
	padding-right: 30px;
}
p, li{
	font-size: 90%;
}

img {
	border:none;
}
.nofloat{
	clear:both;
}
#img {	
	float:left;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}
#pagetop {
	border:none;	
	height:100px;
	width:100%;
}
#toplogo {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	margin-top:0;
}
#topimage-main {
	display:block;
	position:absolute;
	left:221px;
	top:0px;
	margin-top:0;
}
#topimage {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	margin-top:0;
}
#h_menu_blank{
	border-top:1px solid black;	 
	border-right:1px solid black;
}
#h_menu_head {
	position:static; 
	border:none;	
	background-color:#ffffff;
	width:100%;
	top:101px;
}
a.h_menu-no:link,
a.h_menu-no:visited {
	text-decoration:none;
	font-size:13px; 
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin-left:1px;	
	padding-left:3px;
}
a.h_menu-no:hover,
a.h_menu-no:active,
a.h_menu-no:focus,
a.h_menu-act:link,
a.h_menu-act:visited,
a.h_menu-act:hover,
a.h_menu-act:active,
a.h_menu-act:focus {
	border:1px solid #ffffff;
	font-size:13px; 
	text-decoration:none;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin-left:1px;
	padding:2px;
}
.h_menu_item {
	height:31px;
	width:200px;
	border-top:1px solid black;	 
	border-right:1px solid black;
	text-decoration:none;
	padding-left:3px;
}
.h_menu_item_root {
	height:31px;
	width:200px;
	border-top:1px solid black;	 
	border-right:1px solid black;
	border-bottom:1px solid black;	 
	text-decoration:none;
	padding-left:3px;
}

DIV#activemenu-no {
	position:static; 
	background-color:#EEEEEE;
	height:28px;
	width:100%;
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-top:1px solid black;
	padding-top:4px;
	padding-left:5px;	
}
DIV#activemenu1-act {
	position:static; 
	background-color:#C22900;
	height:28px;
	width:100%;
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-top:1px solid black;
	padding-top:4px;
	padding-left:5px;	
}
DIV#activemenu2-act {
	position:static; 
	background-color:#348819;
	height:28px;
	width:100%;
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-top:1px solid black;
	padding-top:4px;
	padding-left:5px;
}
DIV#activemenu3-act {
	position:static; 
	background-color:#F9B600;
	height:28px;
	width:100%;
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-top:1px solid black;
	padding-top:4px;
	padding-left:5px;
}
DIV#activemenu4-act {
	position:static; 
	background-color:#0071A3;
	height:28px;
	width:100%;
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-top:1px solid black;
	padding-top:4px;
	padding-left:5px;
}
.linkpath{	
	font-size:0.9em;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	color:#eeeeee;
}
.linkpath_inactive {	
	font-size:0.9em;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	color:#232C62;
}
.linkpath_inactive1 {	
	font-size:0.9em;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	color:#DDDDDD;
}

.spalte {
	height:250px;
	width:203px;	
	text-align:left;
	/* border: 1px solid #FFCC00;*/
}
.spalte_text a:link,
.spalte_text a:visited {
	text-decoration:none;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#232C62;
}
.spalte_text a:hover,
.spalte_text a:focus, 
.spalte_text a:active {
	font-weight:bold;
}
#zelle {
	height:31px;
	width:200px;
	border-top:1px solid black;	 
	border-right:1px solid black;
	border-bottom:1px solid black;	
	text-decoration:none;
	padding-left:3px;
}
#body {
	position:absolute; 
	border:none;	
	background-color:#ffffff;
	left:220px;
	top:175px;
	right:205px;	
}
#body a:link,
#body a:visited {
        text-decoration:underline;
        color:#232C62;
        font-weight:bold
}
#body a:hover,
#body a:active,
#body a:focus {
        text-decoration:none;
        color:#990000;
        font-weight:bold
} 
#body-main {
	position:absolute; 
	top:150px;
	left:0px;
}
#body-main a:link,
#body-main a:visited {
	text-decoration:none;
	/* font-size:0.8em; */
	font-family:Arial, Helvetica, sans-serif;
	color:#232C62;
}
#body-main a:hover,
#body-main a:focus,
#body-main a:active {
	font-weight:bold;
}
#fuss {
	border-top:1px solid black; margin:2px;	
	height:30px;
	width:100%;
	margin-top:4em;
}


.fusszeile {
        font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}
#textlink a:link,
#textlink a:visited {
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#232C62;
}
#textlink a:hover,
#textlink a:focus, 
#textlink a:active {
	color:#ffffff;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.v_menu1-no a:link,
.v_menu1-no a:visited {		
	font-weight: 500;
	font-size:1em;
        padding: 5px;
        margin: 0px 0px -1px;
	text-decoration:none;
	color:#232C62;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}
.v_menu1-no a:hover,
.v_menu1-no a:focus, 
.v_menu1-no a:active {
	font-weight: 500;
	font-size:1em;
        padding: 5px;
        margin: 0px 0px -1px;
	background-color:#C22900; 
        color:#FFFFFF;
	display:block;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.v_menu2-no a:link,
.v_menu2-no a:visited {		
	font-weight: 500;
	font-size:1em;
        padding: 5px;
        margin: 0px 0px -1px;
	text-decoration:none;
	color:#232C62;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}
.v_menu2-no a:hover,
.v_menu2-no a:focus, 
.v_menu2-no a:active {
	font-weight: 500;
	font-size:1em;
        padding: 5px;
        margin: 0px 0px -1px;
	background-color:#348819; 
        color:#FFFFFF;
	display:block;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.v_menu3-no a:link,
.v_menu3-no a:visited {		
	font-weight: 500;
	font-size:1em;
        padding: 5px;
        margin: 0px 0px -1px;
	text-decoration:none;
	color:#232C62;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}
.v_menu3-no a:hover,
.v_menu3-no a:focus, 
.v_menu3-no a:active {
	font-weight: 500;
	font-size:1em;
        padding: 5px;
        margin: 0px 0px -1px;
	background-color:#F9B600; 
        color:#FFFFFF;
	display:block;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
        border-bottom:1px solid black;
}
.v_menu4-no a:link,
.v_menu4-no a:visited {		
	font-weight: 500;
	font-size:1em;
        padding: 5px;
        margin: 0px 0px -1px;
	text-decoration:none;
	color:#232C62;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}
.v_menu4-no a:hover,
.v_menu4-no a:focus, 
.v_menu4-no a:active {
	font-weight: 500;
	font-size:1em;
        padding: 5px;
        margin: 0px 0px -1px;
	background-color:#0071A3; 
        color:#FFFFFF;
	display:block;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
p.v_menu1_level1_top-no {
	width:200px;
	border-left:1px solid black;	 
	border-right:1px solid black;
	background-color:#F7CCC1;
}
p.v_menu1_level1_middle-no {
	width:200px;
	border-top:1px solid black;	 
	border-right:1px solid black;
	border-left:1px solid black;
	background-color:#F7CCC1;
	margin-top:-1px;
}
p.v_menu1_level1_bottom-no {
	width:200px;
	border:1px solid black;
	background-color:#F7CCC1;
	margin-top:-1px;
}
p.v_menu2_level1_top-no {
	width:200px;
	border-left:1px solid black;	 
	border-right:1px solid black;
	background-color:#B2E1A3;
}
p.v_menu2_level1_middle-no {
	width:200px;
	border-top:1px solid black;	 
	border-right:1px solid black;
	border-left:1px solid black;
	background-color:#B2E1A3;
	margin-top:-1px;
}
p.v_menu2_level1_bottom-no {
	width:200px;
	border:1px solid black;
	background-color:#B2E1A3;
	margin-top:-1px;
}
p.v_menu3_level1_top-no {
	width:200px;
	border-left:1px solid black;	 
	border-right:1px solid black;
	background-color:#FCDF8F;
}
p.v_menu3_level1_middle-no {
	width:200px;
	color:#232C62;
	border-top:1px solid black;	 
	border-right:1px solid black;
	border-left:1px solid black;
	background-color:#FCDF8F;
	margin-top:-1px;
}
p.v_menu3_level1_bottom-no {
	width:200px;
	color:#232C62;
	border:1px solid black;
	background-color:#FCDF8F;
	margin-top:-1px;
}
p.v_menu4_level1_top-no {
	width:200px;
	color:#232C62;
	border-left:1px solid black;	 
	border-right:1px solid black;
	background-color:#C0DEEB;
}
p.v_menu4_level1_middle-no {
	width:200px;
	border-top:1px solid black;	 
	border-right:1px solid black;
	border-left:1px solid black;
	background-color:#C0DEEB;
	margin-top:-1px;
}
p.v_menu4_level1_bottom-no {
	width:200px;
	border:1px solid black;
	background-color:#C0DEEB;
	margin-top:-1px;
}
.listoutput {
	background-color:#ffffff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt; 
	float:left;
	margin-top:0;
	width:28em; 
	padding-left: 5px;
	border:1px solid black; 
	color:#000000; 
	line-height:160%;
}

fieldset .row{
	clear: both;
	padding: 10px 0;
}
.feld1 { 
	background-color:#ffffff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt; 
	width:28em; 	
	height:20px; 
	border:1px solid black; 
	color:#000000; 
}
.feld2 { 
        background-color:#ffffff; 
        font-family:Arial, Helvetica, sans-serif;
        font-size:8pt; 
	width:28em; 	
	height:20px; 
	border:1px solid black; 
	color:#000000; 
}
.feld3 { 
 	background-color:#ffffff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt; 
	width:28em; 	
	height:60px; 
	border:1px solid black; 
	color:#000000; 
}
.feld4 {
        background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	width=28em;
	border:1px solid black;
	color:#000000;
}

.radiobutton{ 
        background-color:#ffffff; 
        font-family:Arial, Helvetica, sans-serif;
        font-size:8pt; 
	width:28em; 	
	border:1px solid black; 
	color:#000000; 
}
.submit-menu1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin-right:0.5em;	
	line-height:160%;
	background-color:#c22900;
	color:#dddddd;
}
.submit-menu2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin-right:0.5em;	
	line-height:160%;
	background-color:#348819;
	color:#dddddd;
}
.submit-menu3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin-right:0.5em;	
	line-height:160%;
	background-color:#F9B600;
	color:#232c62;
}

.submit-menu4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin-right:0.5em;	
	line-height:160%;
	background-color:#Fcdf8f;
	color:#dddddd;
}

label.left {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	float:left;
	text-align:right;
	width:30em;
	margin-right:0.5em;	
	line-height:160%;
}
label.left2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	float:left;
	text-align:right;
	width:20em;
	margin-right:0.5em;	
	line-height:160%;
}
label.left3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	float:left;
	text-align:right;
        width:35em;
        margin-right:0.5em;	
	line-height:160%;
}
label.right {
        font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	float:left;
	text-align:left;
	width:5em;
	margin-left:0.5em;	
	line-height:180%;
}
input[type=text],
select {
        font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin-right:1em;	
	line-height:180%;
	font-size: 8pt;
}
input.right {
        float:left;
	width:auto;
	clear:both;
	margin-right:0.3em;
}
input[type=checkbox].right,
input[type=radio].right,
input[type=submit].right {
	margin-left:2em;	
	line-height:180%;
}
form br {
	clear:both;
}
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
	cursor:pointer;	
	line-height:180%;
}
.listentext {
font-family:Arial, Helvetica, sans-serif;
font-weight : normal;
font-size : 12px;
list-style-type : none;
padding-top: 1px;
} 
#special-rot1 {
     position:absolute;
     display:block;
     border:1px solid black; 
     margin:2px;
     text-decoration:none;
     background-color:#F7CCC1;
     width:185px;
     right:5px;
     top:168px;
     padding-left:2px;
}
#special-rot1 a:link,
#special-rot1 a:visited {
text-decoration:underline;
color:#232C62;
font-weight:bold
}
#special-rot1 a:hover,
#special-rot1 a:active,
#special-rot1 a:focus {
text-decoration:none;
color:#990000;
font-weight:bold
} 
#special-rot2 {
   position:absolute;
   display:block;
   border:1px solid black;
   margin:2px;
   text-decoration:none;
   background-color:#F7CCC1;
   width:185px;
   margin-top:20px;
   right:-4px;
   padding-left:2px;
}
#special-rot2 a:link,
#special-rot2 a:visited {
text-decoration:underline;
color:#232C62;
font-weight:bold
}
#special-rot2 a:hover,
#special-rot2 a:active,
#special-rot2 a:focus {
text-decoration:none;
color:#990000;
font-weight:bold
} 
#special-gruen1 {
     position:absolute;
     display:block;
     border:1px solid black; 
     margin:2px;
     text-decoration:none;
     background-color:#B2E1A3;
     width:185px;
     right:5px;
     top:168px;
     padding-left:2px;
}
#special-gruen1 a:link,
#special-gruen1 a:visited {
text-decoration:underline;
color:#232C62;
font-weight:bold
}
#special-gruen1 a:hover,
#special-gruen1 a:active,
#special-gruen1 a:focus {
text-decoration:none;
color:#990000;
font-weight:bold
} 
#special-gruen2 {
   position:absolute;
   display:block;
   border:1px solid black;
   margin:2px;
   text-decoration:none;
   background-color:#B2E1A3;
   width:185px;
   margin-top:20px;
   right:-4px;
   padding-left:2px;
}
#special-gruen2 a:link,
#special-gruen2 a:visited {
text-decoration:underline;
color:#232C62;
font-weight:bold
}
#special-gruen2 a:hover,
#special-gruen2 a:active,
#special-gruen2 a:focus {
text-decoration:none;
color:#990000;
font-weight:bold
} 
#special-gelb1 {
     position:absolute;
     display:block;
     border:1px solid black; 
     margin:2px;
     text-decoration:none;
     background-color:#FCDF8F;
     width:185px;
     right:5px;
     top:168px;
     padding-left:2px;
}
#special-gelb1 a:link,
#special-gelb1 a:visited {
text-decoration:underline;
color:#232C62;
font-weight:bold
}
#special-gelb1 a:hover,
#special-gelb1 a:active,
#special-gelb1 a:focus {
text-decoration:none;
color:#990000;
font-weight:bold
} 
#special-gelb2 {
   position:absolute;
   display:block;
   border:1px solid black;
   margin:2px;
   text-decoration:none;
   background-color:#FCDF8F;
   width:185px;
   margin-top:20px;
   right:-4px;
   padding-left:2px;
}
#special-gelb2 a:link,
#special-gelb2 a:visited {
text-decoration:underline;
color:#232C62;
font-weight:bold
}
#special-gelb2 a:hover,
#special-gelb2 a:active,
#special-gelb2 a:focus {
text-decoration:none;
color:#990000;
font-weight:bold
} 

#special-blau1 {
     position:absolute;
     display:block;
     border:1px solid black; 
     margin:2px;
     text-decoration:none;
     background-color:#C0DEEB;
     width:185px;
     right:5px;
     top:168px;
     padding-left:2px;
}
#special-blau1 a:link,
#special-blau1 a:visited {
text-decoration:underline;
color:#232C62;
font-weight:bold
}
#special-blau1 a:hover,
#special-blau1 a:active,
#special-blau1 a:focus {
text-decoration:none;
color:#990000;
font-weight:bold
} 
#special-blau2 {
   position:absolute;
   display:block;
   border:1px solid black;
   margin:2px;
   text-decoration:none;
   background-color:#C0DEEB;
   width:185px;
   margin-top:20px;
   right:-4px;
   padding-left:2px;
}
#special-blau2 a:link,
#special-blau2 a:visited {
text-decoration:underline;
color:#232C62;
font-weight:bold
}
#special-blau2 a:hover,
#special-blau2 a:active,
#special-blau2 a:focus {
text-decoration:none;
color:#990000;
font-weight:bold
} 
}

@media print, embossed {
html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	margin:0;
	padding:0;
	background-color:#ffffff;
}
h1, h2, h3, h4, h5, h6, p, form {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
img {
	border:none;
}
.nofloat{
	clear:both;
}
#img {	
	float:left;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}
#pagetop {
	border:none;	
	height:100px;
	width:100%;
}
#toplogo {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	margin-top:0;
}
#topimage-main {
	display:block;
	position:absolute;
	left:221px;
	top:0px;
	margin-top:0;
}
#topimage {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	margin-top:0;
}
#h_menu_blank{
	border-top:1px solid black;	 
	border-right:1px solid black;
}
#h_menu_head {
	position:static; 
	border:none;	
	background-color:#ffffff;
	width:100%;
	top:101px;
}
a.h_menu-no:link,
a.h_menu-no:visited {
	text-decoration:none;
	font-size:0.7em;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	color:#232C62;
	margin-left:1px;
}
a.h_menu-no:hover,
a.h_menu-no:active,
a.h_menu-no:focus,
a.h_menu-act:link,
a.h_menu-act:visited,
a.h_menu-act:hover,
a.h_menu-act:active,
a.h_menu-act:focus {
	border:1px solid #ffffff;
	text-decoration:none;
	font-size:0.7em;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	color:#232C62;
	margin-left:1px;
	padding:2px;
}
.h_menu_item {
	height:31px;
	width:25%;
	border:1px solid black;	 
	text-decoration:none;
	padding-left:3px;
}
.h_menu_item_root {
	height:31px;
	width:200px;
	border-top:1px solid black;	 
	border-right:1px solid black;
	border-bottom:1px solid black;	 
	text-decoration:none;
	padding-left:3px;
}

DIV#activemenu-no {
	position:static; 
	background-color:#EEEEEE;
	height:28px;
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-top:1px solid black;
	padding-top:4px;
	padding-left:5px;	
}
DIV#activemenu1-act {
	position:static; 
	background-color:#C22900;
	height:28px;
	border:1px solid black;
	padding-top:4px;
	padding-left:5px;	
}
DIV#activemenu2-act {
	position:static; 
	background-color:#348819;
	height:28px;
	border:1px solid black;
	padding-top:4px;
	padding-left:5px;
}
DIV#activemenu3-act {
	position:static; 
	background-color:#F9B600;
	height:28px;
	border:1px solid black;
	padding-top:4px;
	padding-left:5px;
}
DIV#activemenu4-act {
	position:static; 
	background-color:#0071A3;
	height:28px;
	border:1px solid black;
	padding-top:4px;
	padding-left:5px;
}
.linkpath{	
	font-size:0.9em;
	font-weight:300;
	font-family:Arial, Helvetica, sans-serif;
	color:#eeeeee;
}
#spalte {
	height:250px;
	width:203px;	
	text-decoration:none;
	text-align:left;
	padding-left:10px;
}
.spalte_text a:link,
.spalte_text a:visited {
	text-decoration:none;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#232C62;
}
.spalte_text a:hover,
.spalte_text a:focus, 
.spalte_text a:active {
	font-weight:bold;
}
#zelle {
	height:31px;
	width:25%;
	border:1px solid black;	 
	text-decoration:none;
	padding-left:3px;
}
#body {
	position:static; 
	border:none;	
	background-color:#ffffff;
	left:0px;
	top:175px;
	width:450px;	
}
#body a:link,
#body a:visited {
        text-decoration:underline;
        color:#232C62;
        font-weight:bold
}
#body a:hover,
#body a:active,
#body a:focus {
        text-decoration:none;
        color:#990000;
        font-weight:bold
} 
#body-main {
	position:absolute; 
	top:150px;
	left:0px;
}
#body-main a:link,
#body-main a:visited {
           text-decoration:none;
           font-size:0.8em;
	   font-family:Arial, Helvetica, sans-serif;
           color:#232C62;
}
#body-main a:hover,
#body-main a:focus,
#body-main a:active {
              font-weight:bold;
}
#fuss {
	border-top:1px solid black; margin:2px;	
	height:30px;
	width:100%;
	margin-top:4em;
}
.ueberschrift {
	font-size:1.5em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#232C62;
}
.ueberschrift_klein {
	font-size:1em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#232C62;
	margin-top:5px;
}
.ueberschrift_grau {
	font-size:1em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#888888;
}

.fusszeile {
        font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}
#textlink a:link,
#textlink a:visited {
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#232C62;
}
#textlink a:hover,
#textlink a:focus, 
#textlink a:active {
	color:#ffffff;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.v_menu1-no a:link,
.v_menu1-no a:visited {		
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
.v_menu1-no a:hover,
.v_menu1-no a:focus, 
.v_menu1-no a:active {
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
.v_menu2-no a:link,
.v_menu2-no a:visited {		
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
.v_menu2-no a:hover,
.v_menu2-no a:focus, 
.v_menu2-no a:active {
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
.v_menu3-no a:link,
.v_menu3-no a:visited {		
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
.v_menu3-no a:hover,
.v_menu3-no a:focus, 
.v_menu3-no a:active {
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
.v_menu4-no a:link,
.v_menu4-no a:visited {		
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
.v_menu4-no a:hover,
.v_menu4-no a:focus, 
.v_menu4-no a:active {
    visibility: hidden;
	width: 0px;
    margin-top: -1px;
}
p.v_menu1_level1_top-no {
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
p.v_menu1_level1_middle-no {
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
p.v_menu1_level1_bottom-no {
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
p.v_menu2_level1_top-no {
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
p.v_menu2_level1_middle-no {
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
p.v_menu2_level1_bottom-no {
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
p.v_menu3_level1_top-no {
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
p.v_menu3_level1_middle-no {
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
p.v_menu3_level1_bottom-no {
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
p.v_menu4_level1_top-no {
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
p.v_menu4_level1_middle-no {
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
p.v_menu4_level1_bottom-no {
        visibility: hidden;
	width: 0px;
        margin-top: -1px;
}
ul.li-margin li{
	margin: 0 0 1em 0;
}
.listoutput {
	background-color:#ffffff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt; 
	float:left;
	margin-top:0;
	padding-left: 5px;
	width:25em; 
	border:1px solid black; 
	color:#000000; 
	line-height:160%;
}
.feld1 { 
	background-color:#ffffff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt; 
	width:25em; 	
	height:20px; 
	border:1px solid black; 
	color:#000000; 
}
.feld2 { 
        background-color:#ffffff; 
        font-family:Arial, Helvetica, sans-serif;
        font-size:8pt; 
	width:25em; 	
	height:20px; 
	border:1px solid black; 
	color:#000000; 
}
.feld3 { 
 	background-color:#ffffff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt; 
	width:25em; 	
	height:60px; 
	border:1px solid black; 
	color:#000000; 
}
.feld4 {
        background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	width=25em;
	border:1px solid black;
	color:#000000;
}
label.left {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	float:left;
	text-align:right;
	width:30em;
	margin-right:0.5em;	
	line-height:160%;
}
label.left2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	float:left;
	text-align:right;
	width:20em;
	margin-right:0.5em;	
	line-height:160%;
}
label.left3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	float:left;
	text-align:right;
        width:35em;
        margin-right:0.5em;	
	line-height:160%;
}
label.right {
        font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	float:left;
	text-align:left;
	width:5em;
	margin-left:0.5em;	
	line-height:180%;
}
input[type=text],
select {
	float:left;
	margin-right:1em;	
	line-height:180%;
	font-size:8pt;
}
input.right {
        float:left;
	width:auto;
	clear:both;
	margin-right:0.3em;
}
input[type=checkbox].right,
input[type=radio].right,
input[type=submit].right {
	margin-left:2em;	
	line-height:180%;
}
form br {
	clear:both;
}
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
	cursor:pointer;	
	line-height:180%;
}
.listentext {
font-family:Arial, Helvetica, sans-serif;
font-weight : normal;
font-size : 12px;
list-style-type : none;
padding-top: 1px;
} 
#special-rot1 {
     position:absolute;
     display:block;
     border:1px solid black; 
     margin:2px;
     text-decoration:none;
     background-color:#F7CCC1;
     width:185px;
     right:5px;
     top:168px;
     padding-left:2px;
}
#special-rot1 a:link,
#special-rot1 a:visited {
text-decoration:underline;
color:#232C62;
font-weight:bold
}
#special-rot1 a:hover,
#special-rot1 a:active,
#special-rot1 a:focus {
text-decoration:none;
color:#990000;
font-weight:bold
} 
#special-rot2 {
   position:absolute;
   display:block;
   border:1px solid black;
   margin:2px;
   text-decoration:none;
   background-color:#F7CCC1;
   width:185px;
   margin-top:20px;
   right:-4px;
   padding-left:2px;
}
#special-rot2 a:link,
#special-rot2 a:visited {
text-decoration:underline;
color:#232C62;
font-weight:bold
}
#special-rot2 a:hover,
#special-rot2 a:active,
#special-rot2 a:focus {
text-decoration:none;
color:#990000;
font-weight:bold
} 
#special-gruen1 {
     position:absolute;
     display:block;
     border:1px solid black; 
     margin:2px;
     text-decoration:none;
     background-color:#B2E1A3;
     width:185px;
     right:5px;
     top:168px;
     padding-left:2px;
}
#special-gruen1 a:link,
#special-gruen1 a:visited {
text-decoration:underline;
color:#232C62;
font-weight:bold
}
#special-gruen1 a:hover,
#special-gruen1 a:active,
#special-gruen1 a:focus {
text-decoration:none;
color:#990000;
font-weight:bold
} 
#special-gruen2 {
   position:absolute;
   display:block;
   border:1px solid black;
   margin:2px;
   text-decoration:none;
   background-color:#B2E1A3;
   width:185px;
   margin-top:20px;
   right:-4px;
   padding-left:2px;
}
#special-gruen2 a:link,
#special-gruen2 a:visited {
text-decoration:underline;
color:#232C62;
font-weight:bold
}
#special-gruen2 a:hover,
#special-gruen2 a:active,
#special-gruen2 a:focus {
text-decoration:none;
color:#990000;
font-weight:bold
} 
#special-gelb1 {
     position:absolute;
     display:block;
     border:1px solid black; 
     margin:2px;
     text-decoration:none;
     background-color:#FCDF8F;
     width:185px;
     right:5px;
     top:168px;
     padding-left:2px;
}
#special-gelb1 a:link,
#special-gelb1 a:visited {
text-decoration:underline;
color:#232C62;
font-weight:bold
}
#special-gelb1 a:hover,
#special-gelb1 a:active,
#special-gelb1 a:focus {
text-decoration:none;
color:#990000;
font-weight:bold
} 
#special-gelb2 {
   position:absolute;
   display:block;
   border:1px solid black;
   margin:2px;
   text-decoration:none;
   background-color:#FCDF8F;
   width:185px;
   margin-top:20px;
   right:-4px;
   padding-left:2px;
}
#special-gelb2 a:link,
#special-gelb2 a:visited {
text-decoration:underline;
color:#232C62;
font-weight:bold
}
#special-gelb2 a:hover,
#special-gelb2 a:active,
#special-gelb2 a:focus {
text-decoration:none;
color:#990000;
font-weight:bold
} 

#special-blau1 {
     position:absolute;
     display:block;
     border:1px solid black; 
     margin:2px;
     text-decoration:none;
     background-color:#C0DEEB;
     width:185px;
     right:5px;
     top:168px;
     padding-left:2px;
}
#special-blau1 a:link,
#special-blau1 a:visited {
text-decoration:underline;
color:#232C62;
font-weight:bold
}
#special-blau1 a:hover,
#special-blau1 a:active,
#special-blau1 a:focus {
text-decoration:none;
color:#990000;
font-weight:bold
} 
#special-blau2 {
   position:absolute;
   display:block;
   border:1px solid black;
   margin:2px;
   text-decoration:none;
   background-color:#C0DEEB;
   width:185px;
   margin-top:20px;
   right:-4px;
   padding-left:2px;
}
#special-blau2 a:link,
#special-blau2 a:visited {
text-decoration:underline;
color:#232C62;
font-weight:bold
}
#special-blau2 a:hover,
#special-blau2 a:active,
#special-blau2 a:focus {
text-decoration:none;
color:#990000;
font-weight:bold
} 

}
																																																					