html {
    font-family: Arial,Helvetica,FreeSans;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    line-height: 140%;
}

body.home {
    background-color: #ffffff;
    color: #656263;
}

#langselect {
    position: absolute;
    text-align: right;
    font-size: 9px;
    line-height: 100%;
    top:  29px;
    right: 24px;
}

.home #langselect a,
.home #langselect a:visited,

.home #langselect .selected a,
.home #langselect .selected a:visited,

a { text-decoration:none; }
a:hover { text-decoration: underline;}
.home a { 
    color: #3d993d; 
} 

.home a:visited { 
    color: #9950b6;
}

.home #navigation a,
.home #navigation a:visited {
    color: #656263; 
}
.home #navigation a:hover {
    color: #3d993d; 
    text-decoration:none;
}

em {
    font-style: normal;
}

body {
    margin-right:0px;
    margin: 0;
    padding: 0;
}

.reset {
    position: absolute;
    top:  0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.rightside {
    position: relative;
    max-width: 1150px;
}

#background {
    position: absolute;
    background-repeat:no-repeat;
    background-position: right top;
}

.home #background {
    /*background-image:url('home_bg.png');
    top:  0px;
    right: -716px;
    height: 1074px;
    width: 1883px;*/
}

#logo {
    position: absolute;
    top:  32px;
    left: 0px;
}

#title {
    position: absolute;
    top: 68px;
    right: 23px;
    width: 688px;
    height: 27px;
    overflow: hidden;
    max-height: 39px;
    background-repeat:no-repeat;
    background-position:right top;
}

.navblock {
    position: absolute;
    background-position:right top;
}

.navblock,
.nav_block_disabled {
    background-repeat:no-repeat;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0px;
}

.navblock#top_left {
    top:  128px;
    right: 604px;
}
#top_left {
    min-height: 40px;
    min-width: 45px; 
}
.home #top_left { background-image:url('home_top_left.png'); }
#top_left:hover { background-image:url('home_top_left_hover.png'); }

.navblock#top_center {
    top:  128px;
    right: 354px;
}
#top_center {
    min-height: 40px;
    min-width: 45px;
}
.home #top_center { background-image:url('home_top_center.png'); }
#top_center:hover { background-image:url('home_top_center_hover.png'); }

.navblock#top_right {
    top:  128px;
    right: 94px;
}
#top_right {
    min-height: 40px;
    min-width: 45px; 
}
.home #top_right { background-image:url('home_top_right.png'); }
#top_right:hover { background-image:url('home_top_right_hover.png'); }

.navblock#bottom_right {
    top:  -64px;
    right: 94px;
}
#bottom_right {
    min-height: 40px;
    min-width: 45px; 
}
.home #bottom_right { background-image:url('home_bottom_right.png'); }
#bottom_right:hover { background-image:url('home_bottom_right_hover.png'); }

.navblock div a:hover,
.nav_block_disabled div a:hover {
    color: #3d993d; 
}

.navblock div{
    position: absolute;
    top:  -4px;
}

.navblock div {
    left: 100%;
}
.nav_block_disabled div {
    position :relative;
    left:  4px;
    top:  -4px;
    margin-right : 8px;
}
div.nav_block_disabled {
    margin-top: 10px;
    float: left;
}
.navblock ul,li {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.navblock ul,li,
.nav_block_disabled ul,li {
    list-style-type:none;
    margin-top: 0;
    padding-top: 0px;
}

/*.nav_block_disabled li,
.navblock li {
    margin-bottom: 15px;
    white-space:nowrap;
}*/

li.naventry_big {
    font-weight: bold;
    /*margin-bottom: 30px;*/
}

.entries {
    position: absolute;
    background-repeat:no-repeat;
    background-position:right top;
}
.home .entries p,h1,h2,
.home .foldable_left_fallback p,pre,table,h1,h2 {
    margin-left: 43px;
}

.home .entries p,h2,
.home .foldable_left_fallback p,h2 {
    color: #231f20;
}

.home .entries {
    /*background-image:url('home_entries.png');*/
    width: 660px;
    height: 519px;
    top:  189px;
    right: 44px;
}

.folded p, 
.empty div,
.folded div,
.folded li {
    display: none;
}

.entries li {
    list-style:square;
}

div>h2 {
    margin-top: 12px;
}

h1,
h2,
h3 {
    font-size: 9pt;
    font-weight: normal;
    margin-top: 24px;
}
h3 {
    font-weight: bold;
    display: list-item;
    list-style-image:url(orange_arrow_down.png);
    margin-left: 53px;
}
.foldable pre {
    border: 1px solid #AAAAAA;
    color: #000000;
    font-family: Monaco,"Courier New",Courier,monospace;
    padding: 1em;
}
.foldable li {
    margin-left: 63px;
    color: #000000;
}
.foldable h2 {
    display: list-item;
    list-style-image:url(black_arrow_down.png);
}
.foldable .folded h2 {
    cursor:pointer;
    list-style-image:url(black_arrow_right.png);
}
.foldable .empty h2 {
    list-style-image:url(empty_black_arrow_right.png);
}
.foldable .folded h2:hover {
    list-style-image:url(orange_arrow_right.png);
}
.foldable h1 {
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 0;
    display: list-item;
    list-style-image:url(green_coil.png);
}
.foldable .folded h1 {
    cursor:pointer;
    list-style-image:url(black_coil.png);
}

.foldable .folded h1:hover {
    font-weight: bold;
    color: #9950b6;
    list-style-image:url(orange_coil.png);
}

.foldable_left_headings {
    padding-top:  189px;
    z-index: -1;
}
.foldable_left_headings_horizontal{
    padding-top: 97px;
}

.foldable_left_headings_horizontal,
.foldable_left_headings,
.foldable_left_fallback {
    padding-left: 27px;
}

.foldable_left_fallback div {
    clear: both;
}

.container {
    margin-bottom: 24px;
}

table {
    border-spacing: 0px;
    border-collapse: collapse; 
}

td {
    border:1px solid #CCCCCC;
    padding: 0.5em;
}

.col_header {
    text-align:center;
}

.row_header {
    text-align:left;
}

.cell_ok {
    background-color:#99ff99;
    text-align:center;
}

.cell_broken {
    background-color:#ffcc66;
    text-align:center;
}

.cell_non_applicable {
    background-color:#cccccc;
    text-align:center;
}

