/* 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: #90ee90;
border-style: solid;
border-width: 1px;
border-left-width: 10px;
border-color: #ff0000;
padding: 3px;
}

/* normaler Fließtext: */
p {
font-fanily: Comic Sans MS, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #003300;
background-color: #E6E6FA;
}

/* 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: #E6E6FA;
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: #E6E6FA;
}

/* frei schwebender Eye-Catcher: */
#floatbox {
position: absolute;
top: 140px;
left: 570px;
background-color: #E6E6FA;
}

/* 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: #ff0000;
width: 150px;
padding: 3px;
color: black;
background-color: #90ee90;
}

/* 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: #228b22;
}

/* Links weiß, nicht unterstr.: */
A:link, A:visited, A:active {
text-decoration: none;
color: black;
}

A:hover {
text-decoration: none;
color: black;
background-color: #ff0000;
border-style: solid;
border-left-width: 10px;
border-color: #ff0000;
}
