body {
background:  #c1f0c1;
margin: 0px;
height: 100%

}
.web {
width: 85%;
min-width: 1000px;
max-width: 2000px;
margin: 0 auto;
border: 0px solid black;
font-family: Arial;
font-size: 14px;
min-height: 850px;

}
.zahlavi {
width: 99,5%;
margin: 0 auto;
height: 100px;
border: 0px solid black;
border-bottom: 1px solid #00ab32;
background-color: #bae1f7;
font-family: Arial;
background-image: url("../img/styles/kolejnice.png");
background-repeat: repeat-x;
background-position: bottom center;
background-size: 160px;

}
.zahlavi_menu {
width: 99,5%;
padding-top: 10px;
margin-top:-2px;
padding-bottom: 9px;
border-top: 1px solid #00ab32;
background-color: #00ab32;
font-family: Arial;
text-align: center;
-webkit-box-shadow: inset 0px 0px 10px 3px rgba(128,128,128,0.31); 
box-shadow: inset 0px 0px 10px 3px rgba(128,128,128,0.31);
}
.zahlavi_menu a {
min-width: 10%;
padding: 10px 20px 10px 20px;
margin: 10px;
border: 0px solid black;
background-color: ##00ab32;
font-family: Arial;
color: white;
font-weight: bold;
text-decoration: none;
}
.zahlavi_menu a:hover {
border: 0px solid black;
background-color: #e3e3e3;
color: black;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
-webkit-box-shadow: inset 0px 0px 10px 3px rgba(128,128,128,0.31); 
box-shadow: inset 0px 0px 10px 3px rgba(128,128,128,0.31);
}
.obsah {
width: 94%;
min-height: 850px;
border: 0px solid black;
color: black;
padding: 40px;
text-align: justify;
line-height: 1.4;
background-color:rgba(227, 227, 227, 0.90);
};

