/** Farben:
Farbe01 = #FAE6C8 (beige)
Farbe02 = #F0C080 (braun)
Farbe03 = #B40000 (rot)
*/
/* --- HTML-Elemente --- */
body {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    background-color: #F0C080;
    background-image: url(../bilder/design/bg_body.png);
    background-repeat: repeat-y
}
a:link {
    color: #B40000;
    text-decoration: none;
}
a:visited {
    color: #B40000;
    text-decoration: none;
}
a:hover {
    color: #B40000;
    text-decoration: underline;
}
a:active {
    color: #B40000;
    text-decoration: none;
}
a:focus {
    color: #B40000;
    text-decoration: none;
}
img {
    margin: 0px;
    padding: 0px;
    border: none;
}
h2 {
    margin: 0px 0px 10px 0px;
    color: #B40000;
    font-size: 1.3em;
    font-weight: bold;
}
h3 {
    margin: 10px 0px 10px 0px;
    color: black;
    font-size: 1.0em;
    font-weight: bold;
}
p {
    font-size: 0.9em;
    line-height: 1.25em;
}
li {
    font-size: 0.9em;
    line-height: 1.25em;
}
table {
    table-layout: fixed;
    border-collapse: collapse;
}
/* --- Individualformate --- */
#InhaltOhneInfo {
    margin: 130px 10px 50px 210px;
}
#InhaltMitInfo {
    margin: 130px 220px 50px 210px;
}
/* --- Klassen --- */
.Blatt {
    background-color: #FAE6C8;
    color: black;
    border: 2px solid #B40000;
    margin: 0px auto 25px auto;
    padding: 15px;
}
.w100 {
    width: 100%;
}
.links {
    text-align: left;
}
.rechts {
    text-align: right;
}
.zentriert {
    text-align: center;
}
.fett {
    font-weight: bold;
}
.rot {
    color: #B40000;
}
.an {
    display: block;
}
.aus {
    display: none;
}
.zeiger {
    cursor: pointer;
}

