
body {
	background-image: url(../images/wiese.gif);}
	
#wrapper {	
	width: 950px;
	margin:auto;
	background-image: url(../images/white75.png);
	margin:auto;
	}

#header {
	width: 940px;
	height: 260px;
	background-image: url(../images/bg_gruen.png);
	margin-left:5px;
	padding-top: 5px;
	padding-bottom:5px;}
	
#content {
	width: 930px;
	
	padding-top:20px;
	}
	
a {color: #ff9900;text-decoration:none;}
	
#header h1  {
	font-size: 65px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	margin-left:60px;
	margin-right:60px;
}
	
.clearer {
	clear: both;
}
#navi {
	margin-left:10px;
	width:940px;
	background-color:#354f00;
	height:24px;
	margin-top:-16px;
	margin-left: 5px;
	padding-bottom: 7px;
	}
#text {
	float: left;
	width:710px;
	padding-left:20px;
	
}
#navi ul {
	list-style-type: none;
	background-color:#354f00;}

#navi ul li {
	float: left;
	margin-left:15px;
	margin-right: 30px;
	
	font-size: larger;
	font-weight: bold;
}

#navi li a {
	font-size: larger;
	font-weight: bold;
	color: white;
	text-decoration: none;}

#navi li a:hover {
	color:#ff9900;
	text-decoration: none;
}

#navi #active a {
	color: #ff9900;
}
#text ul {
	list-style-type: none;
}
table {
	margin-top: 10px;
	margin-left: 50px;
	}        

#text #infobox2 {
	width:300px;
	background-image: url(../images/bg_gruen.png);
	padding-top:10px;
	padding-bottom: 10px;
}
#text #infobox2 li {
	list-style-type: circle;
}
#text #infobox {
	width:160px;
	background-image: url(../images/bg_gruen.png);
	padding-top:10px;
	padding-bottom: 10px;
}
#text #infobox li {
	list-style-type: circle;
}

#text a {
	text-decoration: underline;
}

#text a:hover {
	text-decoration: none;
	color: black;
}
#footer {
	padding-right: 15px;
	padding-bottom:-10px;
	width:940px;
	height:50px;
}
table#fun {
	float: left;
}

div#Tmenu {
    font-size: 75%;
    width: 938px;
    padding: 0.8em;
    border: 1px solid white;
    background-color: #eee;
  }
  * html div#Tmenu {
    width: 900px;
    w\idth: 38em;  /* IE 6 in standards-compliant mode */
  }
  div#Tmenu div {
    clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0.4em; padding: 0;
  }
  * html ul#Navigation li {
    margin-bottom: -0.4em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.8em; left: -0.4em;
  }
  * html ul#Navigation li ul {
    left: -1.5em;
    lef\t: -0.4em;
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-top: 0.2em; margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    30px;
    font-family: "Trebuchet MS", "Century Gothic", Helvetica, Arial, sans-serif;
    text-decoration: none; font-weight: bold;
    padding: 0.23em 0.97em 0.17em 1.03em;
    border: 1px solid #600;
    border-left-color: #ea0; border-top-color: #ea0;
    color: white; background-color: #c00;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 9.2em;
    w\idth: 7em;  /* IE 6 in standards-compliant mode */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell:hover {
    padding: 0.17em 1.03em 0.23em 0.97em;
    border-color: #ea0;
    border-left-color: #900; border-top-color: #900;
    background-color: #e00;
  }
  ul#Navigation li ul a:hover {
    border-color: #900;
  }
  li a#aktuell {
    border-right-color: #300; border-bottom-color: #300;
    background-color: #900;
  }
  ul#Navigation li ul span {
    border-right-color: #c96; border-bottom-color: #c96;
    color: #900; background-color: white;
  }
  ul#Navigation li a:active, ul#Navigation li:hover a:active {
    color: black; background-color: #f00;
  }

/* dynamisches Ein-/Ausblenden */
  ul#Navigation li ul {
    display: none;
  }
  ul#Navigation li:hover ul {
    display: block;
    background: #eee;
  }