body {
    font-family: tahoma, arial, sans-serif;
    background-color: #90EE90;
    color: navy;
}

.wrapper {
    width: 850px; 
    margin: auto;
    margin-top: 30px;
    padding: 25px 50px 25px 50px; 
    border: 1px solid green; 
}

.header_text {
    margin-top: 7px;
    font-size: 12pt;
    color: green;
}

.text {
    margin-top: 3px;
    font-size: 10pt;
    color: black;
}

.header_pagename {
    font-size: 16pt; 
    font-weight: bold;
    float: right;
    color: black;
}

.header_pagename a:link {text-decoration: none; color: green;}
.header_pagename a:visited {text-decoration: none; color: green;}
.header_pagename a:hover {text-decoration: underline; color: green;}

.header_image {
    width: 850px; 
    margin-top: 10px; 
    margin-bottom: 20px; 
    border-top: 8px green solid; 
    border-bottom: 8px green solid;
}

.link_wrapper {
    width: 850px; 
    height: 212px;
}

.link_box {
    width: 190px;
    height: 170px;
    float: left;
    padding: 0px 10px 10px 10px;
    border-right: 1px green solid;
    
}

.link_last_box {
    width: 180px;
    height: 160px;
    float: left;
    padding: 0px 10px 10px 10px;
}

.link_head {
    margin-bottom: 5px;
    font-size: 12pt; 
    font-weight: bold; 
    color: black; 
}

.fotka_wrapper {
 width: 850px;
 text-align: center;
 margin: auto;
}

.fotka {
border: 7px #000 solid;
}

.popis {
font-size: 120%;
padding-top: 10px;
}

.navigace {
padding-top: 5px;
font-size: x-small;
}



.link_head a:link {color: black; text-decoration: none;}
.link_head a:visited {color: black; text-decoration: none;}
.link_head a:hover {color: green; text-decoration: underline;}

.link_text {
    font-size: 8pt; 
    color: navy;
}

.link_text a:link {color: navy; text-decoration: none;}
.link_text a:visited {color: navy; text-decoration: none;}
.link_text a:hover {color: navy; text-decoration: underline;}

.footer_wrapper {
    position: relative;
    width: 850px;
    height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: green;
}

.footer_left_text {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 7pt;
    color: #fff;
}

.footer_right_text {
    text-align: right;
    position: absolute; 
    top: 5px;
    right: 5px;
    font-size: 7pt;
    color: #fff;
}

.footer_wrapper a:link {color: #fff; text-decoration: none; font-weight: bold;}
.footer_wrapper a:visited {color: #fff; text-decoration: none; font-weight: bold;}
.footer_wrapper a:hover {color: #fff; text-decoration: underline; font-weight: bold;}
