body {
    background: #c3c3c3;
    margin: 0px;
    padding: 0px;
    font-family:  Calibri, "Courier New Regular";
    font-size: 0.8em;
    text-align: center;
    color: #000066;
    font-size: medium;
}

#page {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/page_body.jpg);
    background-repeat: repeat-y;
    text-align: left;
}

#page-flash {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: repeat-y;
    text-align: left;
    position: relative;
}

#page_header {
    background: url(../img/page_head.jpg);
    background-repeat: no-repeat;
}

#header {
    height: 20px;
}

#flash_switch {
    position: absolute;
    top: 5px;
    right: 40px;
}

#flash_switch2 {
    position: absolute;
    top: 32px;
    right: 67px;
    z-index: 10;
}

#body {
    min-height: 700px;
    padding: 10px 20px;
    position: relative;
}

#footer {
    position: relative;
    height: 157px;
    background: url(../img/page_footer.jpg);
    background-repeat: no-repeat;
}

#footer div.info a {
    color: #020A9B;
    text-decoration: none;
}

#footer div.info a:hover {
    text-decoration: underline;
}

#footer div.info {
    position:absolute;
    bottom:23px;
    left:30px;
    text-align:center;
    width:923px;
    cursor: pointer;
    color: #000000;
    font-size: 10px;
}

#footer #footer_text, #flash_footer #footer_text {
    background: url(../img/bg_win.png);
    color: white;
    font-size:16px;
    height:380px;
    padding:10px;
    position:absolute;
    width:600px;
    bottom: 0px;
    z-index: 20;
    display:none;
}

#hp_text {
    background: url(../img/bg_win.png);
    color: white;
    font-size:16px;
    height:380px;
    margin-left:240px;
    padding:10px;
    position:absolute;
    width:480px;
    top: 0px;
    z-index: 50;
    display: none;
}


/* styl waldorf */
#apDiv  { position:absolute; left:60px;  top:0px;   z-index:2; }
#apTxt  { position:absolute; left:369px; top:357px; z-index:10; cursor: pointer;}

#apM, #apR, #apO, #apT, #apZ, #apY {
    display: block;
    position: absolute;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#apM span, #apR span, #apO span, #apT span, #apZ span, #apY span {
    display: block;
    position: absolute;
    z-index: 6;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 15px;
}

#apM {
    background-image: url(../img/hp/M.png);
    width: 138px;
    height: 131px;
    left: 30px;
    top: 86px;
}

#apR {
    background-image: url(../img/hp/R.png);
    width: 159px;
    height: 131px;
    left: 77px;
    top: 338px;
}

#apO {
    background-image: url(../img/hp/O.png);
    width: 159px;
    height: 150px;
    left: 184px;
    top: 508px;
}

#apT {
    background-image: url(../img/hp/T.png);
    width: 159px;
    height: 150px;
    left: 764px;
    top: 54px;
}

#apZ {
    background-image: url(../img/hp/Z.png);
    width: 159px;
    height: 150px;
    left: 785px;
    top: 337px;
}

#apY {
    background-image: url(../img/hp/Y.png);
    width: 159px;
    height: 150px;
    left: 665px;
    top: 505px;
}

#apM span {
    background-image: url(../img/hp/Mtext.png);
    width: 110px;
    left: 87px;
    top: 95px;
}

#apR span {
    background-image: url(../img/hp/Rtext.png);
    width: 116px;
    left: 55px;
    top: 23px;
}

#apO span {
    background-image: url(../img/hp/Otext.png);
    width: 102px;
    left: 56px;
    top: 13px;
}

#apT span {
    background-image: url(../img/hp/Ttext.png);
    width: 141px;
    left: -94px;
    top: 67px;
}

#apZ span {
    background-image: url(../img/hp/Ztext.png);
    width: 101px;
    left: 23px;
    top: -3px;
}

#apY span {
    background-image: url(../img/hp/Ytext.png);
    width: 63px;
    left: 50px;
    top: 1px;
}

#apM:hover, #apR:hover {
    background-position: 0 -131px;
}

#apO:hover, #apT:hover, #apZ:hover, #apY:hover {
    background-position: 0 -150px;
}

#apM:hover span, #apR:hover span, #apO:hover span, #apT:hover span, #apZ:hover span, #apY:hover span {
    background-position: 0 -15px;
}

#flash_footer {
    color: #000000;
    font-size:10px;
    position:absolute;
    top:660px;
    left: 215px;
    z-index:100;
    cursor: pointer;
}

#flash_footer a {
    color: #020A9B;
    text-decoration: none;
}

#flash_footer a:hover {
    text-decoration: underline;
}

