body {
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #505050;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.tafel {
    width: 1010px;
    margin: 0px auto 0px auto;
    padding: 0px;
}
.flaeche {
    background-color: White;
}
.dunkelrot {
    background-color: #7E2733;
}
.hauptMenue {
    font-size: 1.0em;
    text-align: left;
    padding-left: 4px;
    padding-bottom: 1px;
}
.unterMenue {
    font-size: 0.75em;
    padding-left: 0px;
}
ul {
    margin-top: 0px;
    margin-bottom: 10px;
}
.schrift_flaggen {
    font-size: 0.8em;
    margin-left: 2.4ex;
    margin-right: 0.8ex;
}
.aktiv {
    color: #7E2733;
}
.schrift_willkommen {
    font-size: 2.6em;
    text-align: center;
}
.schrift_kapitel {
    font-size: 1.4em;
    color: #7E2733;
    font-style: italic;
    font-weight: bold;
}
p {
    margin-top: 0px;
    font-size: 1.0em;
    text-align: left;
    line-height: 1.4em;
}
img {
    border: none;
}
.ro {
    background: url(../bilder/design/kasten_ro.jpg) top right no-repeat;
    margin: 0px;
}
.lo {
    background: url(../bilder/design/kasten_lo.jpg) top left no-repeat;
    margin: 0px;
}
.ru {
    background: url(../bilder/design/kasten_ru.jpg) bottom right no-repeat;
    margin: 0px;
}
.lu {
    background: url(../bilder/design/kasten_lu.jpg) bottom left no-repeat;
    margin: 0px;
}
.inhalt {
    margin: 0px;
    padding: 0.6em 1.2em 0.6em 1.2em;
    text-align: left;
}
.inhalt p {
    margin: 0px;
    padding: 0px;
}

a:link		{ text-decoration: none; color: #505050; }
a:visited	{ text-decoration: none; color: #505050; }
a:hover		{ text-decoration: none; color: #7E2733; }
a:active	{ text-decoration: none; color: #505050; }
a:focus		{ text-decoration: none; color: #7E2733; }
