*
{
    margin: 0;
    padding: 0;
}

body
{
    color: #333333;
    font: 0.8em/1.6 cambria, georgia, times new roman, times, serif;
    text-align: center;
    background: #253662 url("../img/bg.jpg") repeat-x 50% 0;
}

a
{
    color: #c5b358;
    text-decoration: underline;
}

a:hover
{
    color: #253662;
}

hr
{
    display: none;
}

img
{
    border: none;
}

table
{
    font-size: 100%;
}


input, select, textarea
{
    font: 100%/1.2 arial, verdana, helvetica, sans-serif;
}

input.text, select, textarea
{
    background: #ffffff;
    border: #d2d2d2 1px solid;
    padding: 2px;
}

input.text
{
    width: 200px;
}

select
{
    padding: 1px;
}

select option
{
    padding: 1px;
}

textarea
{
    width: 400px;
    height: 80px;
}

input.button
{
    color: #ffffff;
    text-transform: uppercase;
    background: #253662;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
}

input.button:hover
{
    background: #c5b358;
}

div.page
{
    position: relative;
    width: 720px;
    text-align: left;
    background: #ffffff url("../img/page.png") repeat-y 0 0;
    margin: 0 auto;
}

div.header
{
    position: relative;
    height: 200px;
    background: #253662 url("../img/header.jpg") no-repeat 210px 0;
}

div.header h2
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 210px;
    height: 132px;
    font-size: 240%;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
}

div.header h2 a
{
    text-decoration: none;
}

div.header h2 span
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("../img/logo.png") no-repeat 0 0;
    cursor: pointer;
}

div.content
{
    font-size: 90%;
    background: transparent url("../img/content.png") no-repeat 0 0;
    padding: 0 30px 20px 30px;
}

div.content h1, div.content h2, div.content h3, div.content h4, div.content h5
{
    color: #c5b358;
    line-height: 1.2;
    margin: 16px 20px -6px 20px;
}

div.content h1
{
    font-size: 260%;
    font-weight: normal;
    border-bottom: #c5b358 1px solid;
    margin: 0 0 12px 0;
    padding: 20px 20px 8px 20px;
}

div.content h2
{
    font-size: 200%;
    font-weight: normal;
}

div.content h2.blue
{
    clear: left;
    color: #7c86a1;
    margin: 0 20px 12px 20px;
}

div.content h3
{
    font-size: 160%;
    font-weight: normal;
}

div.content h4
{
    font-size: 120%;
}

div.content h5
{
    font-size: 100%;
}

div.content p
{
    line-height: 1.4;
    margin: 12px 20px;
}

div.content p.big
{
    font-size: 130%;
}

div.content ul, div.content ol
{
    margin: 12px 20px 12px 44px;
    line-height: 1.8;
}


div.main p.gps
{
    border-top: #ededed 1px solid;
    padding: 12px 0 0 0;
}


div.info
{
    position: relative;
    float: right;
    display: block;
    width: 240px;
    background: #dadde4 url("../img/info.jpg") repeat-y 0 0;
    margin: 0 0 20px 40px;
}

div.info span
{
    position: absolute;
    display: block;
    top: 42px;
    left: 0;
    width: 240px;
    height: 40px;
    background: transparent url("../img/info-span.png") no-repeat 0 0;
}

div.info a
{
    color: #253662;
}

div.info a:hover
{
    color: #c5b358;
}

div.info h3
{
    height: 40px;
    color: #253662;
    font-size: 130%;
    line-height: 40px;
    background: #dadde4 url("../img/info-h3.jpg") no-repeat 0 0;
    padding: 0 20px;
    margin: 0;
}

div.info h4
{
    position: relative;
    color: #253662;
    font-size: 100%;
}

div.info p
{
    position: relative;
    font-size: 95%;
    margin: 12px 20px;
}

div.info p.link
{
    font-size: 90%;
    background: transparent url("../img/info-link.png") no-repeat 0 100%;
    margin: 12px 0 0 0;
    padding: 0 20px 16px 20px;
}

div.navigation
{
    position: absolute;
    top: 132px;
    left: 22px;
    width: 674px;
    background: #b2a04e url("../img/navigation.png") no-repeat 0 0;
}

div.navigation ul
{
    list-style-type: none;
}

div.navigation ul li
{
    display: inline;
    font-size: 130%;
    line-height: 48px;
    padding: 0 0 0 20px;
}

div.navigation ul li a, div.navigation ul li a:hover
{
    color: #000000;
    text-decoration: none;
}


div.navigation ul li a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

div.language
{
    position: absolute;
    top: 0;
    left: 697px;
    width: 40px;
}

div.language ul
{
    list-style-type: none;
}

div.language ul li
{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #000000;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 10px 0 0 0;
}

div.language ul li.en
{
    background-image: url("../img/lang-en.png");
}

div.language ul li.de
{
    background-image: url("../img/lang-de.png");
}

div.language ul li a, div.language ul li a:hover
{
    display: block;
    color: #c5b358;
    width: 100%;
    height: 100%;
    font-size: 110%;
    text-decoration: none;
}

div.language ul li a:hover
{
    color: #ffffff;
}

div.cols
{
    float: left;
    display: inline;
    clear: both;
    width: 640px;
    margin: 0 0 0 -20px;
}

div.cols div
{
    float: left;
    display: inline;
    width: 300px;
    margin: 0 0 0 20px;
}

div.cols div :first-child
{
    margin-top: 0;
}


table.form
{
}

table.form td
{
    padding: 4px;
}

table.form td.r
{
    text-align: right;
}

table.form td.t
{
    vertical-align: top;
}


div.footer
{
    clear: both;
    width: 720px;
    height: 65px;
    font-size: 90%;
    background: #253662 url("../img/footer.png") no-repeat 0 0;
}

div.footer p
{
    display: inline;
    color: #ffffff;
    line-height: 40px;
}

div.footer p.copy
{
    float: left;
    width: 368px;
    height: 40px;
    color: #c5b358;
    line-height: 40px;
    background: #2a2a2a url("../img/footer-copy.png") no-repeat 0 0;
    padding: 0 16px;
    margin: 9px 0 0 40px;
}

div.footer p.copy a:hover
{
    color: #ffffff;
}

div.footer p.design
{
    float: right;
    margin: 9px 24px 0 0;
}

div.footer p.design a
{
    color: #ffffff;
}

div.footer p.design a:hover
{
    color: #c5b358;
}
