body, html {
    font-family: Verdana;
    padding: 0;
    margin: 0;
}

p {
    text-align: justify;
}

header {
    border-bottom: 2px solid dimgray;
    padding: 20px;
}

header .logo {
    font-size: 30px;
    width: 20%;
    float: left;
}

header .logo a {
    color: #000;
    text-decoration: none;
}

header .menu {
    width: 70%;
    float: right;
    margin-top: -10px;
    margin-bottom: -20px;
}

header .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

header .menu ul li {
    padding: 0;
    margin: 0;
    text-align: center;
    float: right;
    margin-left: 10px;
}

header .menu ul li a {
    display: block;
    padding: 10px 20px;
    border: 2px solid dimgray;
    width: 100px;
    margin: 5px auto;
    color: black;
    text-decoration: none;
}

header .menu ul li a:hover,
header .menu ul li a.active {
    background-color: dimgray;
    color: #fff;
}


#content {
    padding: 20px;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

#content h1 {
    text-align: center;
}

footer {
    border-top: 2px solid dimgray;
    padding: 20px;
    text-align: center;
}

.clear {
    clear: both;
}

/* 404 */
#content .e404 .fly {
    float: left;
}

/* uvod */
#content .uvod .left,
#content .uvod .right {
    text-align: center;
}

#content .uvod .left img,
#content .uvod .right img {
    width: 100%;
}

#content .uvod .left {
    float: left;
    width: 47%;
}

#content .uvod .right {
    float: right;
    width: 47%;
}

#content .uvod .left a,
#content .uvod .right a {
    opacity: 0.5;
    -webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;
}

#content .uvod .left a:hover,
#content .uvod .right a:hover {
    opacity: 1;
}

/* seznam */
#content .seznam .item {
    border-top: 1px solid lightgrey;
}

#content .seznam .item.first {
    border: 0;
}

#content .seznam .item {
    padding-bottom: 20px;
    padding-top: 10px;
}

#content .seznam .item img {
    float: left;
    width: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* dvorek */
#content .dvorek .mapa {
    position: relative;
    width: 1200px;
    height: 767px;
}

#content .dvorek .mapa img.mapa-dvorku {
    width: 1200px;
    height: 767px;
}

#content .dvorek .kvetina {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    border: 1px solid red;
    border-radius: 5px;
    background-color: pink;
    width: 26px;
    height: 26px;
    text-align: center;
    margin-left: -13px;
    margin-top: -13px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.kvetina-popis {
    width: 200px;
    height: 200px;
}

.kvetina-popis img {
    width: 100px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}