body
{
    background-color: #999999;
    background-image: url(/website/en/img/layout/body_back.gif);
    background-repeat: repeat-y;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #000;
    line-height: 16px;
}

p
{
    padding: 0px 0px 50px 40px;
    margin: 0px 0px 15px 0px;
    border-color: #0F0;
    border-width: 0px;
    border-style: solid;
}

.debug { }

h1
{
    color: #7AB90C;
    margin: 0px 0px 3px 10px;
    font-size: 11px;
    font-weight: bold;
    text-indent: -10px;
}

h2
{
    padding: 0px 0px 0px 40px;
    color: #7AB90C;
    margin: 0px 0px 3px 0px;
    font-size: 11px;
    font-weight: lighter;
}

h3
{
    padding: 0px 0px 0px 40px;
    color: #7AB90C;
    margin: 0px 0px 3px 0px;
    font-size: 11px;
    font-weight: bold;
}


.debug { }

a
{
    background-color: transparent;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

a:hover { color: #000; }

li a
{
    font-size: 10px;
    color: #FFF;
    text-decoration: none;
}

li a:hover { color: #000; }

p a
{
    font-size: 11px;
    color: #7AB90C;
    text-decoration: none;
    /*font-weight: bold;*/
}

div
{
    border-color: #00FF00;
    border-width: 0px;
    border-style: solid;
}

img
{
    border-color: #000000;
    border-width: 0px;
    border-style: solid;
}

ul.intro li
{
    margin: 25px 50px 45px 0px;
    padding: 1px 10px 0px 25px;
    font-size: 10px;
    color: #7AB90C;
    line-height: 15px;
    list-style-type: none;
    background-image: url(/website/en/img/layout/content_intro2.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

li
{
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 5px 0px;
    font-size: 10px;
    color: #7AB90C;
    line-height: 15px;
}

li div
{
    color: #000;
    margin: 0px;
    padding: 20px 0px 20px 0px;
}

#jump
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}

#head
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 636px;
    height: 178px;
    z-index: 1;
    background-image: url(/website/en/img/layout/head_back.gif);
}

#basics
{
    position: absolute;
    left: 590px;
    top: 23px;
    width: 25px;
    z-index: 3;
}

#search
{
    position: absolute;
    left: 636px;
    top: 140px;
    width: 350px;
    z-index: 2;
}

#language
{
    position: absolute;
    left: 800px;
    top: 150px;
    z-index: 3;
}

#language a { font-size: 9px; }

#language a:hover
{
    color: #FFF;
    font-weight: bold;
}

#claim
{
    position: absolute;
    left: 636px;
    top: 0px;
    z-index: 2;
    padding: 54px 0px 0px 6px;
    background-image: url(/website/en/img/layout/context_claim_back.gif);
    background-color: #74A520;
    width: 270px;
    height: 178px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 264px;
    height: 125px;
}

.debug { }

#context
{
    position: absolute;
    left: 636px;
    top: 0px;
    width: 350px;
    height: 680px;
    z-index: 1;
}

#menu
{
    position: absolute;
    left: 0px;
    top: 140px;
    width: 636px;
    height: 40px;
    z-index: 2;
    background-image: url(/website/en/img/layout/head_menu.gif);
    background-repeat: repeat-x;
}

#breadcrumbs
{
    position: absolute;
    left: 10px;
    top: 190px;
    width: 600px;
    z-index: 3;
    background-image: url(/website/en/img/layout/content_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding: 0px 0px 0px 10px;
}

#content
{
    position: absolute;
    left: 0px;
    top: 177px;
    width: 636px;
    /*height: 690px;*/
    z-index: 1;
    background-image: url(/website/en/img/layout/content_back.gif);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    padding: 40px 0px 0px 0px;
}
 
#content.home
{
    background-image: none;
    padding-top: 0px;
}