/** Farben:
rot  = #d92100
gelb = #fafb00
*/
/* --- HTML-Elemente --- */
body {
    /*background-color: #f2f2f2;*/
    background-image: url(../bilder/streifen_grau_1x4_c.bmp);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: Arial,Helvetica,sans-serif;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
img {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
table {
    width: 100%;
}

td {
    vertical-align: top;
}
h1 {
    color: black;
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
}
h2 {
    color: #d92100;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 0px;
}
h3 {
    text-align: left;
    margin-top: 30px;
}
h5 {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 30px;
}
p {
    text-align: justify;
    margin-top: 20px;
    line-height: 1.5;
}
p img {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
}
p a:link {
    color: navy;
    text-decoration:underline;
}
p a:visited {
    color: navy;
    text-decoration:underline;
}
p a:hover {
    color: #d92100;
    text-decoration: underline;
}
p a:active {
    color: navy;
    text-decoration:underline;
}
p a:focus {
    color: navy;
    text-decoration:underline;
}
li a:link {
    color: navy;
}
li a:visited {
    color: navy;
}
li a:hover {
    color: #d92100;
}
li a:active {
    color: navy;
}
li a:focus {
    color: navy;
}
/* --- Individualformate --- */
#DivInhalt {
    margin-left: 240px;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border-style: solid;
    border-width: 4px;
    border-color: #d92100;
    background-color: white;
}
#DivInhalt ul {
    margin-bottom: 12px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 30px;
    padding: 0px;
    list-style-type: square;
    line-height: 1.5;
}
#DivInhalt li {
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: justify;
}
#TabelleImpressum {
    width: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 30px;
}
#TabelleImpressum td {
    padding-top: 5px;
    font-size: 0.9em;
    line-height: 1.5;
}
/* --- Klassen --- */
.Kontrast {
    color: #d92100;
}
.Stimme {
    text-indent: 2em;
    margin-top: 0px;
    margin-left: 30px;
    font-size: 0.9em;
}
.Kontakt {
    width: auto;
    text-align: left;
    margin-bottom: 50px;
    margin-left: 30px;
    line-height: 1.5;
}
.Kontakt a:link {
    color: navy;
    text-decoration:underline;
}
.Kontakt a:visited {
    color: navy;
    text-decoration:underline;
}
.Kontakt a:hover {
    color: #d92100;
    text-decoration: underline;
}
.Kontakt a:active {
    color: navy;
    text-decoration:underline;
}
.Kontakt a:focus {
    color: navy;
    text-decoration:underline;
}
.LinkLogo {
    width: 170px;
    padding-bottom: 50px;
    cursor: pointer;
}


