body{
	font-family: arial;
	background-color: #003366;
	color: black;
	text-align: left;
}
div.bgfixed {
		background-image:url(water_2.jpg); background-repeat:repeat-y; background-position:left top;
		background-attachment:fixed;
}
a:active { color:white; text-decoration:none;
}
a:link { color:white; text-decoration:none;
}
a:visited { color:white; text-decoration:none;
}
a:focus { color:white; text-decoration:none;
}
a:hover { color:white; text-decoration:none;
}
h1{
	text-align: center;
	font-size: 32pt;
}
h2{
	text-align: center;
	font-size: 18pt;
	color: white;
}
h3{
	text-align: center;
	font-size: 14pt;
	color: white;
}
li{
	text-align: left
	font-size: 12pt;
	color:white;
}
p{
	font-size:10pt;
	color: white;
}
th{
	font-size:12pt;
}
linksbuendig{
	text-align: left;
	font-size: 12pt;
}
table{
	font-size:12pt;
	border:0;
	align: center;
}
object{
	align: center;
}
  
  
  ul#Navigation {
    margin: 0; padding: 0.8em;
    text-align: center;
    border: 0px solid black;
    background-color: #003366;
    font-size: 10pt;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 0px solid black;
    border-left-color: white; border-top-color: white;
    color: black;
    background-color: #ccc;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    width: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }


img{
	border: 0px
}

<!--
:link = für Verweise zu noch nicht besuchten Seiten
:visited = für Verweise zu bereits besuchten Seiten
:focus = für Elemente, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulator-Taste (CSS 2.0)
:hover = für Elemente, während der Anwender mit der Maus darüber fährt (CSS 2.0)
:active = für gerade angeklickte Elemente
--!>
