.inzeratyVyhledavaniLevo{
    min-height: 300px;
    width: 250px;
    background-color: #f0f0f0;
    border: 4px solid white;
    float: left;
    padding: 25px;
}
.inzeratyVyhledavaniLevoNadpis{
    font-family: "Tahoma", "Arial", "Verdana", "Lucida Grande CE", "Helvetica CE";
    font-weight: 600;
    color: #6b6b6b;
}
.inzeratyVyhledavaniLevoZaklad1 select{  
    width: 100px;
    border: 2px solid darkgray;
}
.inzeratyVyhledavaniLevoZaklad2 input{  
    width: 50px;
    border: 2px solid darkgray;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.inzeratyVyhledavaniLevoVyhledat{
    text-align: center;
}
.inzeratyVyhledavaniLevoVyhledat input{
    margin-top: 20px;
    width: 90px;
    cursor: pointer;
    border: 2px solid darkgray;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.inzeratyVypisovani{
    min-height: 800px;
    width: 570px;
    margin-left: 30px;
    background-color: white;
    border: 1px solid white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    padding: 25px;
}
.inzeratyVypisovaniInzerat{
    height: 140px;
    width: 540px;
    padding: 15px;
    border: 1px solid #bababa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    border-style: dashed;
}
.inzeratyVypisovaniInzerat:hover{
    height: 140px;
    width: 540px;
    padding: 15px;
    border: 1px solid orange;
    background-color: #f0f0f0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.inzeratyVypisovaniInzeratObrazek{
    height: 138px;
    width: 138px;
    padding: 0px 10px 0px 0px;
    float: left;
}
.inzeratyVypisovaniInzeratObrazek img{
    height: 138px;
    width: 138px;
    border: 1px solid darkorange;
}
.inzeratyVypisovaniInzeratNadpis{
    height: 30px;
    width: 385px;
    font-weight: 600;
    font-size: 20px;
    padding: 0px 0px 0px 5px;
    font-family: verdana, arial;
    float: left;
}
.inzeratyVypisovaniInzeratNadpis a{
    color: black;
}
.inzeratyVypisovaniInzeratText{
    height: 100px;
    width: 380px;
    padding: 5px;
    font-family: verdana, arial;
    float: left;
    font-size: 14px;
    color:black;
}
.center{
    text-align: center;
}