body {
	background-color:#FFFFFF;
	margin-top:10px;
	font-family:verdana,sans-serif
	}

p {
	font-size:12px;
	color:#000000;
	line-height:18px;
	}

.normal {
	font-size:11px;
	color:#000000;
	line-height:16px;
	}
		
.grau {
	font-size:11px;
	color:#666666;
	line-height:16px;
	}

.klein {
	font-size:11px;
	color:#333333;
	padding:0.5em;
	}

.klein2 {
	font-size:11px;
	color:#333333;
	}
	
.pflanzentitel {
	font-size:18px;
	color:#FFFFFF;
	}	
	
h1 {
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
	line-height:8px;
	}
	
h2 {
	font-size:14px;
	color:#666666;
	}

ul#Navigation {
	font-size:12px;
    width:180px;
    margin:0em; padding: 0em;
	background-color:#C2CADA;
	border-bottom: 1px solid white;
	}
	
* html ul#Navigation {  /* Korrekturen fuer IE 5.x */
	width:11.6em;
    w\idth:10em;
    padding-left:0em;
    padd\ing-left:0em;
	}
	
ul#Navigation li {
    list-style:none;
    margin:0em; padding:0em;
	}

ul#Navigation a, ul#Navigation span {
    display:block;
    border-top:1px solid white;
    padding:0.3em;
    text-decoration: none;
    color:#000000; background-color:#C2CADA;
	}
	
* html ul#Navigation a, ul#Navigation span {  /* Breitenangaben nur fuer IE */
    width:100%;
    w\idth:14.3em;
	}
	
ul#Navigation a:hover, ul#Navigation span {
    color: white;
    background-color:#6B8F82;
	}
  
a.gruenlink {
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	}
	
a.gruenlink:link, a.gruenlink:visitied {
	color:#999999;
	}
	
a.gruenlink:hover {
	color:#6B8F82;
  	}
  	
a.gruenlink2 {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	}
	
a.gruenlink2:link, a.gruenlink2:visitied {
	color:#000000;
	}
	
a.gruenlink2:hover {
	color:#6B8F82;
  	}
