#title {
    margin-left: auto;
    margin-right: auto;
}

.container_h {
    margin-left: auto;
    margin-right: auto;
    height: 160px;
    margin-bottom: 0px;
    display: block;
    padding: 0px;
    
}

.container {
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

#cat {
    width: 160px;
    height: 144px;
    display: block;
    background-image: url(../pictures/kocka.png);
    background-repeat: no-repeat;
    float: left;
    margin: 0;
}

header {
    display: inline-block;
    width: 1000px;
}

html {
    margin-top: 0;
    padding-top: 0;
}

body{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

h1 {
    font-size: 64px;
    font-family: 'champagne_limousines', 'Candara';
    color: #004E9D;
    margin-left: 15px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    display: inline-block;
}

#subtitle {
    margin-left: 80px;
    display: inline-block;
}
#subtitle p{
    margin-top: 0;
    font-size: 32px;
    font-family: 'champagne_limousines', 'Candara';
    color: #004E9D;
    display: inline;
    margin-left: 20px;
    font-weight: bold;
}

#email {
    font-size: 28px;
    padding-left: 250px;
}
#sidebar {
    float: left;
    width: 420px;
    min-height: 255px;
}
#sidebar-top {
    float: left;
    font-family: 'champagne_limousines', 'Candara';
    font-weight: bold;
    font-size: 36px;
    border: 1px solid #000;
    width: 414px;
    height: 55px;
    text-align: center;
    margin-top: -15px;
    margin-left: 2px;
    padding-top: 10px;
    border-radius: 6px;
    background-color: #4C83BA;
    color: #FFF;
    text-shadow:  4px  4px 5px #000,
                 -1px -1px 0   #000,  
                  1px -1px 0   #000,
                 -1px  1px 0   #000,
                  1px  1px 0   #000;
}

.sidebar-down {
    /*border: 1px solid #FFF;    
    border-radius: 6px;
    background-color: #E7EFF6; */
    
    text-align: center;
    float: left;
    width: 414px;
    min-height: 400px;
    margin-top: 0px;
    margin-left: 2px;
    padding-top: 10px;
/*    font-family: 'amsans', 'verah', 'times new roman';*/
    font-family: 'champagne_limousines', 'Candara';
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #004D9D;
}

.sidebar-down div {
    border: 1px solid #FFF;    
    border-radius: 6px;
    background-color: #E7EFF6;
    color: #004790;
    margin-bottom: 4px;
}

.sidebar-down div h4 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 0px;
}

.aktualita_text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.aktualita_datum {
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 10px;
}

#menu {
    float: right;
    font-family: 'champagne_limousines', 'Candara';
    font-size: 32px;
    border: 1px solid #000;
    width: 725px;
    height: 55px;
    text-align: center;
    margin-top: -15px;
    margin-left: 10px;
    margin-right: 2px;
    padding-top: 10px;
    border-radius: 6px;
    background-color: #4C83BA;
    color: #FFF;
    text-shadow:  4px  4px 5px #000,
                 -1px -1px 0   #000,  
                  1px -1px 0   #000,
                 -1px  1px 0   #000,
                  1px  1px 0   #000;
}

#menu > li {
    margin-right: 34px;
    margin-left: -10px;
}

#menu-btn-1:hover {
    background-color: #FFF;
}

#menu-btn-2:hover {
    background-color: #FFF;
}

#menu-btn-3:hover {
    background-color: #FFF;
}

#menu-btn-4:hover {
    background-color: #FFF;
}

#menu-btn-5:hover {
    background-color: #FFF;
}

#menu-1:hover #menu-btn-1 {
    background-color: #FFF;
}

#menu-2:hover #menu-btn-2 {
    background-color: #FFF;
}

#menu-3:hover #menu-btn-3 {
    background-color: #FFF;
}

#menu-4:hover #menu-btn-4 {
    background-color: #FFF;
}

#menu-5:hover #menu-btn-5 {
    background-color: #FFF;
}

#menu li {
    display: inline;
    float: left;
    font-weight: bold;
}

#menu-1 {
    padding-bottom: 20px;
}

#menu-1 ul {
    display: none;
    position: absolute;
    width: 160px;
    border: 1px solid #000;
    font-size: 26px;
    line-height: 40px;
    background-color: #4c83ba;
    background-color: rgba(76, 131, 186, 0.94);
    text-align: center;
    margin-top: 0;
    border-radius: 6px;
    box-shadow: 4px 4px 5px #000;
    text-shadow: 2px 2px 3px #000;
    padding: 10px 10px;
}

#menu-1:hover ul {
    display: block;
    margin-top: 20px;
}

table {
    background-color: #E7EFF6;
    text-align: center;
    width: 750px;
    border-radius: 16px;
    font-family: 'champagne_limousines', 'Candara';
    color: #004D9D;
    font-weight: bold;
    font-size: 20px;

}

table tr:first-child th:first-child {
    border-top-left-radius: 16px;
}

table tr:first-child th:last-child {
    border-top-right-radius: 16px;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
}

thead, tr, td, th {
    border: 1px solid #4c83ba;
}

table tr:nth-child(even) {
    background-color: #c9d9e6;
}

table tr {
    height: 40px;
}

table th {
    background-color: #88b2db;
    color: #FFFFFF;
}

#menu a {
    text-decoration: none;
}

#menu-1 ul li a {
    text-decoration: none;
    padding: 1px;
}

#menu-1 ul li a:hover {
    color: #a0b8d1;
}

main {
    float: left;
}

footer {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    display: block;

    margin-top: 25px;
    font-size: 20px;
    font-family: 'champagne_limousines', 'Candara';
    color: #004E9D;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    float: left;
}


#menu div {
    margin-left: 5px;
    margin-right: 8px;
    display: inline;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 4px;
    float: left;
    margin-top: 13px;
    box-shadow: 4px  3px 8px #222;
}


#menu a {
    color: #FFF;
}

.main-text {
    float: right;
    width: 750px;
    margin-right: 10px;
}

.popis {
    float: right;
    width: 680px;
    margin-right: 30px;
    text-align: justify;
    font-family: 'champagne_limousines', 'Candara';
    font-size: 18px;
    line-height: 26px;
    color: #004D9D;
}

#mimo_hodiny {
    margin-top: 10px;
    text-align: center;
}

.seznam {
    margin: 0;
}

.popis_nadpis {
    font-weight: bold;
    font-size: 32px;
}

.popis_jmeno {
    font-weight: bold;
    font-size: 22px;
}

.seznam li {
    font-family: 'champagne_limousines', 'Candara';
    float: right;
    font-size: 18px;
    width: 630px;
    line-height: 24px;
    margin-bottom: 13px;
    margin-right: 80px;
    color: #004D9D;
    list-style-type: square;
    text-align: justify;
}




#telord {
    text-align: center;
    font-family: 'champagne_limousines', 'Candara';
    font-weight: bold;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #004D9D;
    float: left;
    width: 750px;
}

.nadpisy {
    text-align: center;
    font-family: 'champagne_limousines', 'Candara';
    font-weight: bold;
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #004D9D;
    float: left;
    width: 750px;
}


.arrow-up {
	width: 0; 
	height: 0;
    margin-left: 8px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	display: inline-block;
	border-bottom: 15px solid #4c83ba;
}

.main-text p {
    text-align: left;
    font-family: 'champagne_limousines', 'Candara';
    font-weight: bold;
    font-size: 22px;
    margin-top: 0px;
    padding-left: 40px;
    margin-bottom: 3px;
    color: #004D9D;
}

#ordinacni_hodiny {
    float: right;
    width: 330px;
    height: 330px;
    border: 1px solid #FFF;    
    border-radius: 6px;
    background-color: #E7EFF6;
    color: #004E9D;
    margin-bottom: 14px;
    margin-left: 24px;
    margin-right: 30px;
}

#ordinacni_hodiny h3 {
    text-align: center;
    font-family: 'champagne_limousines', 'Candara';
    font-weight: bold;
    font-size: 34px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #004D9D;
}

#ordinacni_hodiny h4 {
    text-align: center;
    font-family: 'champagne_limousines', 'Candara';
    font-weight: bold;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #004D9D;
}

#ordinacni_hodiny p {
    text-align: center;
    font-family: 'champagne_limousines', 'Candara';
    font-weight: bold;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #004D9D;
}

#adresa {
    float: right;
    width: 330px;
    height: 330px;
    border: 1px solid #FFF;    
    border-radius: 6px;
    background-color: #E7EFF6;
    color: #004D9D;
    margin-bottom: 14px;
    margin-right: 20px;
}

#adresa h3 {
    text-align: center;
    font-family: 'champagne_limousines', 'Candara';
    font-weight: bold;
    font-size: 34px;
    margin-top: 25px;
    margin-bottom: 20px;
    color: #004D9D;
}

#adresa p {
    text-align: center;
    font-family: 'champagne_limousines', 'Candara';
    font-weight: bold;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 42px;
    color: #004D9D;
}

#mapa {
    margin-left: 54px;
    border: none;
    
}

#mapa img {
    border: none;
}

#galerie {
    margin: 0;
    margin-right: 30px;
    float: right;
    width: 720px;
    height: 300px;
    border-radius: 16px;
    background-color: #E7EFF6;
    font-family: 'champagne_limousines', 'Candara';
    color: #004D9D;
    font-weight: bold;    
    text-align: center;
    font-size: 22px;
}

#galerie2 {
    margin: 0;
    margin-right: 30px;
    float: right;
    width: 720px;
    height: 160px;
    border-radius: 16px;
    background-color: #E7EFF6;
    font-family: 'champagne_limousines', 'Candara';
    color: #004D9D;
    font-weight: bold;    
    text-align: center;
    font-size: 22px;
}

.photos {
    display: block;
    width: 160px;
    height: 120px;
    float: left;
    margin: 20px 9px 0px;
    background-color: black;
    border-radius: 8px;
    border: 1px solid #004E9D;
}

#p01 { background-image: url(../photos/small/F1.jpg); }
#p02 { background-image: url(../photos/small/F2.jpg); }
#p03 { background-image: url(../photos/small/F3.jpg); }
#p04 { background-image: url(../photos/small/F4.jpg); }
#p05 { background-image: url(../photos/small/F5.jpg); }
#p06 { background-image: url(../photos/small/F6.jpg); }
#p07 { background-image: url(../photos/small/F7.jpg); }
#p08 { background-image: url(../photos/small/F8.jpg); }

#p11 { background-image: url(../photos/small/H1.jpg); }
#p12 { background-image: url(../photos/small/H2.jpg); }
#p13 { background-image: url(../photos/small/H3.jpg); }
#p14 { background-image: url(../photos/small/H4.jpg); }

.btn {
    text-align: center;
    font-family: 'champagne_limousines', 'Candara';
    font-weight: bold;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 0px;
    float: left;
    width: 350px;
    height: 50px;
    padding-top: 8px;
    margin-left: 220px;
    border-radius: 8px;
    border: 1px solid #004E9D;
    background-color: #E7EFF6;
    margin-bottom: 15px;
}

.btn_anchor {
    text-decoration: none;
    color: #4c83ba; 
}

.btn_anchor:visited {
    color: #4c83ba; 
}

.btn_anchor:hover {
    color: #004D9D; 
}

.btn_anchor:hover .btn {
    background-color: #c9d9e6; 
}