html, body {
	height: 100%;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:sans-serif,Arial;
}

div#roh {
	position: absolute;
	width: 90px;
	left: 0px;
	top: 0px;
	height: 40px;
	margin: 5px;
	background-color: black;
}

div#logo {
	position: absolute;
	top: 1px;
	left: 110px;
	height: 20px;
	color: white;
}

div#sloup {
	position: absolute;
	width: 100px;
	top: 0px;
	left:0px;
	height: 100%;
	background-color: black;
}

div#pruh {
	position: absolute;
	width: 100%;
	top: 0px;
	left:0px;
	height: 22px;
	background-color: #666666;
}

div#obsah {
	position: absolute;
	width: 800px;
	top: 20px;
	left: 100px;
	color:black;
	padding-left: 10px;
	padding-top: 5px;
}

#obsah a:link {
	color: #676767;
	text-decoration: none;
}

#obsah a:visited {
	color: #676767;
	text-decoration: none;
}

#obsah a:hover {
	text-decoration: underline;
	color:black;
}

#obsah a:active{
	background-color: #676767;
	color: white;
}

div#levy {
	position: absolute;
	width: 95px;
	top: 50px;
	left: 5px;
	color: white;
	padding-top: 5px;
}

div#levy a:link {
	color: silver;
	text-decoration: underline;
}

div#levy a:visited {
	color:white;
}

div#levy a:hover {
	text-decoration: none;
}

div#levy a:active{
	background-color: white;
	color: black;
}

.menu {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 3px;
}

.nadpis {
	font-weight: bold;
	font-size: 150%;
}

.odsazeni {
	position: absolute;
	left: 80px;
}

.rightalign{
	position: absolute;
	right: 10px;
}

