a:link {
    font-family:arial;
    font-size:12px;
    color:#3399FF;
    text-decoration:underline;
    font-weight:normal;
}

a:visited {
    font-family:arial;
    font-size:12px;
    color:#3399FF;
    text-decoration:underline;
    font-weight:normal;
}

a:hover {
    font-family:arial;
    font-size:12px;
    color:#3399FF;
    text-decoration:none;
    font-weight:normal;
}

a.noDeco:link {
    font-family:arial;
    font-size:9px;
    color:#000000;
    text-decoration:none;
    font-weight:normal;
}

a.noDeco:visited {
    font-family:arial;
    font-size:9px;
    color:#000000;
    text-decoration:none;
    font-weight:normal;}

a.noDeco:hover {
    font-family:arial;
    font-size:9px;
    color:#000000;
    text-decoration:none;
    font-weight:normal;}

/**
Links ENDE
*/

body {
    font-family:arial;
    font-size:12px;
    color:#000000;
}

p {
    font-family:arial;
    font-size:12px;
    color:#000000;
}

p.eingerueckt {
    font-family:arial;
    font-size:12px;
    color:#000000;
    margin-left:30px;
}

p.h2 {
    font-size:16px;
    font-weight:bold;
    text-decoration:underline;
}

p.adresse {
    font-family:arial;
    font-size:9px;
    color:#000000;
}

li {
    font-family:arial;
    font-size:12px;
    color:#000000;
    margin-bottom:5px;
}

td {
    font-family:arial;
    font-size:12px;
    color:#000000;
}

td.h1 {
    font-family:arial;
    font-size:20px;
    font-weight:bold;
    color:#000000;
    vertical-align:middle;
}

td.h2 {
    font-family:arial;
    font-size:12px;
    color:#000000;
    font-weight:bold;
    text-decoration:underline;
}

td.wochentag {
    font-weight:bold;
    background-color:#99CCFF;
    border:1px solid #000000;
}

td.uhrzeit {
    border:1px solid #000000;
}

hr.hr {
    color:#99CCFF;
    /*border-bottom:1px solid;*/
    /*border-right:1px solid;*/
    border-color:#000000;
    height:5px;
}

