/* Kasten für Hauptüberschrift: */
h1 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 15pt;
font-weight: bold;
color: white;
width: 530px;
background-color: #ff9900;
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; 
}

/* normaler Fließtext: */
p {
font-family:  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  { color: black; font-weight: bold; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white }
 .kasten {
font-family: Verdana, 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: 700px;
}

.rot {
font-family: "Century Gothic", "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 13pt;
font-weight: bold;
color: red;
}

/* Grafik als Auf.zeichen: */
ul  { color: #000; font-weight: normal; font-size: 4pt; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; list-style-image: url(bullet1.jpg) }

/* 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: 140px; 
left: 570px;
}

/* Rahmen für Buttons: */
.linkbox {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
margin-left: 2px;
/* nächste Anweisung nötig für IE 4: */
margin-right: 20
border-style: solid;
border-width: 1px;
border-color: #ff0000;
width: 150px;
padding: 3px;
color: white;
background-color: #ff9900;
}

/* Button für die aktive Seite: */
.linkboxaktiv {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
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: #ff9900;
width: 150px;
padding: 3px;
color: white;
background-color: #ff0000;
}

/* 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-color: #ff0000;
}

/* Tabelle gesamt */
table.monat {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Zellen nur in monat */
table.monat td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
text-align: right;
border-style: solid;
border-width: 1px;
border-color: silver;
}

/* Tabellenkopf nur für monat */
table.monat th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
color: white;
background-color: #ff9900;
}

/* Restplätze: */
.r {
color: #000033;
background-color: silver;
}

/* belegt */
.b {
color: white;
background-color: gray;
}

/* Sonntag, Hintergr. rot: */
.so {
color: white;
background-color: #ff0000;
}

/* leere Zellen, Hintergr. gelb: */
.leer {
background-color: #ffff99;
}

/* rote Umrandung */
input.rotrand {
border-style: solid;
border-width: 1px;
border-color: #ff0000;
background-color: #ffff99;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
}

/* 3D-Effekt für Buttons */
input.knopf {
border-style: outset;
border-width: 1px;
border-color: #ff0000;
background-color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
}
