/* CSS-Datei */
/* 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 :10px;
	}

/* Schriftart festlegen, Schriftgroessen bei den einzelnen Elementen */
div,h1,h2,h3,h4,p,li,dt,dd,td,th,legend {
	font-family: Arial,Verdana,sans-serif,Helvetica,Geneva;
	}
/* Positionierung Inhalt; Abstand links: 250px, rechts 10% */

h1 {
	font-size: 105%;
	font-weight: bold;
	}

h2 {
	font-size: 90%;
	font-weight: bold;
	}

h3 {
	font-size: 80%;
	font-weight: bold;
	}

p {
	font-size: 80%;
	line-height : 150%;
	}
dt {
	font-size: 80%;
	line-height : 150%;
	}

dd {
	font-size: 80%;
	line-height : 150%;
	}

small {
	font-size: 90%;
	line-height : 150%;
	}
ul {
	list-style-type: disc;
	}

li {
	font-size: 80%;
	line-height : 150%;
	}
li li {
	font-size: 100%;
	line-height : 150%;
	}
li li li {
	font-size: 100%;
	line-height : 150%;
	}
li li li li {
	font-size: 100%;
	line-height : 150%;
	}
li li li li li {
	font-size: 100%;
	line-height : 150%;
	}

td {
	font-size: 10pt;
	vertical-align:top;
	}
td p {
	font-size: 10pt;
	}
th {
	font-size: 80%;
	font-weight: bold;
	vertical-align:top;
	background-color:#eeeeee;
	}
tr {background-color:#ffffff;}
/* Form-Tag erzeugt keinen eigenen Block */
form {
	display: inline;
	}


/* Standard-Aufzaehlungszeichen entfernen, wenn besondere Formate zugewiesen werden */
ul.ohne {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	}
/* Liste mit gruenem Quadrat als Aufzaehlungszeichen */
li.punkt {
	background-image: url('http://www.landwirtschaftskammer.de/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&uuml;r Linklisten */
li.pfeil {
	background-image: url('http://www.landwirtschaftskammer.de/grafik/pfeil.gif');
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: 0.7em;
	margin: 0.6em 0;
	}

/* 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 {
	padding:2px;
	margin-bottom:8px;
	border:1px solid #c0c0c0;
	background-color:#eeeeee;
	}
/* Fuer Rahmen im Text */
.kasten {
	margin:0;
	padding:5px;
	background-color: #F0F5E6;
	border:1px solid #99CC99;	
	}
	

/* Fuer horizontale Linien, z.B. auf der Suchergebnis-Seite */
.linie { 
	height:1px;
	color:#006633;
	}

.schriftrot {
	color:#cc0000;
	}
.klein {
	font-size:70%;
}
.klein90 {
        font-size:90%;
}
.klein85 {
        font-size:85%;
}
/* Andere Farben fuer Tabellenzellen */

.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%
	}
