body,html { color: yellow;
	background-color: black;
	font-family:verdana,sans-serif;
	width: 1024px;
	height: 580px;
}
	
H1,hr {color: yellow}

#pages {
	position: absolute;
	right: 50%;
	margin-right: -512px;
	width:1024px;
	height: 580px;

}

#horni_okno {	position: relative;
		top:	0px;
		left:	20px;
		width: 980px;
		height: 80px;
		background-color: transparent;
		background-image: url("../img/horni.png");

		}
#leve_okno {
		position: relative;
		top: 10px;
		left: 20px;
		width: 210px;
		height: 450px;
		background-color: black;
		background-image: url("../img/leve-pozadi.png");
		background-repeat: repeat-y;

}
#obsah { position: relative;
		top: -440px;
		left: 230px;
		width:	770px;
		height: 450px;
		background-color: transparent;
		color: yellow;
		background-image: url("../img/hlavni.png");

		}
#leve_okno a { color: #a9b127;
		text-decoration: none;
		font-size: 12px;

}

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

#mapa {
	position: absolute;
	top: 370;

	}

#www-info {
	position: absolute;
	left: 50%;
	margin-left: -512px;
	top: 570px;
	font-size: 10px;
	width: 1024px;

	}

#cons {
	position: absolute;
	right: 280px;
	top: 70px;
	width: 500px;
	height: 50px;
	z-index: 2;
	background-color: red;
	font-size: 22pt;
	text-align: center;
	}