<!--
/* layout.css */
body {
 background-color: #ffffcc;
 font-family: Verdana,Helvetica,Arial,sans-serif;
 padding-left:0px;
 padding-top:0px;
 margin-left:0px;
 margin-top:0px;
 margin:0px;
 }
 
/* header-Bereich */
#bilderleiste {
 position: absolute;
 left: 420px;
 right:0px;
 top: 0px;
 width: 350px;
 height: 70px;
 border: 0px;
 padding-left:0px;
 padding-top:0px;
 z-index:2;
 }
#bogen {
 background-image:url(fileadmin/elemente/horizont2.gif);
 background-repeat:no-repeat;
 position:absolute;
 width:100%;
 left:0px;
 right:0px;
 top: 0px;
 padding-left:0px;
 padding-top:0px;
 margin-left:0px;
 margin-top:0px;
 z-index:0;
 }
/* Position des Logos */
#logo {
	position: absolute;
	left:21px;
	top:28px;
	width:150px;
	height: 150px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	z-index:2;
 }
#tagline {
	position: absolute;
	left: 160px;
	top: 75px;
	width: 700px;
	height: 40px;
	padding-left: 0px;
	padding-top: 0px;
	border: 0px;
	z-index:3;
 }
#subhead {
	position: absolute;
	left: 620px;
	top: 75px;
	height: 67px;
	padding-left: 0px;
	padding-top: 0px;
	border: 0px;
	z-index:4;
 }



/* content-Bereich */

#mittelspalte {
 background-color: #FFFFFF;
 background-image:url(fileadmin/farben/mh_weiss.gif);
 font-size:11pt; 
 font-style:normal;
 font-weight:normal; 
 color:#333399;
 line-height:14pt;
 position: absolute;
 left: 183px;
 top: 178px;
 /* width:56%; */
 width:568px;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 20px;
 padding-left: 20px;
 padding-top: 20px;
 padding-right:10px;
 border: 0px;
 overflow: visible;
 z-index:7;
 }
/* neue div _in_ der mittelspalte */
#oben{
 padding-top:20px;
 text-align:right;
 /*width:100%;*/
 }
#copyright{
 font-size:8pt;
 } 
#rechtespalte {
 background-color: #FFFFCC;
 background-image:url(fileadmin/farben/mh_gelb.gif);
 font-size: 9pt;
 font-style: normal;
 font-weight:normal; 
 color:#333399;
 line-height: 11pt;
 position: absolute;
 /* left: 77%; */
 left:770px;
 top: 178px;
/* width:20%; */
 width:200px;
 height: 100%;
 margin-left: 10px;
 margin-top: 0px;
 margin-right: 20px;
 padding-left:10px;
 padding-top:30px;
 padding-right:0px;
 z-index:7;
 border:0px;
 }
 
/* navigation.css */
/*  xxxxxxxxxxxxxxxxxxx Lokale Navigation: Liste xxxxxxxxxxxxxxxxxxxx */
/* Positionierung */
div#navigationlokal {
 background-color: #FFFFCC;
 position: absolute;
 left: -12px;
 top: 176px;
 width:185px;
 height: 100%;
 padding-left: 0px;
 padding-top: 0px;
 padding-right: 0px;
 border: 0px;
 z-index:6;
 }
.zeilenabstand{
 font-size:5px;
 }

ul {
 font-size:11pt; 
 font-style:normal;
 font-weight:normal; 
 color:#333399;
 line-height:14pt;
 list-style-image: url(fileadmin/elemente/mh_check_bull.gif);
 }

 ul#navigation {
    width: 185px;
    margin: 0px; 
    padding: 0px;
    border: 0px;
    background-color: #FFFFCC;
  }
  
/* die erste border der liste muss unsichtbar bleiben: */
  ul#navigation li.anfang {
    list-style-image: url(fileadmin/elemente/blaues_quadrat.gif);
 	background-color: transparent;
	list-style-position:outside;
	border-top: 0px solid;
	border-left: 0px;
	border-right: 0px;
	margin-top: 0px;
	margin-left: 29px; padding: 0px;
	margin-bottom: 2px;
	background-color: #FFFFCC;
	padding-top:1px;
  }
 
 /* dann folgen blaue trennlinien: */
 ul#navigation li {
    list-style-image: url(fileadmin/elemente/blaues_quadrat.gif);
 	background-color: transparent;
	list-style-position:outside;
	border-top: 0px solid;
	border-top-color: blue;
	border-left: 0px;
	border-right: 0px;
	margin-top: 0px;
	margin-left: 29px; padding: 0px;
	margin-bottom: 2px;
	background-color: #FFFFCC;
	padding-top:1px;
  }
 
  ul#navigation li ul {
    margin: 0px; padding: 0px;
    border: 0px;
    margin-left:18px;
    background-color: transparent;
    background-color: #FFFFCC;
  }
  
  /* und in der eingerÙckten liste graue trennlinien: */
  ul#navigation li ul li {
    list-style-image: url(fileadmin/elemente/graues_quadrat.gif);
 	background-color: transparent;
	list-style-position:outside;
	border-top: 0px solid;
	border-top-color: silver;
	border-left: 0px;
	border-right: 0px;
	margin-left: 0px; 
	padding: 0px;
	padding-top:1px;
	background-color: #FFFFCC;
  }
  
  ul#navigation a {
  	display:block;
  	font-size:9pt; 
 	font-style:normal;
 	line-height:12pt; 
 	color:#333399; 
 	word-spacing:0px;
 	text-decoration:none;
	margin-left: 0px; padding: 0px;
  }
 
  ul#navigation a:hover {
  	color:#990033;
 	text-decoration:none;
 	background-color:#FFFFFF;
    border-color: white;
  }
  
ul#navigation a:active {
   color:#990033;
   text-decoration:none;
   }

  li a.navigationlocalselected {
  	color:#990033;
 	text-decoration:none;
 	background-color:#FFFFFF;
    border-color: white;
  }

/* xxxxxxxxxxxxxxxxxxx Globale Navigation: Tabelle xxxxxxxxxxxxxxxxxxx */
div#navigationglobal {
 position: absolute;
 left: -1px;
 right:-10px;
 top: 158px;
 width:100%;
 height: 22px;
 margin: 0px;
 padding-left: 0px;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 z-index:7;
 }  
table.navigationglobal{
 margin:0px;
 padding:0px;
 width:100%;
 border-spacing:0px;
 border-bottom: 1px solid #333399;
 }
 td.selected{
 background-color: #FF3300;
 border-top: 1px solid #333399;
 border-right: 1px solid #FF3300;
 color:#990033;
 height:15px;
 margin:0px;
 padding:-1px;
 vertical-align: middle;
 width:15px;
 }
td.navigationglobalselected{
 background-color: #FFFFFF;
 border-top: 1px solid #333399;
 color:#990033;
 font-size:11px; 
 font-style:normal; 
 height: 15px;
 margin:0px;
 padding:2px;
 vertical-align: middle;
 width:165px;
 }
td.navigationglobaloff{
 background-color: #FFFFCC;
 border-left: 1px solid #333399;
 color: #FFFFCC;
 height:15px;
 padding-left:8px;
 padding-right:4px;
 vertical-align: middle;
 white-space:nowrap;
 }
td.navigationglobalon{
 background-color: #FFFFFF;
 border-top: 1px solid #333399;
 border-left: 1px solid #333399;
 height: 15px;
 padding-left:8px;
 padding-right:4px;
 vertical-align: middle;
 }
 td.navigationglobalonend{
 background-color: #FFFFFF;
 border-top: 1px solid #333399;
 border-left: 1px solid #333399;
 border-right: 1px solid #333399;
 height:15px;
 padding-left:8px;
 padding-right:4px;
 vertical-align: middle;
 /*white-space:nowrap;*/
 }
td.navigationglobalspace{
 border-left: 0px;
 background-color: #FFFFCC;
 height:15px;
 width: 100%;
 }
a.navigationglobal{ 
 font-size:11px; 
 font-style:normal; 
 color:#333399;
 line-height:13px; 
 word-spacing:0px;
 border-style:none;
 text-decoration:none;
 }
a:hover.navigationglobal{ 
 text-decoration:underline;
 }
a:active.navigationglobal{ 
 color:#ffffff;
 }
a.navigationglobaloff{
 background-color: #FFFFCC;
 color: #FFFFCC;
 font-size:11px; 
 font-style:normal; 
 line-height:13px; 
 word-spacing:0px;
 border-style:none;
 text-decoration:none;
 }
 
/* fontstyles.css */
body {
 font-family:verdana,arial,helvetica,Sans-Serif;
 }
h1 { 
 font-size:20pt; 
 line-height:20pt;
 font-style:normal; 
 font-weight:normal;
 color:#333399; 
 word-spacing:0pt;
 padding-left:0px; 
 }
h2 { 
 font-size:16pt;
 line-height:18pt; 
 font-style:normal; 
 font-weight:normal;
 color:#333399; 
 word-spacing:0pt;
 background-color:#ffffff;
 border-style:solid;
 border-top-width:0px;
 border-left-width:10px;
 border-right-width:2px;
 border-bottom-width:1px;
 border-top-color:#ffffcc;
 border-left-color:#ffff66;
 border-right-color:#ffffff;
 border-bottom-color:#ffffff;
 display:block;
 word-spacing:0pt;
 padding-top:2px;
 padding-left:10px;
 padding-bottom:3px;  
 }
h3 { 
 font-size:14pt;
 line-height:16pt; 
 font-style:normal; 
 font-weight:normal;
 color:#333399;
 background-color:#ffffcc;
 border-style:solid;
 border-top-width:0px;
 border-left-width:8px;
 border-right-width:2px;
 border-bottom-width:1px;
 border-top-color:#ffffcc;
 border-left-color:#333399;
 border-right-color:#ffffcc;
 border-bottom-color:#333399;
 display:block;
 word-spacing:0pt;
 padding-top:2px;
 padding-left:10px;
 padding-bottom:3px;  
 } 
h4 {  
 font-size:11pt; 
 font-style:normal; 
 font-weight:bold;
 color:#333399;
 background-color:#ffffff;
 border-style:solid;
 border-top-width:0px;
 border-left-width:4px;
 border-right-width:0px;
 border-bottom-width:0px;
 border-top-color:#ffffff;
 border-left-color:#cccc66;
 border-right-color:#ffffff;
 border-bottom-color:#ffffff;
 word-spacing:0pt;
 padding-left:6px;  
 } 
h5 {  
 font-size:11pt; 
 font-style:normal; 
 font-weight:bold;
 color:#333399;
 word-spacing:0pt;
 padding-left:0px;  
 } 
p.fliesstext { 
 font-size:10pt; 
 font-style:normal;
 font-weight:normal; 
 color:#333399;
 line-height:14pt;
 }
span.formtext { 
 font-size:10pt; 
 font-style:normal;
 font-weight:normal; 
 color:#333399;
 line-height:14pt;
 }
p.bildtext { 
 font-size:9pt; 
 font-style:normal;
 font-weight:normal; 
 color:#333399;
 line-height:13pt;
 padding-right:10px;
 }
.bildtext { 
 font-size:9pt; 
 font-style:normal;
 font-weight:normal; 
 color:#333399;
 line-height:13pt;
 padding-right:10px;
 }
.tabelle { 
 font-size:11pt; 
 font-style:normal;
 font-weight:normal; 
 color:#333399;
 line-height:14pt;
 padding-left:0px;
 }
.tabelle b { 
 font-size:11pt; 
 font-style:normal;
 font-weight:bold; 
 color:#333399;
 line-height:14pt;
 }
.tabelle em { 
 font-size:11pt; 
 font-style:normal;
 font-weight:bold; 
 color:#333333;
 line-height:14pt;
 }

th { 
 font-size:11pt; 
 font-style:normal;
 font-weight: normal; 
 color:#333333;
 line-height:14pt;
 }



a { 
 font-size:9pt; 
 font-style:normal; 
 font-weight:normal;
 color:#333399;
 line-height:14pt; 
 word-spacing:0px;
 border-style:none;
 text-decoration:none;
 }
a:hover { 
 text-decoration:underline;
 }
a:active { 
 color:#999999;
 }


table.imgtext-nowrap {
 width:100%;
 font-family:verdana,arial,helvetica,Sans-Serif;
 font-size:11pt; 
 font-style:normal;
 font-weight:normal; 
 color:#333399;
 line-height:14pt;
 border-style:solid;
 border-top-width:8px;
 border-left-width:0px;
 border-right-width:0px;
 border-bottom-width:0px;
 border-top-color:#ffff99;
 border-left-color:#ffffff;
 border-right-color:#ffffff;
 border-bottom-color:#ffffff;
 margin-top:10px;
 }

table.imgtext-nowrap td {
vertical-align:top;
padding-top:9px;
}

a.amap{ 
 font-size:11pt; 
 font-style:normal; 
 font-weight:bold;
 color:#333399;
 line-height:14pt; 
 word-spacing:0px;
 border-style:none;
 text-decoration:none;
 }
a:hover.amap{ 
 text-decoration:underline;
 }
a:active.amap{ 
 color:#999999;
 }


a.bmap{ 
 font-size:11pt; 
 font-style:normal; 
 font-weight:normal;
 color:#333399;
 line-height:14pt; 
 word-spacing:0px;
 border-style:none;
 text-decoration:none;
 }
a:hover.bmap{ 
 text-decoration:underline;
 }
a:active.bmap{ 
 color:#999999;
 }


a.cmap{ 
 font-size:10pt; 
 font-style:normal; 
 font-weight:normal;
 color:#333399;
 line-height:14pt; 
 word-spacing:0px;
 border-style:none;
 text-decoration:none;
 }
a:hover.cmap{ 
 text-decoration:underline;
 }
a:active.cmap{ 
 color:#999999;
 }


a.klickpfad{ 
 font-size:9pt; 
 font-style:normal; 
 font-weight:normal;
 color:#333399;
 line-height:11pt; 
 word-spacing:0px;
 border-style:none;
 text-decoration:none;
 }
a:hover.klickpfad{ 
 text-decoration:underline;
 }
a:active.klickpfad{ 
 color:#999999;
 }
 
a.zucontilia{ 
 font-family:Times,Times New Roman,Serif;
 font-size:12pt; 
 font-style:normal;
 font-weight:normal; 
 color:#333399;
 line-height:10pt;
 word-spacing:0px;
 border-style:none;
 text-decoration:none;
 }
a:hover.zucontilia{ 
 text-decoration:none;
  border-style:none;
  color:#999999;
 }
a:active.zucontilia{ 
 text-decoration:none;
  border-style:none;
 color:#999999;
 }