/* Kasten für Hauptüberschrift: */
h1 {
	font-family: Comic sans serif, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: black;
	width: 800px;
	background-color: #FFCC00;
	border-style: solid;
	border-width: 1px;
	border-left-width: 10px;
	border-color: #FF6600;
	padding: 3px;
}

/* normaler Fließtext: */
p {
	font-fanily: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003300;
	background-color: transparent;
}

/* Kontaktadresse: */
p.klein {
font-size: 9pt;
color: gray;
background-color: white;
margin-left: 5px;
}

/* Bild und Bildunterschrift: */
.bild {
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: gray;
background-color: white;
}

.kasten {
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
font-size: 12pt;
text-align: center;
padding: 5px;
color: black;
background-color: #ffff99;
border-style: solid;
border-width: 1px;
border-color: black;
width: 500px;
}

.rot {
font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
font-size: 13pt;
font-weight: bold;
color: red;
}

/* Grafik als Auf.zeichen: */
ul {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weigth: bold;
	color: gray;
	background-color: transparent;
	list-style-image: url(sonne.gif);
}

/* Box für Navigationsspalte: */
#navi {
margin: 0px;
width: 180px;
position: absolute;
top: 0px; left: 0px;
}

/* Box für Hauptspalte: */
#main {
	font-family: Comic Sans MS, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	margin-top: 5px;
	width: 800 px;
	position: absolute;
	top: 0px;
	left: 180px;
	background-color: transparent;
}

/* frei schwebender Eye-Catcher: */
#floatbox {
	position: absolute;
	top: 140px;
	left: 570px;
	background-color: transparent;
}

/* Rahmen für Buttons: */
.linkbox {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-left: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #FF6600;
	width: 150px;
	padding: 3px;
	color: black;
	background-color: #FFCC00;
}

/* Button für die aktive Seite: */
.linkboxaktiv {
	font-familiy: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weigth: bold;
	margin-left: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #ff9900;
	width: 150px;
	padding: 3px;
	color: Black;
	background-color: Silver;
}

/* Links weiß, nicht unterstr.: */
A:link, A:visited, A:active {
	text-decoration: underline;
	color: black;
}

A:hover {
	text-decoration: underline;
	color: black;
	background-color: #FFCC00;
	border-style: solid;
	border-left-width: 10px;
	border-color: #FF6600;
}

