/* Texte für E-Mail Adresse und Anschriftz */
em1 {

font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 15pt;
font-weight: bold;
color: white;
E-Mail: wowie@heissum.info


}

/* 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: #000000;
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 {
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;
}

.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 {
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 Navigationsspalte: */
#navi_black {
margin: 0px;
width: 170px;
position: absolute;
top: 0px; left: 0px;
background-color: #000000;
}
/* Box für Hauptspalte: */
#main {
margin-top: 5px;
width : 530px;
position: absolute;
top: 0px; left: 170px;
}
/* Box für Hauptspalte: */
#main_black{
margin-top: 5px;
width : 530px;
position: absolute;
top: 0px; left: 170px;
background-color: #000000; /* schwarz */
}
 /* 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: #255f25;
}

/* Rahmen für Links */
.linkbox_link {
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: #000000;
width: 150px;
padding: 3px;
color: red;
background-color: #00FFFF;
}

/* Rahmen für Buttons: */
.linkbox_center {
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;
text-align: center;
background-color: #255f25;
}
/* Rahmen für Buttons: */
.linkbox_black {
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;
text-align: center;
padding: 3px;
color: white;
background-color: #000000;
}
/* 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: #255f25;
}
/* Button für die aktive Seite: */
.linkboxaktiv_center {
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;
text-align: center;
background-color: #255f25;
}
/* Links weiß, nicht unterstr.: */
A:link, A:visited, A:active {
text-decoration: none;
color: white;
}

A:hover {
text-decoration: none;
color: white;
background-color: #04d204;
border-style: solid;
border-left-width: 1px;
border-color: #04d204;
}


/* 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: */
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 */
input.knopf {
border-style: outset;
border-width: 1px;
border-color: #ff0000;
background-color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
}
