HTML, BODY {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

HTML {
    overflow: hidden;
    /*overflow: -moz-scrollbars-vertical;*/
}

BODY {
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    color: #00000;

}

FORM, IMG, DIV, P, TABLE, TH, TD, H1, H2 {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

TABLE {
    border-spacing: 0px;
    border-collapse: separate;
    *border-collapse: collapse;
}

TH, TD {
    empty-cells: show;

    font-family: Arial;
    font-size: 11px;
    color: #000000;
}

A, A:hover {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
A:hover {
    color: #1CBECA;
}
A.inverse {
    color: #1CBECA;
}
A.inverse:hover {
    color: #000000;
}

TABLE#main {
    margin-left: auto;
    margin-right: auto;
    width: 744px;
    height: 100%;
}

DIV#frame {
    width: 744px;
    height: 540px;
}

#logo {
    width: 144px;
    height: 60px;
    /*margin-left: 300px; */
    margin-left: 200px; 
    margin-bottom: 28px;
}

#pecs {
    float: left;
    width: 100px;
    height: 30px;
}
#lang {
    float: right;
/*    width: 100px;*/
    width: 86px;
    height: 30px;
/*    text-align: right;*/
    text-align: center;
}

DIV#content {
    height: 360px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    /*overflow: auto;*/
}
DIV#content H1 {
    /*height: 56px;*/
    height: 14px;
    font-size: 14px;
    /*margin-top: 21px;*/
    margin-top: 14px;
    /*margin-bottom: 21px;*/
    /*margin-bottom: 28px;*/
    margin-bottom: 17px;
}
DIV#content H2 {
    font-size: 11px;
    height: 11px;
}

DIV#content DIV#scroll {
    height: 264px;
    overflow: auto;
/*
    scrollbar-face-color:#000000;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-track-color:#9CB2BE;
    scrollbar-shadow-color:#000000;
    scrollbar-highlight-color:#000000;
    scrollbar-3dlight-color:#000000;
    scrollbar-darkshadow-Color:#000000;
*/
}
DIV#content DIV#scroll DIV#scrollContent{
    /*width: 724px;*/
    height: 264px;
    overflow: auto;
}
a.jScrollArrowUp {
    background: url(/pic/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
    background-position: 0 -15px;
}
a.jScrollArrowDown {
    background: url(/pic/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
    background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    background-position: 0 -30px;
}

DIV#footer {
    height: 88px;
    font-size: 11px;
}
DIV.menu {
    width: 149px;
    /*height: 47px;*/
    height: 39px;
    margin-top: 12px;
    padding-top: 8px;
    float: left;
    text-align: center;
}
DIV.menu IMG {
    margin-top: -8px;
}
DIV#footer SPAN {
    width: 744px;
    display: block;
    text-align: center;
    float: left;
    margin-top: 15px;
}

