body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Coda'
}

h1 {
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    color: #000000;
    margin: 0;
    padding: 0;
}

h2 {
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    margin: 0 0 2em;
    padding: 0;
}

h3 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
    padding: 0;
    z-index: 1;
    position: relative;
}

th {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.slide_vypln {
    width: 100%;
}

.slideshow {
    display:flex;
    flex-direction:column;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.content {
    margin: 0 auto;
    width: 960px;
    background-color: white;
}

.obsah_tab_slide2 {
    vertical-align: top;
}

.pod_carou {
    vertical-align: bottom;
    color: slategrey;
    font-style: italic;
}

.obsah_slide {
    margin: 0 auto;
    width: 960px;
    background-color: white;
    padding: 20px;
}

.tabulka {
    table-layout: fixed;
    border-spacing: 10px;
    border-collapse: separate;
}

.clear {
    clear: both;
}

#header {
    width: 100%;
    background: url('../img/header-bg.png');
    height: 80px;
    position: fixed;
    margin-top: 25px;
    z-index: 10;
}

#nav {
    width: 680px;
    float: right;
    margin-top: 20px;
}

#logo a {
    text-decoration: none;
    float: left;
    font-size: 30px;
    margin-top: 20px;
}

#nav ul {
    list-style: none;
    display: block;
    margin: 0 auto;
    list-style: none;
}

#nav li {
    margin-top: 9px;
    float: left;
    padding-left: 21px;
}

#nav li a {
    color: #000000;
    /*opacity: 0.6;*/
    font-size: 16px;
    text-decoration: none;
}

#nav li a.active {
    color: #9CD617;
    /*opacity: 1;*/
    border-bottom: 2px solid #000000;
}

#nav li a:hover {
    color: #9CD617;
    /*opacity: 1;*/
}

#slide1 {
    background: url(../img/slide1.jpg) 50% 0 no-repeat fixed;
    height: 600px;
    margin: 0;
    padding: 140px 0 260px 0;
    background-size: cover;
}

#slide2 {
    background-color: #fff;
    color: #000;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 200px 0;
}

#slide3 {
    background: url(../img/slide3.jpg) 50% 0 no-repeat fixed;
    /*color: #fff;*/
    height: 600px;
    padding: 170px 0 0 0;
    background-size: cover;
}

#slide4 {
    background-color: #fff;
    color: #333333;
    height: 550px;
    padding: 200px 0;
}

#slide5 {
    background: url(../img/slide5.jpg) 50% 0 no-repeat fixed;
    height: 600px;
    margin: 0 auto;
    padding: 250px 0;
    X-color: #fff;
    background-size: cover;
}

.images
{
    display: inline-block;
    float:left;
    margin: 0px;
    padding: 0px;
}