﻿body 
{
    background: #f0f0f0;
    color: #000;
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    font-size: 11px;
    margin: 0 auto;
    padding: 0 auto;
}

.divPageContainer
{
    width: 100%;
    margin: 0 auto;
}

.divMainContainer
{
    width: 948px;
    border: solid 1px #e0e0e0;
    border-top: 0;
    background: #fff;
    margin: 0 auto;
    padding: 10px;
    min-height: 300px;
}

.divHeaderContainer
{
    width: 100%;
    height: 404px;
    background: #000;
}

.divHeaderInner
{
    margin: 0 auto;
    width: 968px;
    height: 404px;
    background: url(../img/sprite.png);
    border: solid 1px #666; border-top: 0; border-bottom: 0;
}

.divFlags
{
    position: absolute;
    margin: 50px 0 0 30px;
    width: 492px; height: 40px;
}

.btnFlag
{
    width: 48px; height: 36px;
    background: url(../img/sprite.png);
    margin-left: 10px;
    float: right;
}

.btnEnglish { background-position: -15px -428px; }
.btnGerman { background-position: -75px -428px; }
.btnItalian { background-position: -135px -428px; }
.btnFrench { background-position: -195px -428px; }
.btnSpanish { background-position: -255px -428px; }

.divHeaderInner .divLinks
{
    float: right;
    width: 300px;
    height: 230px;
    margin: 170px 30px 0 0;
}

.divHeaderInner .divLinks .divHeadline
{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.divHeaderInner .divLinks a:link,
.divHeaderInner .divLinks a:visited
{
    display: block;
    float: left;
    width: 280px;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    border: solid 1px transparent;
    text-decoration: none;
}

.divHeaderInner .divLinks a:hover,
.divHeaderInner .divLinks a:active
{
    color: #ccc;
    background: #333;
    border: solid 1px #666
}

.divHeaderInner .divThemes
{
    position: absolute;
    margin: 350px 0 0 30px;
    width: 492px; height: 40px;
}

.btnTheme
{
    width: 30px; height: 24px;
    margin-left: 10px;
    float: right;
    padding: 9px;
    cursor: pointer;
}

.btnTheme:hover { text-decoration: none !Important}


.btnFont
{
    background: #333;
    color: #fff !Important;
    line-height: 24px;
    text-indent: 10px;
}

.btnFont:hover { background: #000; color: #ccc !Important }


.btn1 { background: #fff; color: #000 !Important; }
.btn1 .link { color: red}
.btn2 { background: #000; color: #fff !Important; }
.btn2 .link { color: yellow}
.btn3 { background: #000066; color: #fff !Important; }
.btn3 .link { color: yellow}
.btn4 { background: #003333; color: #fff !Important; }
.btn4 .link { color: #ccffff}


a:link, a:visited
{
    color: #ff0000;
    text-decoration: none;
}

a:hover, a:active
{
    color: #cc0000;
    text-decoration: underline;
}


#fixedtipdiv
{
    height: auto !Important;
    position: absolute;
    padding: 2px;
    border: 1px solid #666;
    font:normal 11px Verdana, Arial, Helvetica, Sans-Serif;
    z-index: 100;
    background: #000 !Important; color: #ccc;
}

.divMainHeadline { font-size: 28px; font-weight: bold; }
a:hover.divMainHeadline { text-decoration: none; color: #000 }
.divSubHeadline { font-size: 16px; font-style: italic; margin-bottom: 20px; }
.divSubText { float: right; width: auto; font-size: 10px; padding: 5px; background: #f0f0f0; border: solid 1px #e0e0e0 }

hr
{
    clear: both;
    border: 0;
    background: #e0e0e0;
    color: #e0e0e0;
    height: 1px;
    margin: 20px 0 20px 0;
}

a:link.gotop, a:visited.gotop
{
    float: right;
    width: 20px; height: 20px;
    background: #f0f0f0 url(../img/sprite.png) -941px -412px;
    border: solid 1px #e0e0e0;
    margin-left: 5px;
}

a:hover.gotop, a:active.gotop
{
    float: right;
    width: 20px; height: 20px;
    background: #ccc url(../img/sprite.png) -941px -412px;
    border: solid 1px #999;
    margin-left: 5px;
}

.divQ
{
    margin: 20px 0 10px 0;
    padding: 10px;
    background: #f8f8f8;
    border: solid 1px #e0e0e0;
    font-size: larger;
    color: #666;
}

.divBox
{
    width: 150px;
    margin: 10px 10px 10px 0; padding: 10px;
    float: left;
    border: solid 1px #e0e0e0;
    background: #f8f8f8;
}