body {
        margin:0;
        padding:0;
        font-family:Arial,Helvetica,sans-serif;
        width:779px;
        margin:0px auto;
}

#header {
        height: 125px;
        width: 779px;
        background-color: #5c5c5c;
        position: relative;
}


#header #weiss {
        height: 30px;
        width: 244px;
        background-color:white;
        position: absolute;
}

#header #foto {
        width: 533px;
        height: 93px;
        background-image:url(soccerline.jpg);
        background-repeat: no-repeat;
        margin-top: 30px;
        float: right;
        border: 1px solid white;
}

#header #logo {
        width: 244px;
        height: 148px;
        background-image:url(logo.jpg);
        background-repeat: no-repeat;
        position:absolute;
        margin-top: 30px;
}


#header #logo #adresse {
        width: 170px;
        padding-top: 155px;
        padding-left: 25px;
        font-size: 10pt;
        padding-bottom: 17px;
        border-bottom: 1px solid;
}

#header #logo #adresse a:link, #header #logo #adresse a:active, #header #logo #adresse a:visited  {
        text-decoration: none;
        color: black;
        border-bottom: 1px dotted;
}

#header #logo #adresse a:hover {
        text-decoration: underline;
        color: #c40000;
        border-bottom: none;
}

#header #sponsor {
        position: absolute;
        padding-top: 500px;
        padding-left: 25px;
}

#header #sponsor img {
        border: none;
}

#header #subnav {
        position: absolute;
        padding-top: 345px;
        padding-left: 25px;
        font-size: 10pt;
}


#header #subnav a:link, #header #subnav a:active, #header #subnav a:visited  {
        text-decoration: none;
        color: black;
        border-bottom: 1px dotted;
        padding-left: 14px;
        background: url(link.gif) no-repeat left top;
}

#header #subnav a:hover {
        text-decoration: underline;
        color: #c40000;
        border-bottom: none;
}

#header #headernav {
        position: absolute;
        margin-left: 244px;
        padding-top: 7px;
}

#header #headernav .navpunkt {
        color: white;
        font-size: 8pt;
        float: left;
        width: 89px;
        text-align: center;
}

#header #headernav .navpunkt a:link, #header #headernav .navpunkt a:active, #header #headernav .navpunkt a:visited  {
        text-decoration: none;
        color: white;
        border-bottom: 1px dotted;
}

#header #headernav .navpunkt a:hover {
        text-decoration: underline;
        color: #EBEBEB;
        border-bottom: none;
}


#contentrahmen {
        margin-left: 244px;
        width: 495px;
        padding-left: 40px;
        padding-top: 60px;
        margin-right: 40px;
        background-color: #EBEBEB;
        min-height: 400px;
}

#contentrahmen #content h1 {
        width: 125px;
        height: 17px;
        background-color: #808080;
        color: white;
        font-size: 8pt;
        font-weight: bold;
        text-align: center;
        padding-top: 2px;
        margin-bottom: 0px;
}



#content .bodytext {
        width: 415px;
        background-color: white;        
        font-size: 10pt;
        text-align: justify;
        padding: 20px;
}

#content a:link, #content a:active, #content a:visited  {
        text-decoration: none;
        color: black;
        border-bottom: 1px dotted;
}

#content a:hover {
        text-decoration: underline;
        color: #c40000;
        border-bottom: none;
}

#content img {
        border: 0px;
}


