/*---------------------------------------------------------------------------
        CSS-Datei [style.css]
        Tennisverband NORDWEST e.V.
        03.01.2006
        Claudio Diaspero
---------------------------------------------------------------------------*/

body {
        color: #000000;
        background-color: #ffffff;
        border-collapse: collapse;
        margin: 0px;
        padding: 0px;
        font-family: Arial, Helvetica, sans-serif;
        background-image: url(../images/back_body.gif);
        background-position: top left;
        background-repeat: repeat-y;
}

/*---------------------------------------------------------------------------
        HEADER
---------------------------------------------------------------------------*/
#back_header {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 142px;
        width: 1000px;
        background-image: url(../images/back_header.gif);
        background-position: top left;
        background-repeat: repeat-x;
}
#left_header_01 {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 93px;
        width: 190px;
        background-image: url(../images/left_header_01.gif);
        background-position: top left;
        background-repeat: no-repeat;
}
#middle_header_01 {
        position: absolute;
        left: 190px;
        top: 0px;
        height: 93px;
        width: 705px;
        text-align: right;
        background-image: url(../images/middle_header_01.gif);
        background-position: top left;
        background-repeat: no-repeat;
}
#right_header_01 {
        position: absolute;
        left: 895px;
        top: 0px;
        height: 93px;
        width: 105px;
        background-image: url(../images/right_header_blank_01.gif);
        background-position: top right;
        background-repeat: no-repeat;
}
#left_header_02 {
        position: absolute;
        left: 0px;
        top: 93px;
        height: 49px;
        width: 190px;
        background-image: url(../images/left_header_02.gif);
        background-position: top left;
        background-repeat: no-repeat;
}
#middle_header_02 {
        position: absolute;
        left: 190px;
        top: 93px;
        height: 49px;
        width: 705px;
        text-align: right;
        line-height: 49px;
        font-size: small;
        color: #002694;
        background-image: url(../images/middle_header_02.gif);
        background-position: top left;
        background-repeat: no-repeat;
}
#middle_header_02 a {
        color: #002694;
        text-decoration: none;
}
#right_header_02 {
        position: absolute;
        left: 895px;
        top: 93px;
        height: 49px;
        width: 105px;
        background-image: url(../images/right_header_blank_02.gif);
        background-position: top right;
        background-repeat: no-repeat;
}

#middle_header_01 img, #right_header_01 img, #right_header_02 img {
        border: none;
}

#right_header_02 img {
        /* IE 5.0 */
        position: absolute;
        top: 0px;
        left: 0px;
}

#content {
        position: absolute;
        top: 152px;
        left: 200px;
        width: 590px;
        height: auto;
        text-align: left;
}

#info {
        position: absolute;
        left: 800px;
        top: 152px;
        width: 186px;
}
