/* CSS Document */

body {
    background-color: #FFFFFF;
    color: #444444;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

td.feld_dunkel {
    background-color: #CB211F;
}
td.feld_dunkel_menu {
    background-color: #CB211F;
}
td.standort {
    font-size: 1.4em;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}
.feld_hell {
    background-color: #DEE8F7;
}
h1 {
    font-size: 1.5em;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.2em;
}
td {
    font-size: 0.8em;
}
td.menu_horr {
    font-size: 0.8em; 
    text-transform: uppercase;   
    text-align: left;
    padding-top: 9pt;
}
td.hilfsliste {
    font-size: 0.8em;   
    text-align: left;
}
td.news {
    font-size: 0.7em;
    border: 1px outset #404040;
    background-color: #FFFFF1;
    overflow: clip;
}
td.fortb {
    font-size: 0.8em;
}
td.menu {
    font-size: 0.8em;
}

/* Für Abstand der Personenfotos von oben
.bild {
    padding-top: 20px;
}
 */
a {
    color: #CB211F;
    text-decoration: none;
}
a:hover {
    color: #CB211F;
    text-decoration: underline;
}
a.fett {
    color: #CB211F;
    font-weight: bold;
    text-decoration: none;
}
a.fett:hover {
    color: #CB211F;
    font-weight: bold;
    text-decoration: underline;
}
a.link {
    color: #000000;
    text-decoration: none;
}
a.link:hover {
    color: #000000;
    text-decoration: underline;
}
a.link_menu {
    color: #FFFFF1;
    text-decoration: none;
    cursor: pointer;
}
a.link_menu:hover {
    color: #FFFFF1;
    text-decoration: none;
}
a.link_nomenu {
    color: #FFFFF1;
    text-decoration: none;
}
a.link_nomenu:hover {
    color: #FFFFF1;
    text-decoration: underline;
}

input {
    background-color: #FFFFF1;
}
input.basic {
    background-color: #FFFFFF;
}
textarea.basic {
    background-color: #FFFFFF;
}

fieldset.legend {
    border: 1px solid #404040;
}
.suche {
    border:1px solid #404040;
    background-color:#FFFFFF;
}
