html
{
    background: #222;
}

/* PAGE */
#page
{
    width: 885px;
    margin: 0 auto;
}

/* HEAD */
#head
{
    width: 100%;
    background: url(../img/background/head.png) center top;
    height: 101px;
    position: relative;
}

#head-language
{
    position: absolute;
    right: 0px;
    bottom: 5px;
}

#head-language ul li
{
    float: left;
    margin-left: 7px;
}

/* NAVIGATION */
#navigation
{
    background: url(../img/background/gradient/darkgrey.gif) repeat-x;
    height: 30px;
    border-bottom: 1px black solid;
    padding: 0 0 0 10px;
    border: 1px white solid;
    position: relative;
}

#navigation ul.navigation li
{
    float: left;
    margin-right: 15px;
    background: url(../img/background/gradient/darkgrey-spacer.gif) no-repeat right;
    padding: 7px 15px 7px 0;
}

#navigation ul.navigation li a
{
    color: white;
}

#navigation ul.navigation li.active a
{
    font-weight: bold;
}

#navigation ul.lang
{
    position: absolute;
    right: 0px;
    top: 8px;
}

#navigation ul.lang li
{
    float: left;
    margin-right: 10px;
}

/* SUBLINE */
#subline
{
    height: 18px;
    background: #4F4F4F;
    color: white;
    padding: 7px 10px;
    position: relative;
    margin-top: -1px;
    border: 1px white solid;
    border-top: none;
}

#subline a.logout
{
    position: absolute;
    right: 10px;
    color: white;
}

/* CONTENT */
#content
{
    background: url(../img/background/content.gif) repeat-x white;
    padding: 15px 10px 10px 10px;
    position: relative;
}

#content #partner
{
    width: 60px;
    text-align: center;
    position: absolute;
    bottom: 3px;
    right: 3px;
    font-size: 10px;
}

#content #partner img
{
    margin-top: 5px;
}

#content #partner a
{
    color: #222;
}

/* FOOTER */
#footer
{
    height: 23px;
    padding: 7px 0 0 10px;
    background: #2C2C2C;
    color: white;
    border: 1px white solid;
}

#footer a
{
    color: white;
}

/* TOOLTIP */
div.tip-wrap
{
    width: 210px;
    background: #212121;
    color: white;
    padding: 5px;
}