/* Kasten für Hauptüberschrift: */
h1 {
font-family:  "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 15pt;
font-weight: bold;
color: white;
width: 530px;
background-color: #008080;
border-style: solid;
border-width: 1px;
border-left-width: 10px;
border-color:#000080;
padding: 3px;
 /* nur für NN 6 und Opera nötig: */
margin-top: 0px; }

/* normaler Fließtext: */
p {
font-family:  "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #003300;
background-color: white; }

/* Kontaktadresse: */
p.klein { 
font-size: 9pt;
color: gray;
background-color: white;
margin-left: 5px; }

/* Bild und Bildunterschrift: */
.bild {
font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: gray;
background-color: white; }

.kasten {
font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
text-align: center;
padding: 5px;
color: white;
background-color: #99ccff; 
border-style: solid;
border-width: 1px;
border-color: #000080;
width: 500px; }

.blau {
font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 13pt;
font-weight: bold;
color: #000080; }

/* Grafik als Auf.zeichen: */
ul {
font-family: "Comic Sans MS", 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: 0px; left: 0px; }

/* Box für Hauptspalte: */
#main {
margin-top: 5px;
width : 530px;
position: absolute;
top: 0px; left: 170px; }

/* frei schwebender Eye-Catcher: */
#floatbox {
position: absolute; 
top: 150px; 
left: 570px; }

/* Rahmen für Buttons: */
.linkbox {
font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
margin-left: 2px;
/* nächste Anweisung nötig für IE 4: */
margin-right: 20;
border-style: solid;
border-width: 1px;
border-color: #000080;
width: 150px;
padding: 3px;
color: white;
background-color: #008080; }

/* Button für die aktive Seite: */
.linkboxaktiv {
font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
margin-left: 2px;
/* nächste Anweisung nötig für IE 4: */
margin-right: 20px;
border-style: solid;
border-width: 1px;
border-color: #000080;
width: 150px;
padding: 3px;
color: white;
background-color: #000080; }

/* Links weiß, nicht unterstr.: */ 
A:link, A:visited, A:active {
text-decoration: none;
color: white; }

/* Button unter der Maus: */
A:hover {
text-decoration: none;
color: white;
border-style: solid;
border-left-width: 1px; }

/* Texttabelle normal*/
table.normal {
font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
text-align: left; }

/* Termintabelle gesamt */
table.termin {
font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
text-align: left; }

/* Zellen nur in monat */
table.termin td {
font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
text-align: right;
border-style: solid;
border-width: 1px; }

/* Tabellenkopf nur für monat */
table.termin th {
font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
color: white;
background-color: #ff9900; }

/* Datum: */
.r {
color: #000033;
background-color: silver; }

/* Uhrzeit */
.b {
color: white;
background-color: gray; }

