body {
 background-color: #D3E2EA;
 font-family: Verdana;
 font-size: 13px;
 color: #000000;
}


/* Angaben fuer Links */
a:link {
 text-decoration: none;
 color: #000000;
}
a:visited {
 text-decoration: none;
 color: #000000;
}
a:hover {
 text-decoration: underline;
 color: #FF0000;
}


/* Angaben fuer Tabellen */
table {
 border-style:solid;
 border-width:2px;
 border-color:#000060;
}
th.gross {
 color: #FFFFFF;
 background-color: #104E8B;
 font-size: 18px;
}
th.klein {
 color: #FFFFFF;
 background-color: #104E8B;
 font-size: 15px;
}
td {
 font-size: 13px;
}
td.menue {
 cursor: pointer;
 background-color: #FFFFFF;
 font-weight: bold;
 font-size: 15px;
}
td.news {
 font-size: 13px;
}
td.shout {
 font-size: 10px;
 border-style:dashed;
 border-color:#000060;
 border-width:2px;
}
td.geburtstag {
 font-size: 15px;
}
td.geburtstag_l {
 font-size: 10px;
}


/* Sonstige Angaben */
.button {
 background-color:#D3E2EA; color:#000000; width:100%; border:1px solid #000000;
}
.feld {
 background-color:#FFFFFF; color:#000000; width:100%; border:1px solid #000000;
}
.feld_abi {
 background-color:#FFFFFF; color:#000000; width:30px; border:1px solid #000000;
}
