body {
background-color: darkblue;
color: white;
text-align: center;
font-family: Trebuchet MS, Arial, Helvetica;
}

div#zahlavi {
width: 750px;
text-align: center;
margin-bottom: 30px;
}

div#body {
width: 750px;
text-align: left;
margin: 25px auto;
}

div#menu_a_obsah {
width: 750px;
padding: 0px;
margin-bottom: 30px;
clear: both;
}

.konec {
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

div#obsah1 {
width: 750px;
padding: 0px;
float: right;
}

div#obsah2 {
width: 620px;
padding: 0px;
float: right;
}

div#menu {
width: 120px;
text-align: center;
border-right: 1px solid red;
float: left;
}

div#zapati {
width: 750px;
font-size: 0.7em;
color: gray;
border-top: 1px solid red;
text-align: center;
clear: both;
}

.odkaznavigace {
color: yellow;
text-decoration: none;
}

.odkaznavigace:hover {
color: lime;
font-weight: bold;
text-decoration: none;
}

.odkazmenu {
color: yellow;
font-size: 0.8em;
text-decoration: none;
}

.odkazmenu:hover {
color: lime;
font-weight: bold;
text-decoration: none;
}


.datum {
color: lightgreen;
font-weight: bold;
font-size: 0.8em;
}

h2 {text-align: center;}

a {text-decoration: none; color: red;}
a:hover {text-decoration: underline; color: lime;}

.skok {
color: white;
}






