p.logo {
    margin: 20px 0px 0px 40px;
}

BODY {
    margin: 0px;
    padding: 0px;
    background: #E4E3E3 url(../bilder/content-bg.png) repeat-y;
}

#header {
    position: absolute;
    left: 50px;
    top: 80px;
    width: 898px;
    height: 65px;
    border-right: 1px solid #777777;
    border-left: 1px solid #777777;
    background: url(http://ff-wuppertal.de/images/header.jpg) repeat-x;
    overflow: hidden;
}

#logo {
    position: absolute;
    left: 50px;
    top: 0px;
    width: 900px;
    height: 80px;
    background: url(http://ff-wuppertal.de/images/plg.jpg) no-repeat;

    color: #E1E100;
    font-family: Verdana;
    vertical-align: middle;
    font-size: 20pt;    
}

#maintopic {
    position: absolute;
    left: 50px;
    top: 80px;
    width: 900px;
    height: 30px;
    overflow: hidden;
}

#plaintext {
    position: absolute;
    left: 750px;
    top: 86px;
    width: 195px;
    height: 30px;
    text-align: right;
    z-index: 100;
}

#plaintext a {
    color: #444444;
    text-decoration: none;
}


#youarehere {
    position: absolute;
    left: 50px;
    top: 111px;
    width: 730px;
    height: 30px;
}

#youarehere a {
    display: block;
    float: left;
    height: 30px;
    padding: 0px 10px 0px 23px;
    line-height: 30px;
    color: #444444;
    text-decoration: none;
    font-size: 11px;
    background : url(http://ff-wuppertal.de/images/pmr.gif) no-repeat;
}

#youarehere a:hover {
    color: #C70022;
    background : url(http://ff-wuppertal.de/images/pmra.gif) no-repeat;
}


#maintopic a {
    display: block;
    float: left;
    height: 30px;
    padding: 0px 10px 0px 10px;
    line-height: 30px;
    color: #444444;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing : 2px;
    border-right: 1px solid #777777;
}

#maintopic a:hover {
    text-decoration: underline overline;
    color: #444444;
}

#maintopic a.active {
    color: #444444;
    font-weight: bold !important;
    text-decoration: underline overline;
    font-size: 11px;
}


#topic {
    position: absolute;
    left: 50px;
    top: 145px;
    width: 200px;
    background-color: #C70022;
}

#topic a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #E1E100;
    padding: 0px;
    margin: 3px 20px 3px 20px;
    text-transform: uppercase;
    font-size: 10px;
}

#topic a.gross,
#topic a:hover.gross {
    display: block;
    color: #ffffff;
    text-decoration: none;
    border-bottom: none;
    padding: 0px;
    margin: 0px;
    text-transform: none;
}

#topic p {
    text-align: left;
}

#topic p a {
    margin: 0px;
}

#topic a:hover, #topic a.active {
    color: #E1E100;
}

#topic h1 {
    padding: 9px 20px 9px 20px;
    background-color: #95001A;
    font-size: 100%;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px;
}

#eyecatcher {
    position: absolute;
    left: 250px;
    top: 145px;
    width: 700px;
    height: 31px;
    background-color: #95001A;
}

#content {
    position: absolute;
    left: 270px;
    top: 175px;
    width: 660px;
    padding: 0px;
    margin: 0px;
}

#test {
    background-color: #C70022;
}

#test a {
    margin: 0px;
    color: #E1E100;
    text-decoration: none;
    border-bottom: none;
    padding: 0px;
    text-transform: none;
    font-size: 11px;
    font-weight: bold;
}


form.search {
    position: absolute;
    top: 111px;
    left: 780px;
    width: 160px;
}

form.search input {
    margin: 0px;
    vertical-align : middle;
}

input.search {
    border : 1px solid #444444;
    color: #444444;
    width: 118px;
    padding: 2px;
    font-size: 10px;
}

