/*
Letzte Aenderung am 07. Juli 2006
*/

/* Wichtige Farben
Gelb: #ffcc00
*/

/* Allgemeines */
*{
	padding: 0;
	margin: 0;
        border: 0px;
        color:#ffcc00
}

body
{
	background: #000080 url(images/water005.jpg);
	text-align: center; /* Zentrierung des Layouts im IE 5 */
        font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.4em;
}

h1
{
	font-size: 200%;
	text-align: center;
	font-style: oblique;
}

h2
{
	font-size: 100%;
	text-align: center;
}

/* Bereich seite*/
#seite
{
 margin: 0;
 padding: 0;
 width: 100%;
 height: 100%;
 text-align: left;
}

/* Bereich kopf*/
#kopf
{
 position: absolute;
 left: 0px;
 top: 15px;
 margin: 0;
 padding: 0;
 width: 100%;
 height: 140px;
 text-align: center;
 border-bottom: 2px solid #ffcc00;
}

/* Bereich menue*/
#menue
{
 position: absolute;
 left: 10px;
 top: 160px;
 width: 150px;
 margin-top: 10px;
 padding: 0;
 text-align: center;
/* border: 1px solid #999;*/
}

/* Bereich aktuell*/
#aktuell
{
 margin: 170px 275px 0px 170px;
 padding: 10px;
 text-align: center;
 vertical-align: middle;
 overflow: visible;
}

/* Bereich inhalt*/
#inhalt
{
 margin: 170px 275px 0px 170px;
 padding: 10px;
 text-align: left;
 vertical-align: middle;
 overflow: visible;

}

/* Bereich bildrand*/
#bildrand
{
 position: absolute;
 right: 10px;
 top: 160px;
 margin-top: 10px;
 padding: 0;
 width: 255px;
 text-align: center;
}

/* Liste für Nav-Menue */
#menue ul
{
  list-style-type: none;
  margin-top: 0;
}

#menue ul li
{
  margin-top: 15px;
}

#kurs
{
 border: 1px solid #ffcc00;
 padding-left: 20px;
}

hr
{
  background-color:#ffcc00; /* Mozilla 1.4 */
  color:#ffcc00; /* IE 6 */
  border: #ffcc00; /* Opera 7.11 */
  height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}
