html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

body{
	background-color: silver;
}
a{
	text-decoration: none;
	color: blue;
}
#telo{
	position: relative;
	width: 800px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	height: auto;
}
#zahlavi{
	position: absolute;
	width: 100%;
	height: 88px;
	border: 0px
	left: 0px;
	top: 0px;
}
#menu{
	position: absolute;
	width: 100%;
	border: 0px;
	height: 40px;
	top: 88px;
	left: 0px;
	background-color: Black;
	font-weight: bold;
	font-size: 14px;
	background: url(grafika/pozadimenu.png) repeat-x;
}
#menu a{
	width: auto;
	background: transparent;
	color: Silver;
	display: inline;
	padding: 8px 2px 8px 2px;
	text-decoration: none;
	margin-left: 3px;
}
#menu a:hover{
	color: White;
}

#menuobsah{
	margin-top: 10px;
}
#obsah{
	position: absolute;
	width: auto;
	border: 0px;
	height: auto;
	top: 128px;
	margin-left: 0px;
	background-color: white;
	padding: 0px 10px 10px 10px;
	overflow: auto;
	min-height: 600px;
}
table{
	border-color: #0066CC;
}
