body {
    padding-top: 24px;
    background-color: black;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0 0 0 0;
}

p {
    text-align: justify;
    font-size: 1.1em;
}

h2 {
    margin: 1.2em auto 0.5em 0.4em;
    font-style: italic;
}
a,
a img {
    border-width: 0px;
    color: black; 
}

.atsign {
    vertical-align: middle;
}

#copyright {
    margin: auto 0px 0px 0px;
    padding: 5px 0px 7px 0px;
    width: 98%;
    text-align: right;
}
#copyright a {
    color: gray;
    text-decoration: none;
    font-size: 75%;
}

.page_delimiter {
    width:100%;
    position:relative;
    left:0%;
    top:-2.5em;
}

#menu {
    position: absolute;
    left: 0px;
    top: 24px;
    text-align: right;
    width: 20%;
/*    min-width: 14.5em; */
    background-color: black;
    color: white;
    margin-top: 0px;
}

#menu img {
    padding-bottom: 2em;
    padding-right: 20px;
}

/* Varianta 1
.menu_item a {
    text-decoration: none;
    font-size: 1.3em;
    font-weight: normal;
    background-color: inherit;
    color: white;
    padding: 5px 10px 5px;
    display: block;
}

.menu_item a:hover {
    color: black;
    background-color: white;
    font-weight: bold;
    font-size: 1.5em;
    padding: 3px 10px 3px;
}
*/
/* Varianta 2 */
.menu_item a {
    text-decoration: none;
    font-size: 1.3em;
    font-weight: normal;
    background-color: inherit;
    color: white;
    padding: 5px 10px 5px;
    display: block;
    border-top: black solid 2px;
    border-bottom: black solid 2px;
    border-left: black solid 2px;
}

.menu_item a:hover {
    font-weight: bold;
    font-size: 1.5em;
    padding: 3px 10px 3px;
    border-top: white solid 2px;
    border-bottom: white solid 2px;
    border-left: white solid 2px;
}

#image_line {
    top: 0px;
    padding: 0px 40px 0px 25px;
    background-color: white;
    background-image: url("../images/image_line.png");
    background-repeat: repeat-x;
    background-position: left top;
    color: black;
    width: 74%;
    margin: 0px 0px 0px 20%;
    height: 100px;
}
#text {
    top: 100px;
    padding: 60px 40px 20px 25px;
    background-color: white;
    background-image: url("../images/logo_gray.png");
    background-repeat: no-repeat;
    background-position: right top;
    color: black;
    width: 74%;
    margin: 0px 0px 20px 20%;
}

#main_title {
    font-weight: bold;
    font-variant: small-caps;
    font-size: 2.5em;
    margin-bottom: 1em;
}

.title {
    font-weight: bold;
    font-variant: small-caps;
    font-size: 1.5em;
    margin: 0em auto 0.7em 2em;
}

.action,
.news {
    display: table-cell;
    width: 50%;
    padding-right: 40px;
}

.action_date,
.news_date {
    margin: 0 auto 0.2ex 1em;
    font-size: 0.85em;
    font-weight: bold;
    font-family: serif;
}
.action_title,
.news_title {
    margin: 0 auto 0.2ex 1em;
    font-weight: bold;
    font-size: 1.2em;
}
.action_place {
    margin: 0.2em auto auto 3em;
    text-decoration: underline;
}
.action_price {
    margin: 0.2em auto auto 3em;
}
.action_body,
.news_body {
    margin: 1em auto 1em 3em;
}
.action_body p,
.news_body p {
    margin-top: -0.75em;
}

.vizitky {
}
.vizitka {
    width: 90%;
    margin: 5px auto 5px 30px;
}
.vizitka_logo,
.vizitka_fotka,
.vizitka_text {
    display: inline-block;
    position: relative;
    float: left;
}
.vizitka_fotka_box {
    width: 120px;
}
.vizitka_fotka {
    margin: 10px 10px 10px 15px;
}
.vizitka_text {
    margin: 5px 25px 10px 15px;
}
.vizitka_logo_box {
    background-color: black;
    width: 90px;
}
.vizitka_logo {
    background-repeat: no-repeat;
    background-position: top center;
    background-color: black;
    background-image: url("../images/logo.jpg");
    min-height: 160px;
    height: 100%;
    width: 90px;
    top: 0px;
}
.vizitka_item {
    font-weight: bold;
    width: 6em;
    display: inline-block;
    margin-top: 0.5em;
}
.vizitka_info {
    text-indent: 1em;
}
.vizitka_fotka,
.vizitka_inner {
    border: #6e6e6e solid 1px;
}
.vizitka_border_top {
    border-top: #6e6e6e solid 1px;
}
.vizitka_border_left {
    border-left: #6e6e6e solid 1px;
}
.vizitka_border_bottom {
    border-bottom: #6e6e6e solid 1px;
}
.vizitka_border_right {
    border-right: #6e6e6e solid 1px;
}
.vizitka_stin_rt,
.vizitka_stin_lb,
.vizitka_stin_rb {
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
}
.vizitka_stin_cb {
    height: 8px;
    width: auto;
    background-image: url("../images/stin_center_bottom.png");
    background-repeat: repeat-x;
}
.vizitka_stin_rc {
    width: 8px;
    height: auto;
    background-image: url("../images/stin_right_center.png");
    background-repeat: repeat-y;
}
.vizitka_stin_rt {
    background-image: url("../images/stin_right_top.png");
}
.vizitka_stin_lb {
    background-image: url("../images/stin_left_bottom.png");
}
.vizitka_stin_rb {
    background-image: url("../images/stin_right_bottom.png");
}

.sportoviste .vizitka_jmeno {
    font-weight: bold;
    font-size: 120%
}

.partner_box {
    margin: 0px auto 20px auto;
    text-align: center;
    width: 95%;
    display: table;
}
.partner {
    float: left;
    margin: 5px 10px 10px 10px;
}
.partner a {
    display: block;
    margin-bottom: 10px;
    height: 80px;
}

.gallery_box {
    display: table;
    margin: 5px auto 10px 2em;
}
.gallery_field {
    position: relative;
    height: auto;
    width: 155px;
    margin: 7px 0px 7px 0px;
    float: left;
    text-align: center;
}

.docs {
    margin-left: 5em;
}
.docs a {
    text-decoration: underline;
    color: inherit;
}
#partners_line_title {
    background-color: black;
    color: white;
    font-size: 80%;
    margin: 0px auto 0px 3%;
}
#partners_line {
    text-align: center;
    width: 90%;
    margin: 5px auto 5px auto;
}
.links {
    margin: 0px auto 30px auto;
    width: 75%;
    text-align: center;
}
.links a {
    color: black;
}
