.naviblau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0066FF;
	word-spacing: 5px;
	background-color: #FFCC00;


}
.navirot {
	background-color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	/*font-style: italic;*/
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}

---------------------------------------------------------------------------------------------------
/* Kasten für Hauptüberschrift: */
h1 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 15pt;
font-weight: bold;
color: white;
width: 100%;
background-color: #FFCC00;
border-style: solid;
border-width: 1px;
border-left-width: 10px;
border-color:#ff0000;
padding: 3px;
 /* nur für NN 6 und Opera nötig: */
margin-top: 0px; 
}
 .kasten {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
	padding: 5px;
	color: #0066FF;
	background-color: #FFCC00;
	border-style: solid;
	border-width: 0px;
	border-color: black;
	width: 100%;
	font-weight: bold;

}

.rot {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13pt;
font-weight: bold;
color: red;
}

/* Grafik als Auf.zeichen: */
ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
color: gray;
background-color: white;
list-style-image: url(sonne.gif);
}

/* Box für Navigationsspalte: */
#navi {
	margin: 0px;
	width: 170px;
	position: absolute;
	top: 285px;
	left: 0px;
	background-color: #FFCC00;
	height: 2200px;
	padding: 10px;


}

/* Box für Hauptspalte: */
#main {
	margin-top: 5px;
	width : 80%;
	position: absolute;
	top: 0px;
	left: 180px;
	height: 1500px;
    padding-left: 10px;
}
 /* frei schwebender Eye-Catcher: */
#floatbox {
position: absolute; 
top: 179px; 
left: 600px;
}

