.bottom {
font-size:11px; 
width: 800px;
height: 50px;
margin-top: 0px;
background-color: #99CCFF;
clear: both;
margin: 0 auto;
}
.bottom a{
text-decoration: none;
color:#000;
}
.bottom a:hover{
text-decoration: underline;
}
.bottom #lvdroh{ /* levý dolní roh patičky */
position:relative;
margin: 0px;
padding: 0px;
top: 30px;
width: 20px;
float: left;
}
.bottom #stred { /* střed patičky */
position:relative;
margin: 0px;
padding: 0px;
width: 760px;
float: left;
text-align: center;
}
.bottom div#ofic {
	font-size: 25px;
	font-weight: bold;
	padding-top: 4px;
	text-decoration: none;
}
div#ofic a:hover{
	text-decoration: none;
}
.bottom div#web {
	text-align: right;
	padding: 0px;
}
.bottom #pvdroh{ /* pravý dolní roh patičky */
position:relative;
top: 30px;
width: 20px;
float: right;
}

