/* CSS-Datei */
/* Farben */
/* hellgrau:      #eeeeee */
/* hellgruen:     #F0F5E6 */
/* mittlegruen:   #D3E9BD */
/* gruen topnavi: #009F47 */
/* champagner:    #FDF0CA */
/* dunkelrot:    #CC0000 */
/* Normale Verweise sind gruen und nicht unterstrichen */
a:link    { color: #006633; text-decoration: none; }
a:visited { color: #006633; text-decoration: none; }
a:hover   { color: #009900; text-decoration: underline; }
a:active  { color: #009900; text-decoration: none; }

/* Suche starten */
a.starten:link    { color: #cc0000; text-decoration: none; font-weight:bold; }
a.starten:visited { color: #cc0000; text-decoration: none;  font-weight:bold; }
a.starten:hover   { color: #ff3300; text-decoration: underline;  font-weight:bold; }
a.starten:active  { color: #ff3300; text-decoration: none;  font-weight:bold; }

/* Aussehen und Positionierung der einzelnen Layer */
body {
	padding :0;
	margin :0;
	background-image:url(../grafik/hgc.gif);
	background-repeat:y-repeat;
	}

/* Schriftart festlegen, Schriftgroessen bei den einzelnen Elementen */
div,h1,h2,h3,h4,p,li,dt,dd,td,th {
	font-family: Arial,Verdana,sans-serif,Helvetica,Geneva;
	}

/* Positionierung Logo */
#logo {
	position : absolute;
	width:100%;
	height:80px;
	right:0px;
	text-align:right;
	z-index : 50;
  	background-image:url(../grafik/landschaft.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
#imagebilder {
position : absolute;
left:0px;
height:80px;
z-index : 51;
}

/* Topnavigation */
#topnavigation {
	position : absolute;
	top:80px;
	height:26px;
	width:100%;
	font-size:65%;
	text-transform:uppercase; 
    letter-spacing:1px;
	color:#ffffff;
	line-height:200%;
	background-image:url(../grafik/leiste.gif);
    background-repeat:x-repeat;
	}	

/* Weisse Schrift in der oberen Navigation */
#topnavigation a {
	color:#ffffff;
	}
/* Suchen-Box;  right: wird von 4er-Browsern nicht unterstuetzt */
#suchfeld {
	position:absolute;
	top:82px;
	left:74%;
	height:24px;	
	z-index:3;
	}
	
#suchfeld form {
	margin:0;
	}
	
#suchfeld .suchen {
	width:150px;
	height:14px;
	font-size:8pt; 
	background-color: #ffffff;
	border:none;
	}

/* Micronavigation */
#micronavigation {
	font-size: 70%;
	position: absolute;
	top : 130px;
	left : 25px;
	}

/* Navigation */
#navigation {
   	font-size: 80%;
	position: absolute;
	top : 130px;
	left : 5px;
	width : 205px;
	}

/* Navigation mit Listen-Bild */
/* Hier wird das normale Listenzeichen ausgeblendet */
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0.8em;
	}

/* Listensymbol als Hintergrundbild */
#navigation li {
	background-image: url('../grafik/pfeil.gif');
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 0.7em;
	margin: 0.6em 0;
	}
#navigation li.aktiv {
	background-color:  #FDF0CA ;
	}

/* Dem ersten UL-Tag kann ein farbiger Rahmen zugewiesen werden */
 
#navigation .rahmen {
	margin:0;
	padding:5px;
	background-color: #F0F5E6;
	border:1px solid #99CC99;	
	}

/* Positionierung Inhalt; Abstand links: 250px, rechts 10% */
#inhalt {
	padding-top :135px;
	padding-left : 250px;
	padding-right : 5%;
	}

#inhalt h1 {
	font-size: 105%;
	font-weight: bold;
	margin-top:0px;	
	margin-bottom:12px;
	}

#inhalt h2 {
	font-size: 90%;
	font-weight: bold;
	margin-top:0px;	
	margin-bottom:12px;
	}

#inhalt h3 {
	font-size: 80%;
	font-weight: bold;
	margin-top:0px;	
	margin-bottom:12px;
	}

#inhalt p {
	font-size: 80%;
	line-height : 150%;
	}
#inhalt dt {
	font-size: 80%;
	line-height : 150%;
	}

#inhalt dd {
	font-size: 80%;
	line-height : 150%;
	}

#inhalt small {
	font-size: 90%;
	line-height : 150%;
	}
#inhalt ul {
	list-style-type: disc;
	}

#inhalt li {
	font-size: 80%;
	line-height : 150%;
	}
#inhalt li li {
	font-size: 100%;
	line-height : 150%;
	}
#inhalt li li li {
	font-size: 100%;
	line-height : 150%;
	}
#inhalt li li li li {
	font-size: 100%;
	line-height : 150%;
	}
#inhalt li li li li li {
	font-size: 100%;
	line-height : 150%;
	}
/* Schrift wird in Tabellen absolut festgelegt, sonst kann es zu unterschiedlichen
   Schriftgroessen kommen, wenn HTML-Tags mit in den Tabellenzellen stehen */
#inhalt td {
	font-size: 10pt;
	vertical-align:top;
	}

#inhalt td.text {
	line-height : 150%;
	}

#inhalt th {
	font-size: 10pt;
	font-weight: bold;
	vertical-align:top;
	text-align:left;
	padding-top:10px;
	}
#inhalt table h3 {
 font-size:100%;
 }
#inhalt table p {
 font-size:100%;
 }
 #inhalt table li {
 font-size:100%;
 }
	
/* Form-Tag erzeugt keinen eigenen Block */
#inhalt form {
	display: inline;
	}

/* Standard-Aufzaehlungszeichen entfernen, wenn besondere Formate zugewiesen werden */
#inhalt ul.ohne {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	}
/* Liste mit gruenem Quadrat als Aufzaehlungszeichen */
#inhalt li.punkt {
	background-image: url('../grafik/punkt.gif');
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: 1.4em;
	margin: 0.6em 0;
	}

/* Liste mit gruenem Pfeil, für Linklisten */
#inhalt li.pfeil {
	background-image: url('../grafik/pfeil.gif');
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: 0.7em;
	margin: 0.6em 0;
	}

/* Liste mit Artikel-Icon, für Pressemeldungen */
#inhalt li.artikel {
	background-image: url('../grafik/artikelicon.gif');
	background-repeat: no-repeat;
	background-position: 0 1;
	padding-left: 1.6em;
	margin: 0.6em 0;
	}
/* Formularelemente */
#inhalt fieldset {
	margin:0;
	margin-top:20px;
	padding:0 0 15px 10px;
	background-color:#FDF0CA;
	border:1px solid  #009F47;
}
#inhalt legend {
	font-weight:bold;
	font-size: 80%;
    }

/* Fusszeile mit Top-Link */
#fuss {
	font-size: 80%;
	margin-left:250px;
	margin-right:5%;
}

#fuss ul {
	list-style-type: none;
	margin-left: 0em;
	padding: 20px 0;
	border-bottom: 1px solid #006633;	
	}

#fuss .links {
	float: left;
	}

#fuss .rechts {
	float: right;
	}

#fuss p {
	font-size: 80%;
	line-height : 150%;
	margin:0;
	}

/* Infoboxen fuer Links oder kurze Texte */
#infobox {
	float: right;
	margin: 5px 0px 20px 30px;
	padding: 0px;
	line-height:150%;
	width:250px;
	border:1px solid #009F47;
	background-color: #ffffff;
	z-index:50;
	}

#infobox h3 {
	background-color: #009F47;
	color:#ffffff;
	padding:3px 10px 3px 10px;
	line-height:120%;
	margin-top:0px;	
	margin-bottom:3px;
	}

#infobox p {
    padding:3px 10px 0px 10px;
	margin:0;
	}
#infobox form {
	margin:0;
	}
#infobox .auswahl {
	font-size:11px; 
	background-color: #ffffff;
	margin-top:8px;
	width:130px;
	}
#infobox .los {
	font-size:8pt; 
	margin-top:10px;
	margin-left:71px;
	}
	
#infobox ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0.6em;
	margin-top:0;
	}
	
#infobox li {
	background-image: url('../grafik/pfeil.gif');
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 0.7em;
	margin: 0.6em 0;
	}

/* Klassen */

/* Foto rechtsbuendig mit Bildunterschrift, 200 x 150 Pixel */
/* Randabstand im Uhrzeigersinn:  top, right, bottom, left. */
/* Breitenangabe noetig wegen Bildunterschrift */
.foto {
	float: right;
	margin: 0 0 10px 10px;
	font-size:70%;
	line-height:140%;
	width:245px;
	}

/* Foto rechtsbuendig mit Bildunterschrift, 150 x 200 Pixel */
.fotohoch {
	float: right;
	margin: 0 0 10px 10px;
	font-size:70%;
	line-height:140%;
	width:200px;
	}

/* Textbox fuer Ueberschruft, Vorschaubild und Kurztext */
.textbox {
	margin-bottom:30px;
	background-color:#ffffff;
	width:100%;
	}

.textbox h3 {
	margin-bottom:8px;
	padding:2px;
	border:1px solid #c0c0c0;
	background-color:#eeeeee;
	}

.textbox p {
	margin-top: 0px;
	}

.vorschaubild {
	float:left;
	margin-right: 10px;
	}

.bilderleiste {
	float: right;
	margin: 0 0 10px 10px;
}

/* Fuer Ueberschriften */
.betont {
	color: #006633;
	}

/* Textformat fuer Rubrikbezeichnung Pressemeldungen */
.rubrik  { text-transform:uppercase; font-weight:bold; } 

/* Fuer horizontale Linien, z.B. auf der Suchergebnis-Seite */
.linie { 
	height:1px;
	color:#006633;
	}

.schriftrot {
	color:#cc0000;
	}

/* Tabellen werden in einen div-Container gekappselt, */
/* da sie sonst evtl. rechts aus dem Bildschirm ragen */

.tabelle {
	width:100%
	}


	
/* Hebt float:left bzw. float:right wieder auf, bei Fotos wichtig */
.clear {   
	clear: both;
	}

/* Text wird am Bildschirm ausgeblendet, aber gedruckt */
.nurdrucken { 
	display:none; 
	}