﻿.ui-datepicker
{
    font-size: 12px !important;
}

form
{
    margin: 0px;
    padding: 0px;
}

html
{
    border: 0px none;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 14px;
}

body
{
    border: 0px none;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    background-color: #FFF;
}

/*toto zruší u Firefoxu tečkovaný obdélník po kliknutí na link*/
a:active, a:focus
{
    outline: 0;
}

/*toto zruší u Firefoxu tečkovaný obdélník po kliknutí na button*/
input::-moz-focus-inner
{
    border: 0;
}

a img
{
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    -khtml-opacity: 1.0;
    -webkit-opacity: 1.5;
}

a:hover img
{
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
}

#menu
{
    position: absolute;
    left: 15px;
    top: 165px;
}

#menu a.button
{
    background: url(/img/button_n.png) no-repeat;
    display: block;
    width: 160px;
    height: 45px;
    padding-top: 13px;
    text-align: center;
    font-size: 18px;    
    font-weight: bold;
    color: #333;
}

#menu a:hover.button
{
    background: url(/img/button_a.png) no-repeat;
    color: #444;
}

#container
{
    width: 986px;
    margin: 0px auto 0px auto;
    background-repeat: repeat-x;
    background-repeat: repeat-x;
    height: 100%;
}

#header
{
    position: relative;
    width: 986px;
    height: 135px;
    background-image: url(/img/hlavicka.png);
    background-repeat: no-repeat;
}

#header a:link, #header a:visited
{
    color: #000;
    text-decoration: none;
}

#header a:hover, #header a:active
{
    color: #777;
    text-decoration: none;
}

#headerClicker
{ 
    width: 410px;
    height: 80px;
    position: absolute;
    display: block;
    top: 12px;
    left: 20px;
    background: url(../img/transparent.gif) repeat; /* Hack pro IE*/   
}


#menuCz
{
    width: 17px;
    height: 19px;
    position: absolute;
    left: 372px;
    top: 99px;
    display: block;
    background: url(../img/transparent.gif) repeat; /* Hack pro IE*/    
}


#menuDe
{
    width: 17px;
    height: 19px;
    position: absolute;
    left: 395px;
    top: 99px;
    display: block;
    background: url(../img/transparent.gif) repeat; /* Hack pro IE*/    
}

#menuEn
{
    width: 17px;
    height: 19px;
    position: absolute;
    left: 418px;
    top: 99px;
    display: block;
    background: url(../img/transparent.gif) repeat; /* Hack pro IE*/    
}

#contentCz
{
    margin: 0px;
    padding: 0px;
    width: 906px;
    min-height: 600px;
    _height: 600px;
    margin-left: 40px;
    background-image: url(/img/podkladCz.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-color: #ddd;
    height: 100%;
}

#content
{
    width: 710px;
    margin-left: 165px;
    padding-top: 20px;
}

#content a:link, #content a:visited
{
    color: #000;
}

#content a:hover, #content a:active
{
    color: #777;
}

h1
{
    font-size: 15px;
    color: #000;
    font-weight: bold;
}

h2
{
    font-size: 13px;
    color: #000;
    font-weight: bold;
    margin-bottom: 2px;
}

.cleaner
{
    border: 0px none;
    margin: 0px;
    padding: 0px;
    float: none;
    clear: both;
    width: 0px;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

.povinne
{
    font-weight: bold;
    color: #ff0000;
    font-size: 10px;
}

.objednavka .linka
{
    border-top: #000000 1px solid;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
}

.objednavka .sl1z2
{
    float: left;
    width: 350px;
}

.objednavka .sl2z2
{
    float: left;
    width: 350px;
}

.objednavka .sl1z3
{
    float: left;
    width: 300px;
}

.objednavka .sl2z3
{
    float: left;
    width: 300px;
}

.objednavka .sl3z3
{
    float: left;
    width: 300px;
}

.objednavka .odsazeni1
{
    height: 3px;
}

.objednavka .odsazeni2
{
    height: 10px;
}