p {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #003300;
background-color: white;
}

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; 
}

/* Links weiß, nicht unterstr.: */ 
A:link, A:visited, A:active {
text-decoration: none;
color: white;
}

A:hover {
text-decoration: none;
color: white;
background-color: #ff0000;
border-style: solid;
border-left-width: 0px;
border-color: #ff0000;
}

.menu1 {
font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
margin-left: 5px;
margin-right: 5px;
border-style: solid;
border-width: 1px;
border-color: #ffffff;
width: 150px;
padding: 3px;
color: white;
background-color: #ff9900;
margin-bottom: 0px;
margin-top: 0px;
} 

.menu2 {
font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: red;
padding: 3px;
border-style: solid;
border-width: 1px;
border-color: #ffffff;
margin-left: 10px;
margin-right:5px;
background-color: #666666; 
margin-bottom: 0px;
margin-top: 0px;
width: 150px;
}


/* 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: 

}

/* Kontaktadresse: 
p.klein { 
font-size: 9pt;
color: gray;
background-color: white;
margin-left: 5px;
}

/* Bild und Bildunterschrift: 
.bild {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: gray;
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: 500px;
}


/* 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: 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: 

/* 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: white;
}

A:hover {
text-decoration: none;
color: white;
background-color: #ff0000;
border-style: solid;
border-left-width: 10px;
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: 
/* neu: .monat muss noch eingefügt werden: 
table.monat .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 
border-style: outset;
border-width: 1px;
border-color: #ff0000;
background-color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
} */