﻿body { 
    position:absolute;
    font-style:normal; font-variant:normal; font-weight:normal; font-size:0.95em; font-family: Arial, Helvetica, sans-serif; color:#003300
}
p	{
	margin-top:6px; margin-bottom:6px
}
html, body { 
	background: #DCDCDC url("images/repeater.jpg") repeat-y top left;
    top:-10px; left:0; right:0;
    min-height:100%;
    margin:0;
    padding:0;
    width:100%;
}
#header_container {
    position:fixed;
    top:0;
    left:0;
    right:0;
    text-align:left;
    margin:0;
    height:135px;
    z-index:9;
}
#header {
	position:absolute;
    background: url("images/header.jpg") repeat-x top left;
    top:0; left:0; right:0; bottom:0;
    height:132px;
    z-index:9;
    margin:0;
    padding:0;
    border:none;
}
#menu {
    position:fixed;
    top:140px;
    left:5px;
    overflow: hidden;
    width:10.5em;
    height: 420px;
    padding:0;
    display:block;
    z-index:3;
}
#hmenu {
    position:fixed;
    overflow: hidden;
    top:108px;
    left:0;
    width:900px;
    max-height: 1.2em;
    font-size: 12pt;
    padding:0;
    display:block;
    z-index:10;
}
#content {
	background-attachment: fixed;
    margin:220px 0 4px 0px;
    padding-top:0;
    padding-left:200px;
    padding-bottom:0em;
    z-index:0;
}
#startcont {
	background-attachment: fixed;
    margin:160px 0 4px 0px;
    padding-top:0;
    padding-left:200px;
    padding-bottom:0em;
    z-index:0;
}
#box {
	position: relative;
	top: 0; 
	left: 0; 
	width: 790px; 
	height: 100px; 
	z-index: 1;
}
#title{
	position: absolute;
	top: 160px; 
	left: 200px; 
	width: 300px; 
	height: 40px; 
	z-index: 0;
}
#footer_container {
    position:fixed;
    bottom:0; left:0; right:0;
    text-align:center;
    margin:0;
    height:24px;
    z-index:3;
}
#footer {
    position:absolute;
    background: url("images/footer.jpg") repeat-x bottom left;
    top:0; left:0; right:0; bottom:0;
    z-index:3;
}
.spamcheck {
	visibility: hidden;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Nur f&uuml;r den MSIE */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* html, * html body {
    overflow:hidden;
    bottom:0;
    height:100%;
}
* html #header_container, * html #footer_container {
    position:absolute;
    width:100%;
    margin: 0 0 0 0;
    padding:0 16px 0 0;
}
* html #menu {
    position:absolute;
    top:160px;
}
* html #hmenu {
    position:absolute;
}
* html #header, html #footer {
    height:100%;
    position:static;
}
* html #content {
    position:absolute;
    top:215px; bottom: 0px; left:0; right:0;
    height:expression(document.all.DieseDatei.offsetHeight-220);
    width:100%;
    overflow:auto;
    margin:0;
}
* html #startcont {
    position:absolute;
    top:145px; bottom: 0px; left:0px; right:0;
    height:expression(document.all.DieseDatei.offsetHeight-180);
    width:100%;
    overflow:auto;
    margin:0;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* browser&uuml;bergreifenden Deklarationen */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*---------------horizontale Hauptnavigation----------------------------*/
#menu li {
    list-style: none;
    margin:0;
    padding:0.1em;
    color: white;
}
#menu A {
   display: block;
   font: normal 1em sans-serif;
   text-decoration: none;
   color: #ffffff;
   background-color: #999999;
   padding: 4px 3px 2px 5px;
   border: 1px inset #CCCCCC;
   border-color: #000000 #CCCCCC #CCCCCC #000000;
}
#menu A:link{
   color: #ffffff;
   background-color: #666666;
   padding: 3px 4px;
   border: 1px solid #CCCCCC;
   border-color: #CCCCCC #000000 #000000 #CCCCCC;  
}
#menu A:visited{
   color: #ffffff;
   background-color: #808080;
   padding: 3px 4px;
   border: 1px solid #CCCCCC;
   border-color: #CCCCCC #000000 #000000 #CCCCCC;  
}
#menu A:hover{
   color: #ffffff;
   background-color: #999999;
   padding: 4px 3px 2px 5px;
   border: 1px inset #CCCCCC;
   border-color: #000000 #CCCCCC #CCCCCC #000000;
}
/*---------------vertikale Navigation----------------------------*/
ul#hmenu{
  width: 950px;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#hmenu li{
  margin: 0;
  padding: 0;
  text-align:center;
  float: left;
}
ul#hmenu li a{
  display: block;
  width: 160px;
  height: 18px;
  border: 1px solid #CCCCCC;
  padding-top: 2px;
  text-decoration: none;
  color: black;
  font: bold 0.8em sans-serif;
}
ul#hmenu li a:hover{ 
  background-color: #99CC66;
}
/*---------------Zeichenformate----------------------------*/
table { font-size: 0.95em
}
h1{ 
	border-top:2px solid #009933; 
	border-bottom: 2px solid #009933;  
	font-weight: bold; 
	font-size: 0.95em;
	margin-left: 0; 
	margin-right: 0
    border-left-width:0; 
    border-right-width:0; 
    background-color:#999999; 
    color:#FFFFFF
}
h2{ 
	border-bottom:2px solid #008000; 
	font-weight: bold; 
	font-size: 0.95em;
	color: #000000; border-left-width:1px; border-right-width:1px; margin-top:0; margin-bottom:6px
}
h3{ 
	font-weight: bold; 
	font-size: 0.95em;
	color: #000000; border-left-width:1px; border-right-width:1px; margin-top:12px; margin-bottom:6px 
}
a:link{ 
	color: #008000;
	text-decoration: none; 
}
a:visited{ 
	color: #FF0000;
	text-decoration: none 
}
a:hover{ 
	color: #FFFFFF;
	text-decoration: none  
}
/* Der IE soll das Element breiter darstellen, da margin
   und padding hier von der Breite abgezogen werden! */

* html #menu {
    margin:0;
    width:10.5em;
}
.beschreibung { 
	color: #FFFFFF;
	background-color: #000000;
	display: block
}
.bereich {
 position: absolute;
 text-align: left
}
/*---------------Seitenspezifische Formate----------------------------*/
/* Hintergrundbild "Hessenumring setzen */
.map {padding:0; list-style-type:none; background: url("images/hessenumring.gif"); width:450px; height:649px; margin:10px 225px 0 170px; position:relative; z-index:0;}
.map li {list-style-image:url("../projekte/projekt1.gif"); }
/* beschreibenden Text definieren */
.map li a {text-indent:0; width:250px; height:15px; position:absolute; line-height:15px; background: #fff}
/* make the images and description invisible and an absolute position so that it does not take up any space */
.map li a em {visibility:hidden; position:absolute; z-index:1000;}
/* position the square markers */
.map li a.p1 {top:520px; left:150px;}	/* Ried und Sand */
.map li a.p2 {top:385px; left:185px;}	/* Auenprojekt Niederwiesen */
.map li a.p3 {top:75px; left:300px;}	/* &Ouml;kolandbau Farnkenhausen */
.map li a.p4 {top:150px; left:370px;}
.map li a.p5 {top:80px; left:200px;}

/* Format Projektname-Text bei hover */
.map li a:hover {background: transparent; text-indent:0; height:15px; color:#fff; line-height:15px; padding:0; width:200px;}
/* hack for IE5.x */
* html .map li a:hover {width:200px; height:1.5em; w\idth:200px; he\ight:1.2em;}

/* beschreibenden Text anzeigen, size und position */
.map li a:hover em {visibility:visible; font-size: 0.8em; margin-left:5px; background:#fff; border:1px solid #008000; width:163px; color:#003300; padding:5px; top:-135px;}
/* hack for IE5.x */
* html .map li a:hover em {width:200px; w\idth:150px;}

/* Bild: border und margin */
.map li a:hover em img {border:1px solid #000; display:block; margin-bottom:5px;}
/* style the empty span (I know it's not semantically correct) into an arrow point */
.map li a:hover em span {display:block; width:0; height:0; overflow:hidden; position:absolute;}
/* hack for IE5.x */
* html .map li a:hover em span {width:30px; height:30px; w\idth:0; he\ight:0;}


