@charset "windows-1250";

body {
	font-family: "Tahoma", Verdana, Helvetica, sans-serif;
	background-image: url(images/pozadi.jpg);
	font-size: 13px;
	color: #d4911c;
	padding: 0px;
	margin: 0px;
}
#cele {
	left: 50%;
	width: 833px;
	position: absolute;
	margin-top: 8px;
	margin-left: -402px;
	background-image: url(images/cele.jpg);
}
#hlavicka {
	background-image: url(images/hlavicka.jpg);
	width: 833px;
	height: 202px;
}
#stred {
	width: 833px;
}
#vlevo {
	float: left;
	width: 253px;
	text-align: center;
}
#obsah {
	float: left;
	width: 550px;
	margin-left: 15px;
}
#spodek {
	background-image: url(images/paticka.jpg);
	width: 833px;
	height: 49px;
	clear: both;
}
#spodek .text {
	text-align: right;
	font-size: 10px;
	position: relative;
	display: block;
	top: 7px;
	margin-right: 8px;
	color: #C0C0C0;
}
#spodek a {
	color: #C0C0C0;
	text-decoration: none;
}
#spodek a:hover {
	text-decoration: underline;
}
p {
	margin: 10px 10px 10px 10px;
	text-indent: 10px;
	padding: 0px;
	text-align: left;
}
h1 {
	font-size: 18px;
	margin: 10px 15px 10px 15px;
	padding: 0px;
	text-align: left;
}
h2 {
	font-size: 13px;
	margin: 10px 15px 10px 15px;
	padding: 0px;
	text-align: left;
	text-decoration: underline;
}
ul {
	margin: 0px 0px 20px 30px;
	padding: 0px;
	line-height: 15px;
	list-style-type: disc;
}
ul .prvni {
	margin: 0px 0px 0px -20px;
	list-style-type: none;
	font-weight: bold;
}

