* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 68.75%; /* 11px */
    color: #000;
    background-color: #fff;
}

/* Container
***************************************************************************************************/

#wrapper {
    width: 1150px;
}

#logo {
    display: block;
    width: 191px;
    height: 57px;
    float: left;
}

#site {
    width: 980px;
    background-color: #fff;
    float: left;
}

#commercialTop {
    text-align: center;
    padding-bottom: 5px;
    width: 980px;
}

#commercialRight {
    float: left;
    padding-left: 5px;
}

#header {
    height: 57px;
    padding-right: 22px;
}

#content {
}

#contentOne {
    width: 980px;
    height: 750px;
    border: 0;
    overflow: auto;
}

#footer {
    text-align: center;
    clear: both;
    font-size: 90.9%; /* 10px */
}

#footerNav {
    padding: 10px 0;
    line-height: 115%;
    text-align: center;
}

#footerNav a {
    margin: 0 10px;
    white-space: nowrap;
}

#titleList {
    padding: 15px 10px 20px 10px;
    text-align: center;
}

#titleList a {
    margin: 0 5px;
    white-space: nowrap;
}

#navi {
    margin-top: 38px;
    float: left;
    list-style: none;
}

#navi li {
    padding: 0 5px;
}

/* Font
***************************************************************************************************/

#header h1 {
    margin-top: 10px;
    float: right;
    font-size: 280%;
}

#footer a {
    color: #000;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#navi li a {
    text-decoration: none;
}

#navi li a:hover {
    text-decoration: underline;
}

/* Variblen
***************************************************************************************************/

#logo {
    background: url(../img/tennismagazin_logo.jpg) no-repeat;
}

#header {
    background: #a0502a url(../img/bg_header.jpg) top right repeat-y;
}

#header h1 {
    color: #fff;
}

#footerNav {
    background: #009C5A;
    color: #fff;
}

#footerNav a {
    color: #fff;
}

#navi li {
    border-left: 1px solid #fff;
}

#navi li a {
    color: #fff;
}

#titleList {
    color: #F2B406;
}

