A.activeLink:active 
{
    TEXT-DECORATION: underline;
    COLOR: #0066cc;
    FONT-FAMILY: Times New Roman;
    FONT-SIZE: 17px;
    LINE-HEIGHT: 20px;
}
A.activeLink:link
{
    TEXT-DECORATION: underline;
    COLOR: #0066cc;
    FONT-FAMILY: Times New Roman;
    FONT-SIZE: 17px;
    LINE-HEIGHT: 20px;
}
A.activeLink:visited
{
    TEXT-DECORATION: underline;
    COLOR: #0066cc;
    FONT-FAMILY: Times New Roman;
    FONT-SIZE: 17px;
    LINE-HEIGHT: 20px;
}
A.activeLink:hover
{
    TEXT-DECORATION: none;
    COLOR: #ff0000;
    FONT-FAMILY: Times New Roman;
    FONT-SIZE: 17px;
    LINE-HEIGHT: 20px;
}


A.inactiveLink:active 
{
    TEXT-DECORATION: none;
    COLOR: #000000;
    FONT-FAMILY: Times New Roman;
    FONT-SIZE: 17px;
    LINE-HEIGHT: 20px;
}
A.inactiveLink:link
{
    TEXT-DECORATION: none;
    COLOR: #000000;
    FONT-FAMILY: Times New Roman;
    FONT-SIZE: 17px;
    LINE-HEIGHT: 20px;
}
A.inactiveLink:visited
{
    TEXT-DECORATION: none;
    COLOR: #000000;
    FONT-FAMILY: Times New Roman;
    FONT-SIZE: 17px;
    LINE-HEIGHT: 20px;
}
A.inactiveLink:hover
{
    TEXT-DECORATION: none;
    COLOR: #ff0000;
    FONT-FAMILY: Times New Roman;
    FONT-SIZE: 17px;
    LINE-HEIGHT: 20px;
}

.text
{
    FONT-FAMILY: Times New Roman;
    FONT-SIZE: 17px;
    LINE-HEIGHT: 20px;
    COLOR: #000000;
}

.wnd_text
{
    padding-left: 80px;
    padding-right: 20px;
    text-align: justify;
}


body
{
    background: transparent url(bg100909.jpg) no-repeat center top;
    margin: 0 0 0 0;
    min-width: 1120px;
    text-align:center;
}

.main-content
{
    width: 1120px;  
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: transparent url(ADG_bg.jpg) no-repeat;
    text-align: left;
} 

.Questions
{
    position: relative;
    padding-left: 480px;
    top: 260px;
    height: 101px;
    color: rgb(0, 0, 0);
    z-index: 1;
    text-align:left;
}

.AnswerWindow
{
    position: relative;
    padding-left: 300px;
    top: 230px;
    z-index: 2;
    left:0px;
    height:320px;
    display: none;
}

.bwnd_verh
{
    background: transparent url(verh.png) no-repeat scroll left top;
    width: 798px;
    height: 14px;
}

.bwnd_centr
{
    background: transparent url(centr.png) scroll left top;
    width: 798px;
    top:0;
    min-height:70;
    height: expression(this.scrollHeight < 70? "70px" : "auto");
}

.bwnd_niz
{
    background: transparent url(niz.png) no-repeat scroll left top;
    width: 798px;
    height: 14px;
}

.bwnd_pimpka
{
    background: transparent url('pimpka.png') no-repeat scroll left top;
    width: 70px;
    height: 70px;
    position: absolute;
}

.Languages
{
    position: absolute;
    padding-left: 880px;
    top: 20px;
    height: 101px;
    color: rgb(0, 0, 0);
    z-index: 1;
    text-align:left;
}

.activeLang
{
    TEXT-DECORATION: underline;
    COLOR: #0066cc;
    FONT-FAMILY: Times New Roman;
    FONT-SIZE: 17px;
    LINE-HEIGHT: 20px;
    cursor: pointer;
}

.activeLang:hover
{
    TEXT-DECORATION: underline;
    COLOR: #ff0000;
    FONT-FAMILY: Times New Roman;
    FONT-SIZE: 17px;
    LINE-HEIGHT: 20px;
    cursor: pointer;
}

.inactiveLang
{
    TEXT-DECORATION: none;
    COLOR: #000000;
    FONT-FAMILY: Times New Roman;
    FONT-SIZE: 17px;
    LINE-HEIGHT: 20px;
    cursor: default;
}

.TextWindow
{
    position: relative;
    top: 270px;
    z-index: 3;
    left:30px;
    display: none;
    height: 400px;
}

.swnd_verh
{
    background: transparent url(sverh.png) no-repeat scroll left top;
    width: 345px;
    height: 41px;
}

.swnd_centr
{
    background: transparent url(scentr.png) scroll left top;
    width: 345px;
    top:0;
}


.swnd_niz
{
    background: transparent url(sniz.png) no-repeat scroll left top;
    width: 345px;
    height: 15px;
}

.PortWindow
{
    position: relative;
    top: -305px;
    z-index: 2;
    left:380px;
    width:709px;
    height: 486px;
}

.Navigation
{
    position: relative;
    padding-left: 380px;
    padding-right: 30px;
    top: -270px;
    height: 101px;
    color: rgb(0, 0, 0);
    z-index: 3;
    text-align:left;
    width: 100%;
    max-width: 709px;
}

.swnd_text
{
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.preloader
{
    position: relative;
    top: -570px;
    left: 700px;
    height: 32px;
    color: rgb(0, 0, 0);
    z-index: 1;
    text-align:left;
    width: 32px;
    background: transparent url(uploader.gif) no-repeat scroll left top;
}