/* 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:#FFFFFF;
    font-size: 10pt;
    font-family: Arial,Verdana,sans-serif,Helvetica,Geneva;
    margin: 10px;
  }

div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    width: 100%;
  }

/* Groesse und Position der DIV-Layer */
div#Kopfzeile { 
display:none;
	}
  
div#Navigation {
  display:none;
	}
  
	
div#Inhalt {
display;
  }
  
  
div#Fusszeile {
display:none;
 }

/* Schriftgroessen */
/* Ueberschriften */
h1 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom:12px;
	}

h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom:12px;
	}

h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom:12px;
	}

/* Text und Listen */
p,li,th,td {
	font-size: 10pt;
	line-height:16pt;
	}


/* Spezielle Klassen */
/* Fotos mit Text in einer Zeile */

.fotolinks {
	font-size:8pt;
	margin:0;
	}
.fotolinks img {
	float:left;
	margin-right:15px;
	}
.fotorechts {
	font-size:8pt;
	margin:0;
	}
.fotorechts img {
	float:right;
	margin-left:15px;
	}