body {
    background-image:url(../images/bgfirst.jpg);
    background-repeat:no-repeat;
    background-color:#000000;
    font-family: Verdana,sans-serif;
    margin: 0;
    text-align: center;
    line-height:14pt;
}

div#Seite {
    text-align: left;
    margin: 0 auto;
    width: 1000px;
}
div#Seite a:link {
    color:#FF0000;
    text-decoration:none;
}
div#Seite a:hover {
    color:#000000;
    text-decoration:underline;
}
div#Seite a:visited {
    color:#FF0000;
    text-decoration:none;
}
div#Seite a:active {
    color:#000000;
    text-decoration:none;
}

div#Kopf {
    width: 500px;
    height: 180px;
    float: left;
}
div#Kopf H1 {
    padding: 5px;
    font-size: 12px;
    color: #FF0000;
}

div#Extra {
    width: 250px;
    height: 180px;
    margin-left: 500px;
}

div#Element {
    background-image:url(../images/headbi05.jpg);
    background-repeat:no-repeat;
    width: 250px;
    height: 180px;
    float: right;
}

div#Inhalt {
    font-size: 12px;
    color: #FFFFFF;
    width: 530px;
    padding: 10px;
    float: left;
}

div#Inhaltk {
    font-size: 12px;
    color: #000000;
    width: 530px;
    padding: 10px;
    float: left;
    background-color: #FFFFFF;
}

div#Inhalte {
    font-size: 12px;
    color: #000000;
    width: 730px;
    padding: 10px;
    float: left;
}

div#Erstnavi {
    font-size: 12px;
    width: 430px;
    padding: 10px;
    margin-left: 550px;
}

div#Folgenavi {
    font-size: 12px;
    width: 230px;
    padding: 10px;
    margin-left: 750px;
}

div#Fusszeile {
    clear: both;
    font-size: 10px;
    padding: 10px;
}