/*html {}*/

body {
    background: url(../Bilder/grau.jpg) top left fixed;
    margin: 0px;
    padding: 0px;
    font-family: verdana;
    color: #454545;
}

#content {
    background: url(../Bilder/Streifen.png);
    width: 900px;
    height: 800px;
    position: absolute;
    top: 100px;
    left: 50%;
    bottom: 100px;
    margin-left: -450px; /*damit der div mittig ist*/
    overflow: auto; /*für Scrollbarkeit bei großem Inhalt*/
    z-index: 2; /*damit der div vor #hintergrund ist*/
}

#flagge1 {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 32px;
    height: 20px;
    margin-left: -25px;
    z-index: 2;
}

#flagge2 {
/*    background-color: white;*/
    position: absolute;
    top: 30px;
    left: 50%;
    width: 32px;
    height: 20px;
    margin-left: +25px;
    z-index: 2;
}

#RN {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3;
}

#hyplinks {
/*    background-color: red;*/
    position: absolute;
    left: 622px; /*das sind 900px - (30px von RN + 220px von dem Bil RN), sodass die Links linksbündig von div RN anfangen*/
    top: 400px;
    z-index: 3;
    width: 240px;
    text-align: center;
}

#topic {
    position: relative;
    top: 30px;
    right: 150px;
    z-index: 3;
    text-align: center;
}

#textfeld {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 80px;
    left: 50px;
    width: 700px;
}

#kontakt {
/*    background: red;*/
    position: relative;
    width:883px;
    text-align: center;
    top:inherit;
}

p {
    color: #454545;
    margin-bottom: 5px;
    padding-top: 20px;
    font-size: 16px;
    font-family: verdana;
    font-weight: bold;
}

p.Unterpunkt {
    color: #454545;
    margin-bottom: 5px;
    padding-top: 20px;
    font-size: 14px;
}

a:link, a:visited {
    text-decoration: none;
    color: #8B1A1A
}

a:hover, a:active {
    text-decoration: none;
    color: #EE2C2C;
}

a.grau {
    font-family: verdana;
    color: #454545;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none
}

a.biggrau {
    font-family: verdana;
    color: #454545;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none
}

a.grau:hover, a.grau:active, a.biggrau:hover, a.biggrau:active {
    text-decoration: none;
    color: #8B1A1A
}

div.Stichpunkt {
    padding-top: 15px;
    margin-bottom: 15px;
    width: 600px;
/*    display: block;*/
}

div.Unterpunkt {
    border:0px; 
    margin-bottom:40px; 
    padding-left:20px; 
    width:550px;
}