* {
    font-family: 'Patrick Hand SC', sans-serif;
    font-size: large;
}

h1 {
    font-size: 125%;
    font-weight: normal;
    /*color: #dd0000;*/
}

h2 {
    font-size: 115%;
    font-weight: normal;
    /*color: #dd0000;*/
}

i {
    color: #dd0000;
}

b {
    color: #dd0000;
}

.img_note {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

dt, dd, li {
    margin-bottom: 1em;
}

.coords {
    font-style: italic;
    font-size: x-small;
    color: black;
    text-decoration: underline;
}

.round {
    border-radius: 1em;
}

.map {
    width: 570px;
    height: 570px;
}

/* Úvodní stránka */
.titleimage {
    max-width: 100%;
}

/* Hlavní tělo */
div.outer {
    padding: 0px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid #c9c9c9;*/
    max-width: 50em;
}

div.gallery_outer {
    padding: 0px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid #c9c9c9;*/
}

.menubar {
    /*border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;*/
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    display: block;
    vertical-align: middle;
    color: white;
    padding: 10px;
}

.menu li {
    list-style-type: none;
    display: inline;
}

.menu {
    margin: 0;
    padding: 0;
}

.menu a {
    margin: 0px;
    padding: 10px;
    text-decoration:none;
}

.menu a:hover {
    text-decoration: underline;
}

.menu .active_menu {
    color: #dd0000;
}

.menu .passive_menu {
    color: black;
}

/* Nadpis */
div.top, a.top {
    /*border-left: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;*/
    height: 150px;
    display: block;
    background-image: url(ph-rings.png);
    background-repeat: no-repeat;
    background-position: right;
    vertical-align: middle;
    padding: 0;
}

img.top {
    margin-left: 0;
}

/* Hlavní rámec */
div.main {
    /*border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;*/
    padding: 10px;
    min-height: 300px;
}

div.gallery_main {
    /*border-left: 1px solid #c9c9c9;
      border-top: 1px solid #c9c9c9;*/
    padding: 10px;
    min-height: 300px;
    text-align: center;
}

img.tlapky {
    float: right;
}

.img_table {
    width: 100%;
}

.img_table_prev, .img_table_next {
    width: 160px;
    text-align: center;
    vertical-align: top;
}

.img_table_img {
    border-radius: 0.3em;
}

.img_table_main {
    text-align: center;
}

.img_table_main_img {
    /*border: 2px solid black;*/
    /*padding: 2px;*/
    border-radius: 0.3em;
}

.img_index_main {
    border-radius: 0.3em;
    margin-top: auto;
    margin-bottom: auto;
}

.img_index_a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
/*    width: 200px;
    height: 200px;*/
/*    border: 1px solid lightgray;
    border-radius: 0.3em;*/
    margin: 10px;
/*    padding: 6px 6px 1px 6px;*/
}

.img_table_a {
    position: relative;
    display: block;
}

.img_arrow {
    position:absolute;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 400%;
    opacity: 0.7;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;  
}

.img_index_dir {
    padding-left: 2em;
    padding-right: 2em;
    border: 1px solid lightgray;
    border-radius: 0.3em;
    margin: 10px;
}
