body {
  	font-size:12px;
	font-family: Helvetica, Arial, sans-serif;
    background-color: #FFC45F;
		/* #ffdea9; */
	color: #17417c;
	line-height: 16px;
  }


  #content{
  	/*background-color:#edca8a;*/
	background-image: url(grafik/body6.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	width: 996px;
	height:651px;
	}
  #textlayer{
	clear:left;
	width: 550px;
	height: 350px;
	position: absolute;
	margin: 30px 0 0 10px;
	overflow: auto;
	z-index: 1;
  }
  * html #textlayer{
    margin-top: 20px;
	}
  
  * html iframe {margin-top: 2.5em}
  
  div#Rahmen {
    /*width: 47.1em;*/
    padding: 0;
    border: 0;
    background-color: 0;
	
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
   /* width: 48.7em;
    w\idth: 47.1em;*/
  }
  div#Rahmen div {
     clear: left;
	 margin-bottom:20px;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: left;
  }
	
  ul#Navigation li {
	list-style: none;
	z-index:2;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0 0.1em 0 0.1em; padding: 0; /*Abstand zw. den Menüpunkten*/
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: 0.0em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
	margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
	margin: 0; padding: 0;
    position: absolute;
    top: 1.72em; left: -0.15em; /*Abstand des Menüs zum Ursprung*/
    display: none;   /*Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x/6 */
    left: -0.5em;
    lef\t: 0em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0; /*Abstand zwischen Unterthemen*/
  }
  * html ul#Navigation li ul li {
	top: -0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    /*width: 8.4em;   Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none;
	font-size:12px;
    border: 0;
    color: #17417c; background-color: #f6e5c5;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 10.9em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    background-color: #ffd689;
  }
  	.hhead {
	font-size:22px;
	font-weight:bold;
	}
	.pinfo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #0F237F;
	font-size: 14px;
	font-weight:bold;
	}
	.subhead {font-size:18px}
	.sublinks {list-style-type: disc;}
.smallhead {
	font-size:14px;
	font-weight: bold;
}
.pinfosmall {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #0F237F;
	font-size: 14px;
}
.pinfohead {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #0F237F;
	font-size: 18px;
	font-weight:bold;
}

