/* CSS-Datei Landwirtschaftskammer NRW */
/* Farben */
/* hellgrau:    #eeeeee */
/* hellgruen:   #F0F5E6 */
/* mittlegruen: #D3E9BD */
/* 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; }

/* Aussehen und Positionierung der einzelnen Layer */
body {
	padding :0;
	margin :0;
	background-image:url(../grafik/hg.gif);
	background-repeat:repeat-y;
	}

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

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


/* 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%;
	z-index:3;
	}
	
#suchfeld form {
	margin:0;
	padding:0;
	}
	
#suchfeld .suchen {
	width:150px;
	font-size:10px; 
	background-color: #ffffff;
	border:none;
	height:14px;
	}

/* Micronavigation */
#micronavigation {
	font-size: 70%;
	position: absolute;
	top : 120px;
	left : 25px;
	}

/* Navigation */
#navigation {
   	font-size: 80%;
	position: absolute;
	top : 195px;
	left : 25px;
	width : 190px;
	}

/* Navigation mit Listen-Bild */
/* Hier wird das normale Listenzeichen ausgeblendet */
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin-left: 1em;
	}

/* 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-image: url('../grafik/pfeilaktiv.gif');
	}

/* background-color: #D3E9BD; geht erst, wenn <ul>-Tags aus der Navigation weg sind */

/* 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 : 140px;
	padding-left : 260px;
	padding-right : 10%;
	}

#inhalt h1 {
	font-size: 105%;
	font-weight: bold;
	margin:15px 0 20px 0;
	line-height:120%;
	padding:0;
	}

#inhalt h2 {
	font-size: 90%;
	font-weight: bold;
	}

#inhalt h3 {
	font-size: 80%;
	font-weight: bold;
	}

#inhalt p {
	font-size: 80%;
	line-height : 150%;
	}
#inhalt dt {
	font-size: 80%;
	line-height : 150%;
	font-weight:bold;
	}

#inhalt dd {
	font-size: 80%;
	line-height : 150%;
	margin: 0 0 15px 0;
	}

#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%;
	}

#inhalt td {
	font-size: 80%;
	vertical-align:top;
	}

#inhalt td.text {
	line-height : 150%;
	font-size: 100%;	
	}

#inhalt th {
	font-size: 80%;
	font-weight: bold;
	vertical-align:top;
	background-color:#eeeeee;
	}
#inhalt tr {
	background-color:#ffffff;
	}

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

/* Abstand zum Rand fuer Vorschaubild */
#inhalt ul.einzug {
	list-style-type: none;
	padding-left: 85px;
	margin-top: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 0;
	padding-left: 1.6em;
	margin: 0.6em 0;
	}

/* Mehr Zeilenabstand bei Listen ohne Aufzaehlungszeichen */
#inhalt li.zeile {
	line-height : 200%;
	}


/* Besondere Formate für Hinweistexte */
/* Formularelemente */
#inhalt legend {
	font-weight:bold;
	letter-spacing:1px;	
	font-size: 80%;
	color: #cc0000;
	}

#inhalt fieldset {
	margin:0;
	padding:0 0 15px 10px;
	background-color: #F0F5E6;
	border:1px solid  #99CC99;
	}


/* Fusszeile mit Top-Link */
#fuss {
	font-size: 80%;
	margin-left:260px;
	margin-right:10%;
}

#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%;
	}

/* Infoboxen fuer Links oder kurze Texte */
#infobox {
	float: right;
	margin: 55px 0 20px 30px;
	padding: 0;
	width:200px;
	border:1px solid #99CC99;
	background-color: #F0F5E6;
	}

#infobox h3 {
	background-color: #D3E9BD;
	padding:4px 3px 3px 3px;
	border-bottom: 1px solid #99CC99;
	line-height:100%;
	margin: 0 0 8px 0;
	}

#infobox p {
    padding:0 10px 10px 10px;
	margin-top: 0px;
	}

#infobox ul {
	list-style-type: none;
	padding: 0;
	margin:0 0 0 0.6em;
	}

#infobox li {
	background-image: url('../grafik/pfeil.gif');
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 0.7em;
	margin: 0.4em 0;
	}
#infobox li.ueberschrift {
	font-weight:bold; 
	background-image: none;
	padding:0;
	margin:0.6em 0 0 0;
	}

/* Sitemap als formatierte Liste */
#sitemap {
   line-height: 20px;
   }
#sitemap li {
   margin: 0;
   list-style-type: none;
   }

#sitemap li li {
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
   }
#sitemap li li {
   background: url('../grafik/extm.gif')
               no-repeat
               0% 0%;
   }
#sitemap li.last {
   background: url('../grafik/exlm.gif')
               no-repeat
               0% 0%;
   }
#sitemap li a.abschnitt {
   line-height:15px;
   background:#eee;
   padding: 2px;
   border: 1px solid #c0c0c0;
   display:block;
   width:500px;
   margin: 0 0 0 -24px;
   }

#sitemap li ul {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
   }

 #sitemap li li ul {
   background: url('../grafik/exim.gif')
               repeat-y
			   0% 0%;
   }
#sitemap  ul.last {
   background-image: none;
   }

/* Klassen */

/* Foto rechtsbuendig mit Bildunterschrift, 200 x 150 Pixel */
/* Randabstand im Uhrzeigersinn:  top, right, bottom, left. */
/* Breitenangabe noetig, damit Bildunterschrift umbricht */
.foto {
	float: right;
	margin: 0 0 10px 10px;
	font-size:70%;
	line-height:140%;
	width:200px;
	}

/* Foto rechtsbuendig mit Bildunterschrift, 150 x 200 Pixel, kann später weg */
.fotohoch {
	float: right;
	margin: 0 0 10px 10px;
	font-size:70%;
	line-height:140%;
	width:150px;
	}

.foto img { border:0; }



/* Kleine Lupe wird bei Fotos übergeblendet, wenn eine Vergrößerung verfügbar ist */
a img.lupe {
	position: relative;
	margin-left:-25px;
	margin-bottom:5px;
	width:20px;
	height:20px;
	}

/* Textbox fuer Ueberschruft, Vorschaubild und Kurztext */
/* Für doctype strict: width:auto */
/* min-height fuer Firefox, da die Boxen sonst durch das floatende Vorschaubild geschachtelt werden */
.textbox {
	padding:0;
	margin: 0 0 30px 0;
	background-color:#ffffff;
	width:100%;
	min-height:75px;
	}

.textbox h3 {
	margin: 0 0 8px 0;
	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 {
	padding:2px;
	margin-bottom:8px;
	border:1px solid #c0c0c0;
	background-color:#eeeeee;
	}
	
.abstandrechts {
	margin-right:210px;
	}	

.abbildung {
	font-weight:bold;
	line-height:120%;
	padding:0;
	margin:0;
	}

/* Fuer Rahmen im Text */
.kasten {
	margin:0;
	padding:5px;
	background-color: #F0F5E6;
	border:1px solid #99CC99;	
	}


/* 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;
	}
/* Andere Farben fuer Tabellenzeilen */

.grau {
          background-color:#f6f6f6;
          }

.mittelgruen {
	  background-color:#D3E9BD;
	  }

.hellgrau  {
	  background-color:#EEEEEE;
	  }


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

/* Text wird ausgeblendet, ist für Suchmaschinen lesbar */
.suchworte {
	display:none; 
	}

/* Texte gering tiefer stellen */
sub 	{ 
	vertical-align: -10%;
	padding-left:1px;
}

/* Datum in Listen bekommt die gleiche Breite */
.datum {
	display:block;
   	float:left;
   	width:110px;
	}

/* Temp */
.fazit {
	background-color: #f3f3f3;	 
	width:100%; 
	margin-bottom:12px;   
	}

.fazit h3 {
	font-size: 80%;
	font-weight: bold;
	background-color: #E6E6E6;
	padding: 3px 3px 3px 10px;
	border-bottom: 1px solid #ffffff;
	line-height:120%;
	margin-top:0px;	
	margin-bottom:0px;
	}


.fazit p {
	margin: 0;
	padding: 2px 10px 10px 10px;
        }
