A:link {text-decoration: underline; color: #DD1111; font-style: normal; line-height: normal; font-variant: normal; text-transform: none}
A:visited { text-decoration: underline; color: #DD1111}

A:hover {
background-color:#dd1111;
color: #FFFFFF; 
font-style: normal; 
line-height: normal; 
font-variant: normal; 
text-transform: none; 
text-decoration: none}

.bigtitle {

font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt;
font-style: normal;
font-weight: normal;
color: #DD1111;

}

.basetext {
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.text {
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.topnavi {

font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 15pt;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
background-color:#DD1111;

}

.subnavi {

font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
background-color:#DD1111;

}

body {
    vertical-align:middle;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
    color: black; background-color: #BBBFDC;
	border-left: 18px;
	border-top: 18px;
	margin-left: 18px;
	margin-top: 18px;
  }

/*  div#Rahmen {
    width: 47.1em;
    padding: 0.8em;
    border: 1px solid black;
    background-color: silver;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x 
    width: 48.7em;
    w\idth: 47.1em;
  }
  div#Rahmen div {
     clear: left;
  } */
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.2em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *: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: 2em; left: -0.2em;    /*left: 8.6em; top: -0.4em; */
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *: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.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 5.0em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: white; background-color: #dd1111/*#04B404*/;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 5.8em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 5.0em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #FF0000 /*#9AFE2E */;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }

