body{
    padding: 0px;
    margin: 0px;
    background-color: #F2F2F2;
    background-repeat: repeat-x;
    font-family: verdana, arial;
}

.cleaner {
clear: both;
}

#horni-pruh-maly{
    width: 100%;
    height: 50px;
}
.hpm-obsah{
    width: 1000px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.hpm-vlevo{
    float: left;
    font-size: 16px;
    color: black;
    padding-top: 10px;
}
.hpm-vpravo{
    float: right;
    font-size: 16px;
    color: red;
    padding-top: 10px;
}
#horni-pruh-velky{
    width: 100%;
    height: 120px;
    background-color: black;
}
.spoluprace{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #666;
    padding-top: 20px;
    margin-bottom: 10px;
}
.partner{
    float: left;
    padding-left: 20px;
}
.partner img{
    width: 200px;
    border: 0px;
}
.hpv-obsah{
    width: 1000px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    background-color: black;
}
.hpv-vlevo{
    float: left;
}
.hpv-vpravo{
    float: right;
    z-index: 10;
    position: relative;
}
.hpv-vpravo a{
    text-decoration: none;
    font-size: 18px;
    color: white;
    font-weight: bold;
    padding-left: 25px;
}
.hpv-vpravo a.menu{
    display: inline-block;
    line-height: 120px;
}
.hpv-vpravo a.menu:hover{
    display: inline-block;
    line-height: 120px;
    color: red;
}
.hpv-vpravo a.menu-active{
    display: inline-block;
    line-height: 120px;
    color: red;
}
.fluid_container{
    width: 1000px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}
#obaltextu{
    width: 500px;
    height: 125px;
    float: left;
    margin-top: 275px;
    background-image: url("/img/bg-slide-text.png");
    background-repeat: repeat;
    padding: 10px;
    
}
#obaltextu .text1{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    font-weight: 700;
}
#obaltextu p{
    color: white;
    font-size: 12px;
}
#obaltextu a.cistvice{
    display: block;
    background-color: red;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    text-decoration: none;
}
#obaltextu a.cistvice:hover{
    text-decoration: underline;
}

#obsah{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 10px;
    min-height: 400px;
    border: 0px solid red;
    margin-bottom: 20px;
}
#obsah span{
    font-size: 30px;
    color: red;
    font-weight: bold;
    line-height: 70px;
}
#obsah p{
    font-size: 12px;
    text-align: justify;
}
#obsah p.tucne{
    font-weight: bold;
    font-size: 17px;
    text-align: left;
}
#obsah ul{
    padding-left: 15px;
    margin-left: 0px;
}
#obsah ul li{
    list-style: circle;
    color: red;
    padding-left: 0px;
    margin-left: 0px;
    font-size: 12px;
}
#obsah ul li a{
    color: black;
    text-decoration: none;
}
.ob-vlevo{
    width: 300px;
    float: left;
}
.ob-uprostred{
    float: left;
    width: 300px;
    margin-left: 40px;
}
.ob-vpravo{
    width: 300px;
    float: right;
    border: 0px solid red;
    text-align: left;
}
#obsah table.formular{
    padding-left: 0px;
    padding-bottom: 20px;
    font-family: verdana;
    font-size: 14px;
    margin-left: 0px;
}
#obsah table.formular td{
    padding-top: 10px;
    color: black;
}
#obsah table.formular td.pole{
    padding-top: 0px;
}
#obsah ul.vozy{
    color: black;
}
#obsah ul.vozy li{
    color: black;
}
.poptavka{
    width: 100%;
    text-align: center;
}
#obsah table.formular-vozy{
    padding-bottom: 20px;
    font-family: verdana;
    font-size: 14px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.mapa{
    width: 100%;
    text-align: center;
}


#paticka-obal{
    width: 100%;
    height: 50px;
    background-color: black;
}
#paticka{
    width: 1000px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: black;
    font-size: 12px;
}
#paticka a{
    color: white;
    text-decoration: none;
    line-height: 30px;
}
#paticka a:hover{
    color: white;
    text-decoration: underline;
}
#copyright{
    float: right;
    color: white;
    line-height: 30px;
}
