/* GRUNDSTRUKTUR */
body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 62.5%;
    background-color: #9C999C;
    color: #000;
}

* {
    margin: 0;
    padding: 0;
    font-size: 1.0em; /* quasi 10 Pixel */
}

#alles {
    width: 800px;
    text-align: left; /* IE-Hack */
}

#kopf {
    width: 800px;
    height: 126px;
}

#kopfzeile {
    background-color: #DEDEDE;
    height: 32px;
    text-align: left;
}

#navigation {
    float: left;
    width: 213px;
    background-color: #424951;
    color: #FFFFFF;
    border-right: 5px solid #D6CC91;
}

#sprachflaggen {
    position: absolute;
    top: 135px;
    left: 750px;
    width: 60px;
}

#kontakt {
    width: 795px;
    position: absolute;
    text-align: right;
    z-index: 99;
    font-size: 0.9em;
    color: #FFFFFF;
}

.aufraeumen {
    clear: both;
    width:1px;
    height:1px;
    font-size:1px;
}
/* ENDE GRUNDSTRUKTUR */

.einstellung {
    color: #FFFFFF;
}

a, a:link, a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

a:hover {
    color: #FF0000;
}

#navigation li {
    line-height: 23px;
    background-color: #5D646C;
    list-style-type: none;
    padding-left: 22px;
    border-bottom: 1px solid #414A51;
}

#navigation li a, #navigation li a:link, #navigation li a:visited, #navigation li a:hover {
    text-decoration: none;
    padding-left: 3px;
}

#kopfzeile img {
    border: 0px;
}

h1 {
    margin-top: 20px;
    width: 60%;
    line-height: 1.8em;
    border-bottom: 1px solid white;
    font-size: 1.4em;
    color: #FFFFFF;
}

h2 {
    margin-top: 20px;
    width: 60%;
    line-height: 1.6em;
    border-bottom: 1px solid white;
    font-size: 1.2em;
    color: #FFFFFF;
}

.startseite strong {
    font-weight:800;
    text-decoration: underline;
}

span.minis {
    font-size: 80%;
}
