/* 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 Bildleiste */
/* Bilder koennen lokal ausgetauscht werden */

#bildlinks {
       position: absolute;
       left:0px;
       top:0px;
       width:250px;
       height:100px;
       background-image:url(../grafik/ghbeleuchtet.jpg);
       background-repeat:no-repeat;
       background-position:left bottom;
       border-right:1px solid #ffffff;
       }


#bildmitte {
	position : absolute;
	width:100%;
	height:100px;
	background-image:url(../grafik/tulpenefeu.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	}


#logo {
position: absolute;
right:0px;
top:0px;
width:250px;
border-left:1px solid #ffffff;
}
/* Topnavigation */
#topnavigation {
	position : absolute;
	top:100px;
	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:102px;
	left:75%;
	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 : 140px;
	left : 25px;
	}

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

/* 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 : 160px;
	padding-left : 250px;
	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;
	}
/* 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 1em;
	padding-left: 1.6em;
	margin: 0.6em 0;
	}

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

/* Fusszeile mit Top-Link */
#fuss {
	font-size: 80%;
	margin-left:250px;
	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-left: 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.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:200px;
	}

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

/* Textbox fuer Ueberschruft, Vorschaubild und Kurztext */
/* Für doctype strict: width:auto */
.textbox {
	padding:0;
	margin: 0 0 30px 0;
	background-color:#ffffff;
	width:100%;
	}

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

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

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