*
{
    text-align: center;
}
body
{
    font-family: 'Nunito Sans', sans-serif;
    font-family: 'Saira Condensed', sans-serif;
    text-align: center;
    background-color: rgba(0, 50, 3,0.95);
}
.main
{
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1);
    background-color: #ffffff;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
}
.header
{
    text-align: center;
}
.nav ul, ul li
{
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
}
.nav ul li
{
    float: left;
    width: 16.66%;
    font-size: 150%;
}
.nav ul a:link,ul a:visited
{
    text-decoration: none;
	display: block;
	text-align: center;
	background-color: #ffffff;
	color: #003203;
	border: 2px outset #ccc;
	padding: 5px;
}
.nav ul a:hover
{
    background-color: #003203;
	color: #ffffff;
}
.glowny
{
    margin: 25px;
    margin-top: 75px;
}
.table_g td
{
    width: 50%;
    padding: 5px;
}
#foto:hover
{
    box-shadow: 0 4px 8px 0 rgba(0, 50, 3, 1), 0 6px 20px 0 rgba(0, 50, 3, 1);
}
.footer
{
    margin-top: 20px;
    line-height: 5px;
    padding-bottom: 20px;
    clear: both;
}
.footer_p
{
    font-size: 90%;
}
.sluzby_li ol li a
{
    text-decoration: none;
    color: #000000;
    font-size: 125%;
}
.sluzby_li ol li
{
    color: #000000;
    list-style-type: circle;
    text-align: left;
}
.sluzby_li ol li a:hover
{
    text-decoration: underline;
    color: #003203;
    font-size: 150%;
}
.sluzby_li ol li:hover
{
    color: #000000;
    list-style-type: disc;
}
.tel
{
    text-align: left;
    float: left;
    margin-left: 25px;
}