div.top {
	width:850px;
	height: 150px;
	margin : 40px auto 0px;
	padding:10px;
	background-color: #333333;
	border: 1px solid #333333;
}
div.content {
	width:850px;
	min-height: 450px;
	
	margin : 10px auto;
	padding:10px;
	border: 1px solid #333333;
	background-color: #333333;
	text-align : left;
	font-family: Arial, Helvetica, sans-serif;
	color: #d8d9bd;
}
* html div.content {
	height: 450px;
}
div.bottom {
	width:850px;
	height: 20px;
	margin : 10px auto 20px;
	padding:10px;
	background-color: #333333;
	border: 1px solid #333333;
}
body, td{
  font-family: Tahoma, Arial;
  font-size: 10pt; 
  font-style: normal; 
  font-weight: normal; 
  text-decoration: none; 
  color: #d8d9bd;
}
body{
  background-color: #3d63c8;
}
.Tahoma8 { font-family: Tahoma, Arial; font-size: 8pt; font-style: normal; font-weight: normal }
.Tahoma10 {  font-family: Tahoma, Arial; font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: none; color: #d8d9bd}
.Tahoma10bold { font-family: Tahoma, Arial; font-size: 10pt; font-style: normal; font-weight: bold; text-decoration: none; color: #d8d9bd }
.Tahoma10kursiv { font-family: Tahoma, Arial; font-size: 10pt; font-style: italic; font-weight: normal; text-decoration: none; color: #d8d9bd }
.Tahoma10underline { font-family: Tahoma, Arial; font-size: 10pt; font-style: normal; font-weight: normal; text-decoration: underline; color: #d8d9bd }
.Tahoma12 {  font-family: Tahoma, Arial; font-size: 12pt; font-style: normal; font-weight: normal; text-decoration: none; color: #d8d9bd}
.Tahoma12bold { font-family: Tahoma, Arial; font-size: 12pt; font-style: normal; font-weight: bold; text-decoration: none; color: #d8d9bd }
.Tahoma8NEU { font-family: Tahoma, Arial; font-size: 8pt; font-style: normal; font-weight: normal; color: #FFFFFF; background-color: #FF0000 }

a:link { font-weight:normal; color:#d8d9bd; text-decoration:none }
a:visited { font-weight:normal; color:#d8d9bd; text-decoration:none }
a:hover { font-weight:normal; color:#d8d9bd; text-decoration:underline }
a:active { font-weight:normal; color:#d8d9bd; text-decoration:none }
a:focus { font-weight:normal; color:#d8d9bd; text-decoration:none }

  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.5em; padding: 0;	/* Abstand zwischen einzelnen Menüpunkten */
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
	margin-left: -0.2em;
    margin-bottom: -1.9em;
  }
  *: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.6em; left: -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 */
	background-color: #5b5b5b;
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    /*width: 6.4em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none; 
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span {
	/* MausHover */
	font-weight:normal; 
	color:#d8d9bd; 
	text-decoration:underline
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
	/* TopMenü */
    color: #d8d9bd; 
	font-weight:normal 
	text-decoration:none;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    color: #d8d9bd; 
	font-weight:normal 
	text-decoration:none;
  }
