body, html      {
	background-color: white;
	color: black;
	font-weight: bold;
	text-align: center;
}
#stranka {
	position: relative;
	width: 780px;
	margin: 0 auto;
}
div {
	border: 0px solid yellow;
}
#horni     {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 148px;
	text-align: center;
	font-weight: bold;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	border-width: 0px 0px 1px 0px;
	border-color: #00008B;
}
#obsah     {
	position: absolute;
	top: 148px;
	left: 0px;
	height: 452px;
	width: 800px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border: 0px solid;
}
a {
	color: #00008B;
}
a:hover {
	color: #b07dff;
}
h1 {
	color: #00008B;
	font-size: 18px;
	padding-bottom: 5px;
}
h2 {
	color: #00008B;
	font-size: 16px;
}
.tabulka1 {
	color: #f0e68c;
	border: 0px solid #F0E68C;
	width: 100%;
	text-align: center;
	background-color: black;
}
.tabulka1 th {
	color: #f0e68c;
	border: 0px solid #f0e68c;
	text-align: center;
	background-color: black;
}
.tabulka1 td {
	color: #f0e68c;
	border: 0px solid #f0e68c;
	text-align: center;
	background-color: black;
}
