/* 
Letzte Änderung 08 11 2023
durch Malte
- links underline hinzugefügt und zeilenumbruch entfernt
*/

@charset "utf-8";
/*@charset "ISO-8859-1";*/

.mainbody {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
}

a:link {
    color: #333333;
}
a:visited {
    color: #333333;
}
a:hover {
    color: #000000;
}
a:active {
    color: #000000;
}
.Stil1 {
    color: #000000;
}
.Stil2 {
    color: #000000;
}
.Stil6 {
    color: #ffffff;
    font-weight: bold;
}
.Stil7 {
    color: #000000;
    font-weight: bold;
}
.Stil21 {
    color: #fafafa;
}
.Stil3 {
    color: #000000;
}

body {
    background-image: url(../images/draußentanzen1.jpg);
    color: #000000;
    font-family: "Helvetica Neue", sans-serif;
    text-align: center;
}

div#Seite {
    text-align: left; /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto; /* standardkonforme horizontale Zentrierung */
    width: 800px;
}

ul#Navigation {
    font-size: 0.8em;
    float: right;
    width: 10em;
    margin: 0;
    padding: 0.2em;
    border: none;
    background-color: #ffffff;
    height: 60em; /* Höhe NAV rechts */
    border: 1px dashed black;
}

ul#Navigation li {
    list-style: none;
    margin: 0;
}

ul#Navigation a {
    display: block;
    padding: 0.2em;
    text-decoration: none;
}

ul#Navigation a:link {
    color: black;
}

ul#Navigation a:visited {
    color: black;
}

ul#Navigation a:hover {
    color: #b40009;
}

ul#Navigation a:active {
    color: #dcdcdc;
}

ul#Aktuelles li {
    list-style: none;
    font-size: 0.9em;
    margin-left: -2.8em;
    background-color: #16a1bb; /* BG colour gold #a8860d */
    float: left;
    width: 10em;
    height: 55em; /* Höhe kasten LINKS */ /*mMalte: geandert von 80 auf 55 so wie rechts, malte*/
    padding: 0em 0.6em 0em;
    border: 1px dashed black;
}

ul#Aktuelles h1 {
    font-size: 1.5em;
    color: #000000;
}

ul#Aktuelles p {
    font-size: 0.9em;
    color: #000000;
}

div#Inhalt {
    margin-left: 11em;
    margin-right: 10em;
    padding: 0em 0.6em 0.6em;
    color: black;
}

div#Inhalt h1 {
    font-size: 1.2em;
}

div#Inhalt p {
    text-align: justify;
    font-size: 0.8em;
    margin: 0;
}

div#Inhalt a {
    display: block;
    padding: 0.2em;
    text-decoration: none;
}
div#Inhalt a.extern {
    display: inline;
    text-decoration: underline;
}

div#Inhalt a:link {
    color: black;
}

div#Inhalt a:visited {
    color: black;
}

div#Inhalt a:hover {
    color: #b40009;
}

div#Inhalt a:active {
    color: #dcdcdc;
}

div#Footer {
    margin-left: 0em;
    background-color: #b40009;
    color: black;
    width: 800px;
    height: 2em;
    font-size: 0.8em;
    text-align: right;
    margin-top: 24em;
    padding-right: 0;
}
