/* Style Sheet www.hortensien-nrw.de Landwirtschaftskammer Nordrhein-Westfalen */
/* Farben */
/* Seitenhintergrund : #EDEDED; */
/* Navigation:         #E3CADF; */
/* Kopfzeile:          #E3CADF; */
/* Links normal:       #000080; */
/* Links hover:        #3366CC; */

/* Verweise sind blau und nicht unterstrichen */
a:link    { color: #000080; text-decoration: none; }
a:visited { color: #000080; text-decoration: none; }
a:hover   { color: #3366CC; text-decoration: underline; }
a:active  { color: #000080; text-decoration: none; }

body {
    color: black; background-color:#EDEDED;
    font-size: 100.01%;
    font-family: Arial,Verdana,sans-serif,Helvetica,Geneva;
    margin: 0; padding: 10px 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 95%;
    padding: 0;
	background-image:url(../grafik/hg.gif);
	background-repeat:y-repeat;
    border: 1px solid #000000;
  }

/* Groesse und Position der DIV-Layer */
div#Kopfzeile { 
	height:130px;
	background-image:url(../grafik/kopf.gif);
	background-repeat:no-repeat;
	background-position:right;
	}
  
div#Navigation {
    float: left;
	width: 255px;
    margin:0;
	padding: 0;
	}
  
div#Navigation ul  {
	list-style-type: none;
	padding: 0;
	margin:0;
	margin-left: 1em;
	}

/* Listensymbol als Hintergrundbild */
div#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;
	font-weight:bold;
	}
	
div#Inhalt {
    margin: 40px 10px 10px 260px;
    padding: 0 1em;
	background-color:#FFFFFF;
  }
  
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  
div#Fusszeile {
    clear: both;
	color: #E3CADF;
	font-size:0.1em;
	padding:0;
	margin:0;
 }

/* Schriftgroessen */
/* Ueberschriften */
h1 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom:12px;
	color: #A1287F;	
}

h2 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom:12px;
	}

h3 {
	font-size: 80%;
	font-weight: bold;
	margin-bottom:12px;
	}

/* Text und Listen */
p,li {
	font-size: 80%;
	line-height:160%;
	}

li li	{
	font-size: 100%;
	line-height:130%;
	}

/* Feste Schriftgroessen in Tabellenzellen, sonst unerwuenschte Effekte von <p> in Zellen */
th, td { 
font-size:10pt;
line-height:16pt;
 }

/* Spezielle Klassen */
/* Fotos mit Text in einer Zeile */

.fotolinks {
	font-size:100%;
	margin:0;
	}
.fotolinks img {
	float:left;
	margin-right:15px;
	}
.fotorechts {
	font-size:100%;
	margin:0;
	}
.fotorechts img {
	float:right;
	margin-left:15px;
	}