html{
font-size: 100%;
}

body{
	font-size: 1em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #444;
	background: #eef4d3;
	padding: 0;
	margin: 0;
	border: 0;
}

#wrap{
width: 60.75em;
height: 37.5em;
margin: auto;

}
#layer{
	width: 60.75em;
	height: 33.5em;
	padding-top: 2em;
	margin-top: 2em;
	border: 0.125em solid #FFF;
}
#logo{
	width: 25em;
	height: 17.125em;
	margin-top: 2em;
	margin-left: 17.5em;
	background-image: url(../basics/logo.png);
	background-repeat: no-repeat;
}
#texta{
	float: left;
	width: 19.25em;
	height: 12em;
	margin-top: 2em;
	margin-left: 17.5em;
}
#textb{
	float: left;
	width: 20em;
	height: 12em;
	margin-top: 2em;
	margin-left: 0em;
}

#head{
	float: left;
	width: 60.75em;
	height: 6.125em;
}

*/	
  div#Rahmen {
	width: 50.625em;
	padding: 0em;
	background-color: #911863;

  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 48.7em;
    w\idth: 47.1em;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
	margin: 0em;
	padding-left: 0.5em;
	text-align: left;
	font-size: 1em;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: 0em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: 0em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.5em; left: 0em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: 0em;
    lef\t: 0em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color: ; padding-bottom:0em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;

  }

  ul#Navigation a, ul#Navigation span {
	display: block;
	width: 10em;  /* Breite den in li enthaltenen Elementen zuweisen */
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	text-decoration: none;
	border-left-color: white;
	border-top-color: white;
	color: #fff;
	background-image: url(../basics/soft1.png);
	background-repeat: no-repeat;
	font-size: 0.75em;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; 
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: white; 
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: ;
  }


/* Span */	
p{
	font-size: 0.75em;
	line-height: 1.5em;
}

h1{
	font-size: 0.750em;
	font-weight: bold;
}

a:visited {
	color: #060;

}
a:hover {
	color: #060;

}
a:active {
	color: #060;

}
a:link {
	color: #060;

}

    .boldm {
	font-weight: bold;
	font-size: 1.125em;
	color: #911863;
  }
    .small {
	font-size: 0.6875em;
	line-height: 1.625em;
  }
    .medium {
	font-size: 0.750em;
  }
    .mediumbold {
	font-size: 0.6875em;
	font-weight: bold;
	
  }
    .linknormal {
	color: #5e5e5e;
  }
    .linkover {
	color: #911863;
  }
    .linktext {
	color: #911863;
	font-size: 1em;
  }