/* CSS Document */

body {margin: 10px; padding: 0; font: 10px Verdana, sans-serif; 
background-color: silver;}

.blok a:link {
	text-decoration: none;
	color: white;
}

.blok a:visited {
	text-decoration: none;
	color: white;
}

.blok a:active {
	text-decoration: none;
	color: white;
}


.blok a:hover {
	text-decoration: none;
	color: red;
	background: silver;
}

ul {
	list-style-type: none;
	width: 160px;
	font-weight: bold;
	position: absolute;
	left: 450px;
	top: 10px;
	z-index: 100;
}


.menu li {
}

.menu a {
	margin: 0px 5px 0px 5px;
	width: 150px;
	height: 10px;
	display: block;
	text-align: center;
	border-bottom: 2px solid gray;
	border-left: 2px solid white;
	border-right: 2px solid gray;
	border-top: 2px solid white;
	text-decoration: none;
	background-color: Silver;
	background: silver;
	padding: 2px;
	color: black;
}


.cervena {
	background: red;
}
.modra {
	background: #536A8E;#53C3DC
}
.zluta {
	background: #FFE029;
}

.menu a:hover {
background: #E6E6E6;
border-bottom: 2px solid white;
border-left: 2px solid gray;
border-right: 2px solid white;
border-top: 2px solid gray; 
color: red;
}

.menu a:active {
background: gray;
border-bottom: 2px solid white;
border-left: 2px solid gray; 
border-right: 2px solid white;
border-top: 2px solid gray; 
}

.nahled {
display:block;
width: 65px;
height: 65px;
float: left;
margin: 6px;
overflow: hidden;
}
