
body {
	
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans serif;
	text-align: center;
	color: #606060;
	margin: 0;
	padding: 0;
}

#Seite {
	position: absolute;
	top: 0px; 
	left: 50%;
	width: 680px;
	margin-left: -340px;
}

#Kopf {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #DAE5A1;
	width: 100%;
	height: 238px;
}

#footer {
	position: absolute;
	padding: 0 0 0 10px;
	left: 0;
	top: 620px;
}

a, a:visited, a:link, a:active {
	text-decoration: none;
	color: #606060;
}

h3 {
	font-weight: normal;
}

#head {
	background-color: #DAE5A1;
	top: 0;
	width: 680px;
	height: 238px;
	margin: auto;
}

#logo {
	position: absolute;
	right: 5px;
	ri\ght: -6px; 	/* Korrektur IE6 */
	top: 50px;
}

*+html #logo {
	right: 0px;
}

#navi2 {
	display: none;
}

div#navirahmen {
	position: absolute;
	top: 199px;
	left: 0;
    width: 500px;
	height: 31px;
    padding: 0;
    /*border: 1px solid black;*/
    background-color: transparent;
	margin-left: 1px;
}
* html div#navirahmen {  /* Korrektur fuer IE 5.x */
  width: 500px;
  w\idth: 520px; 	/* Korrektur IE6 */
}
div#navirahmen div {
   clear: left;
}

ul#navi {
   margin: 0; padding: 0;
   text-align: center;
   letter-spacing: 0.15em;
}

ul#navi li {
   list-style: none;
   text-align: left;
   float: left;  /* ohne width - nach CSS 2.1 erlaubt */
   position: relative;
   margin: 0 10px 0 0;
   padding: 0 0 0 0;
   background-color: white;
}

ul#navi li ul {
   position: absolute;
   bottom: 30px;
   left: 0px;
   padding: 0;
   display: none;  /* Unternavigation ausblenden */
}

	
  *+html ul#navi li ul {  /* Korrektur fuer IE 5.x */
    left: -40px;
  }

  * html ul#navi li ul {  /* Korrektur fuer IE 5.x */
    left: -40px;
  }
  *:first-child+html ul#navi ul {  /* Workaround fuer den IE 7 */
    background-color: transparent; padding-bottom:1px; padding-right: 1px;
  }
  ul#navi li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#navi li ul li {
    float: none;
    margin: 0;
	padding: 0;
	width: 102px;
  }

  ul#navi a, ul#navi span {
    display: block;
    width: 100px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 8px 5px 7px 10px;
    text-decoration: none;
	font-weight: bold;
    /*border: 1px solid black;*/
    /*border-left-color: white; border-top-color: white;*/
    color: #909090; 
	background-color: white;
  }
  * html ul#navi a, * html ul#navi span {
    width: 115px;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 102px;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
    display: block;
    z-index: 200;
  }
  ul#navi a:hover, ul#navi span {
    color: white; background-color: #B4CA43;
  }

  ul#navi li ul a {
     font-weight: normal;
  }
  
  ul#navi li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: transparent;
	margin: 0;
	padding: 0;
	border: none;
  }
  
  ul#navi .taktuell {
  	background-color: #B4CA43;
	color: white;
}

  ul#navi ul .xaktuell {
  	color: white;
	background-color: #B4CA43;
  }
  
  ul#navi li .xaktuell {
  	display: block;
  }

/* <= IE6 + FF */
#pictures {
	position: absolute;
	right: 0;
	ri\ght: -5px;	
	top: 299px;
	width: 270px;
	height: 270px;
	/*border: 1px solid red;*/
	text-align: right;
}

/* für IE 7 */
*:first-child+html #pictures {
	position: absolute;
	right: 0;
	ri\ght: 0;	
	top: 299px;
	width: 270px;
	height: 270px;
	/*border: 1px solid yellow;*/
	text-align: right;
}

#refimg {
	/*border: 1px solid yellow;*/
	border: 0 none;
}

#content {
	position: absolute;
	left: 0;
	top: 284px;
	text-align: left;
	padding: 5px 5px 5px 10px;
	/*border: 1px solid green;*/
	width: 480px;
	height: 296px;
	line-height: 1.7em;
	/*border: 1px solid gray;*/
}

#content p {
	padding: 0;
	margin: 10px 0 0 0;
}
