﻿body
{
    font-family: 'Courier New';
    font-size: small;
    background-color: #cccccc;
}

A
{
    font-size: small;
    color: gray;
    text-decoration: none;
}


A.s
{
    font-size: 12pt;
    color: Black;
    text-decoration: none;
}

A:hover
{
    background-color: activeborder;
}

.zag
{
    font-weight: bold;
    text-align: center;
}

#rtp
{
    font-weight: bold;
    font-size: large;
    
}

#links
{
    font-size: small;
    text-decoration: none;
    color: gray;
}

.price
{
    width: 60%;
    position: static;
    text-align: center;
    margin-left: 20%;

}

.head
{
    position: absolute;
    width: 750px;
    left: 50%;
    height: 170px;
    margin-left: -375px;
    background-color: #ffffff;
    z-index: 2;
}

#menu
{
    position: absolute;
    text-align: center;
    left: 550px;
    top: 30px;
}

#submenu
{
    position: absolute;
    left: 180px;
    top: 145px;
    width: 560px;
    height: 20px;
}

#logo
{
    left: 9px;
    top: 82px;
    width: 496px;
    height: 35px;
    position: absolute;
}

#sh
{
    color: blue;
    text-decoration: underline;
    font-size: small;
}

#demo
{
    left: 5px;
    top: 5px;
    width: 170px;
    height: 150px;
    position: absolute;
}

#razdel
{
    left: 10px;
    top: 140px;
    width: 740px;
    height: 5px;
    position: absolute;
    z-index: -1;
}

#u1
{
    left: 0px;
    position: absolute;
    top: 0px;
    width: 10px;
    height: 10px;
}
#u2
{
    left: 740px;
    position: absolute;
    top: 0px;
    width: 10px;
    height: 10px;
}
#u3
{
    left: 740px;
    position: absolute;
    top: 160px;
    width: 10px;
    height: 10px;
}
#u4
{
    left: 0px;
    position: absolute;
    top: 160px;
    width: 10px;
    height: 10px;
}


.text
{
    top: 190px;
    left: 50%;
    width: 370px;
    margin-left: -375px;
    position: absolute;
    background-color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;

}

.text_r
{
    top: 190px;
    left: 50%;
    width: 350px;
    position: absolute;
    background-color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 20px;

}

.downtext
{
    width: 732px;
    border-top: #cccccc thin solid;
    background-color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.sh
{
    color: blue;
    text-decoration: underline;
    font-size: small;
}

.li
{
    position: absolute;
    top: 110%;

}