/* Reset */
* { margin: 0; padding: 0;}

body {
    font-family: verdana;
    background-color: #212e51;
    background-image: url('../_img/top_body_bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    color: #212e51;
}

img {
    border: 0;
}

.b {
    font-weight: bold;
}

#menu {
    width: 870px;
    height: 43px;
    background-image: url('../_img/menu.png');
}

#obal {    
    width: 870px;
    margin-right:auto;
    margin-left:auto;    
}

#top {
    position: relative;
    float: left;
   
    width: 870px;
    height: 196px;
    z-index: 0;
}

#top_logo {
    float: left;    
    margin: 35px 0 0 20px;
}

#top_line {
    float: left;
    width: 870px;
    height: 23px;
    background: url('/_img/top_line.png');
}

#telo {
    background-color: #FFF;
    float: left;
    width: 870px;
    margin: 0;
    font-family: verdana;
    font-size: 12px;
    z-index: 0;
    min-height: 448px;
    padding-bottom: 10px;
}

#telo a, a:visited {
    color: #ABD25B;
    text-decoration: underline;
}

#telo a:hover {
    color: #ABD25B;
    text-decoration: none;
    background-color: #212e51;
}

#obal_stred {
    float: left;
    width: 870px;
    background: url('/_img/telo_bg.png');
}

#left {
    margin-top: 22px;
    float: left;
    width: 655px;
}

#right {
    margin-top: 22px;
    margin-right: 30px;
    background: #abd45a;
    float: left;
    padding: 15px;
    width: 155px;
    min-height: 330px;
    -moz-border-radius: 7px; /* Firefox */
    -webkit-border-radius: 7px; /* Safari and Chrome */
    border-radius: 7px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */

    behavior: url(css.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

.aktualita {
    z-index: 0;
    margin: 10px;
}

#bottom_line {
    float: left;
    width: 870px;
    height: 17px;
    background: url('/_img/bottom_line.png');
}

#bottom {
    float: left;
    background-image: url('../_img/bottom.png');
    width: 870px;
    height: 165px;
}

.bottom_logo {
    float: left;
    margin-top: 25px;
    margin-left: 10px;
}

.bottom_text {
    margin-top: 22px;
    float: right;    
    font-size: 12px;
    color: #FFF;
    font-family: Verdana;
}

.bottom_pruh {
    float: left;
    width: 870px;
}

.n_nadpis {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;  
}

.no_bg {
    background-color: white !important;
}

.group:hover {
    background-color: #ABD25B !important;
}

.novinka {
    padding-bottom: 15px;
    border-bottom: 1px dashed #212e51;
    margin-bottom: 15px;
    line-height: 1.3;
}

.novinka a {    
    color: white !important;     
}

.n_odkaz {
    width: 100%;
    text-align: left;
}

.n_datum {
    font-size: 10px;    
    color: white;
}

.novinka .n_anotace {
    
}

.odkaz {
    color: white !important;
    text-decoration: none !important;
}

.odkaz:hover {
    color: white;
    text-decoration: none;
}

.bottom_havel {
    margin-left: 360px;
}

.prodejni_mista {
    width: 660px;
    margin-top: 20px;
    background-color: #bad0de;
    padding: 5px;
}

.form {
    width: 460px;
    margin-top: 20px;
    background-color: #bad0de;
    padding: 5px;
    margin-left: 95px;
}

.form_input {
    width: 339px;
}

.form td {
    padding: 5px;
}

.button {
    width: 80px;
}

.obsah_form {
    float: left;
    width: 670px;
    text-align: justify;
}
