/* CSS Document */

.style1 {font-size: 30px}
.style4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style6 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.style7 {font-size: 14px}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	div-align="center";
}
.style9 {font-family: "Arial Unicode MS"}

.style11 {font-size: 9px}.style11 {font-family: "Arial Unicode MS"}

h1 {
     text-align: center;
     margin: 1; padding: 0.8em;
	 border-color: black;
	 text-shadow: olive;
	 border: 1px solid black;
	 background-color:#CCCCCC;
     }

ul#Navigation {
    margin: 0; padding: 0.8em;
    text-align: center;
    border: 0px solid black;
    background-color: white;
	  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    float: left; width: 9em;
    width: 3em;
    margin: 0.4em; padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: black; background-color: #338999;
  }
  * html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: 6em;
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
	
  }
  ul#Navigation div {
     clear: left;
  }

