
/* Odkazy */

a:link
{
    color: #333;
    text-decoration: none;
    font-weight: normal;
}
a:visited
{
    color: #333;
    text-decoration: none;
    font-weight: normal;
}
a:hover
{
    color: black;
    text-decoration: underline;
    font-weight: normal;
}
a:active
{
    color: black;
    text-decoration: none;
    font-weight: normal;
}

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: white;
}
#site
{
    width: 730px;
    position: absolute;
    left: 50%;
    top: 0%;
    margin: 0 0 0 -365px;
}
#head
{
    width: 722px;
    height: 120px;
    background: url( 'images/head.gif' ) top center no-repeat;
}
#leva
{
    float: left;
    width: 190px;
    height: 500px;
}
#login
{
    widht: 181px;
    height: 129px;
    background: url( 'images/user.gif' ) top center no-repeat;
}
#menu
{
    widht: 183px;
    height: 207px;
    background: url( 'images/menu.gif' ) top center no-repeat;
}
.nabidka
{
    position: relative;
    top: 3px;
    left: 35px;
    width: 140px;
    height: 150px;
}
#reklama
{
    widht: 183px;
    height: 101px;
    background: url( 'images/reklama.gif' ) top center no-repeat;
    margin-top: 9px;
}
.reklama
{
    position: relative;
    top: 10px;
    left: 25px;
    width: 140px;
    height: 55px;
    font-size: 10px;
}
#copyright
{
    clear: both;
    height: 31px;
    background: url( 'images/bottom.gif' ) top center no-repeat;
    padding-top: 13px;
    text-align: right;
    padding-right: 25px;
    color: #FFFFFF;
    font-size: 10px;
}
.nadpis
{
    position: relative;
    top: 7px;
    left: 60px;
    color: #333;
    font-weight: bold;
}
/*Main*/
#main
{
    float: left;
    width: 526px;
    text-align: center;
    background: url( 'images/main.gif' ) top center repeat-y;
}
.main_top
{
    width: 100%;
    height: 40px;
    background: url( 'images/main_top.gif' ) top center no-repeat;
}
.main_bottom
{
    width: 100%;
    height: 24px;
    background: url( 'images/main_bottom.gif' ) top center no-repeat;
}
.main_nadpis
{
    position: absolute;
    left: 250px;
    top: 126px;
    color: white;
    font-weight: bold;
}
#main p
{
    margin-left: 25px;
    margin-right: 20px;
}
#main img
{
    border: 0px;
}
.lang
{
    position: absolute;
    right: 10px;
    left: 636px;
    top: 2px;
}
.menudown
{
    list-style: none;
}
.menudown:before
{
    content: " | ";
}
.login
{
    position: relative;
    top: 12px;
    left: 40px;
    width: 140px;
    height: 80px;
}
.input_text
{
    width: 70px;
    height: 10px;
    margin-top: 0px;
    font-size: 10px;
    position: absolute;
    right: 2px;
}
.login_button
{
    position: absolute;
    top: 35px;
    right: 13px;
    height: 20px;
    font-size: 10px;
}
li
{
    list-style-type: disc;
    padding-top:2px;
}
#search
{
    position: absolute;
    top: 85px;
    right: 40px;
}
.produkt_popis
{
    color: gray;
}
.item
{
    padding: 5px;
    margin: 5px;
}

