.tabelle
{
    Font-size : 14;
}
/*Definition von: Tabelle -> Datum*/
.tabelle#datum
{
    Vertical-align : top;
}
/*Definition von: Tabelle -> Datum*/
.tabelle#uhrzeit
{
    Font-size : 12;
    Vertical-align : top;
}
/*Definition von: Tabelle -> Ort*/
.tabelle#ort
{
    Font-size : 12;
    Vertical-align : top;
}
/*Definition von: Tabelle -> Veranstalter*/
.tabelle#veranstalter
{
    Font-size : 12;
    Vertical-align : top;
}
/*Definition von: Tabelle -> Thema*/
.tabelle#thema
{
    Font-weight : bold;
    Vertical-align : top;
}
/*Definition von: Tabelle -> externer Link*/
.tabelle#link
{
    Font-size : 10;
    Vertical-align : text-top;
}
/* ============================  FORMATIERUNG FÜR "ALLGEMEIN" */
body
{
    font-family : Comic Sans MS , Arial;
    color : darkblue;
}
/* ============================  DIV-FORMATIERUNG FÜR "MENUE" */
#menue
{
    font-size : 14;
    font-weight : bold;
}
/* ============================  DIV-FORMATIERUNG FÜR "FOOTER" */
#footer
{
    font-size : 10;
}
/* ============================  DIV-FORMATIERUNG FÜR "HEADLINE" */
#headline
{
    font-size : 18;
    font-weight : bold;
}
/* ============================  DIV-FORMATIERUNG FÜR "DRUCKANSICHT" */
#druckansicht
{
    font-size : 10;
    font-weight : bold;
    Text-align : right;
    Vertical-align : top;
}
/* ============================  DIV-FORMATIERUNG FÜR "SUBHEADLINE" */
#subheadline
{
    font-size : 10;
}
/* =============================  DIV-FORMATIERUNG FÜR "MARKER" */
#marker
{
    font-size : 13;
    font-weight : bold;
    color : rgb(255 , 255 , 255);
}
/* ===========================  DIV-FORMATIERUNG FÜR "TEXT" */
.textnormal
{
    font-size : 14;
    font-weight : normal;
    Vertical-align : top;
}
/* ===========================  DIV-FORMATIERUNG FÜR "TEXT" */
.textnormal#normal
{
    font-weight : normal;
    Vertical-align : top;
}
/* ===========================  DIV-FORMATIERUNG FÜR "HEADLINE" */
.textnormal#headline
{
    font-size : 16;
    font-weight : bold;
}
/* ===========================  DIV-FORMATIERUNG FÜR "JUSTIFY" */
.textnormal#justify
{
    font-size : 14;
    font-weight : normal;
    Text-align : justify;
}
/* ===========================  DIV-FORMATIERUNG FÜR "QUELLE" */
.textnormal#quelle
{
    font-size : 12;
    font-weight : normal;
}
/* ===========================  DIV-FORMATIERUNG FÜR "STARTHEADLINE"
*/
.textnormal#startheadline
{
    font-size : 24;
    font-weight : bold;
}
/* ===========================  DIV-FORMATIERUNG FÜR "STARTSUBHEADLINE"
*/
.textnormal#startsubheadline
{
    font-size : 16;
    font-weight : normal;
}
#textbold
{
    font-size : 16;
    font-weight : bold;
}
/* ======================  Formatierung für links */
a:link
{
    color : darkblue;
    Text-decoration : none;
}
a:visited
{
    color : darkblue;
    Text-decoration : none;
}
a:hover
{
    color : darkblue;
    Text-decoration : underline;
}
a:active
{
    color : darkblue;
    Text-decoration : none;
}
/* ====================  Formatierung für SPAM */
.test2
{
}

