@font-face {
    font-family: 'vafle-normal';
    src: url('../images/vafle_regular_vb-webfont.eot');
    src: url('../images/vafle_regular_vb-webfont.eot?#iefix') format('embedded-opentype'),
    url('../images/vafle_regular_vb-webfont.woff') format('woff'),
    url('../images/vafle_regular_vb-webfont.ttf') format('truetype'),
    url('../images/vafle_regular_vb-webfont.svg#vafle_vutregular') format('svg');

    font-weight: normal;
    font-style: normal;
}

body {
    font-family: vafle-normal;
    background: inherit;
}

html {
    font-family: vafle-normal;
    overflow-y: scroll !important;
    text-align: center;
    background: url("../images/back.jpg") repeat;
}

#main-container{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width:930px;
}

#hlavicka{
    height: 396px;
    background: url("../images/top_115.jpg");
    position: relative;
}
#jazykove-menu{
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: white;
}
#jazykove-menu a, #jazykove-menu a:active, #jazykove-menu a:focus{
    color: silver;
}
#jazykove-menu a:hover{
    color: white;
}
#telo{
    background: white;
    min-height: 600px;
    _height: 600px;
    padding-bottom: 80px;
}

#jazykove-menu a.active{
    color: white;
    font-weight: bold;
}
#jazykove-menu a.disabled{
    color: silver;
}
#paticka{
    background: #CE0205;
    color: white;
    padding: 10px;
}
#paticka a, #paticka a:active, #paticka a:focus,#paticka a:hover{
    color: white;

}
a, a:active, a:focus, a:hover{
    text-decoration: underline;
}
/*
uvodní rozcestnik
*/

#info-seznam{
    text-align: center;
}
#info-seznam .datum{
    font-size: 25px;
    text-align: left;
}
#info-seznam h3{
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 15px 0;

}
#info-seznam .polozka-seznamu{

    font-size: 16px;
    border-top: 5px solid black;
    padding: 30px 0;

}
#info-seznam .polozka-seznamu:first-child{
    border: none;
}
#info-seznam .info{
    margin-top: 10px;
}