body,html { color: white;
	background-color: blue;
	background-image: url("../img/pozadi-hlavni-fr.png");
	background-repeat: repeat;
	font-family:verdana,sans-serif;
	scrollbar-track-color: grey;
	scrollbar-face-color: #122e53;
	scrollbar-arrow-color: #f0ff01;
	overflow: auto;
}
	
H1,hr {color: yellow}

#horni_okno {	position: absolute;
		top:	20px;
		left:	20px;
		width: 980px;
		height: 80px;
		background-color: transparent;
		background-image: url("../img/horni.png");
		}
#leve_okno {
		position: absolute;
		top: 120px;
		left: 20px;
		width: 210px;
		height: 600px;
		background-color: black;
		background-image: url("../img/leve-pozadi.png");
		background-repeat: repeat-y;
}
#obsah { position: absolute;
		top: 120px;
		left: 230px;
		width:	770px;
		height: 600px;
		background-color: transparent;
		color: yellow;
		background-image: url("../img/hlavni.png");
		}
a { color: silver;
		text-decoration: none;
		font-size: 12px;
}

a:hover { color: white;
}
a img { position: relative;
		left: -7px;
		top: 5px;
		border:none;
		}
ul {
		font-size: 10px;
		list-style-type: none;
		}

.links {
	position: relative;
	left: 10px;
	min-height:200px;
	width:600px;
}

#mapa {
	position: absolute;
	top: 370;
	}

#prezentace {
	border: 1px solid white;
	border-collapse: collapse;
	text-align: center;
	}

#prezentace th {
	width: 350px;
	border: 1px solid silver;
	background-color: blue;
	}


#prezentace a {
	border: none;
	font-weight: bold;
	text-decoration:none;
	}
#prezentace a:link, a:visited {
	background: #122e53;
	color: #fff;
	}
#prezentace a:hover {
	background: #00F;
	color: #ff0;
}

