body {
    font-family: Tahoma, Arial, Helvetica;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.2em;
	letter-spacing: 0.01em;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/pozadi-body.png);
	background-repeat: repeat;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
    color: #C72F06;
    text-decoration: none;
}
a:hover {
	color: #0072AF;
}
h1, h2, h3 {
	margin: 10px 0px;
}
ul {
	margin-left: 20px;
}
#Page {
    width: 716px;
    margin: 0px auto;
}
h1#Hlavicka {
    width: 710px;
    height: 103px;
	position: relative;
	overflow: hidden;
	left: 0px;
	top: 0px;
	font-size: 10%;
	border: 3px solid #000000;
	margin: 0px 0px 0px 0px;
}
h1#Hlavicka span {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/pozadi-hlavicka.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 710px;
    height: 103px;
	visibility: visible;
	cursor: pointer;
}
#Obsah {
	width: 716px;
	margin-top: 7px;
}
ul#Menu {
	width: 158px;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	list-style: none;
	background-image: url(../images/pozadi-menu.png);
	background-repeat: repeat;
	border: 3px solid #000000;
}
ul#Menu li {
	display: block;
	width: 141px;
	padding: 5px 2px 5px 15px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/pozadi-menu-polozka.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
	font-size: 0.9em;
}
#Menu a {

	font-size: 0.9em;
	color: #000000;
	font-weight: bold;
}
#Menu a:hover, #Menu a.aktivni {
	color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#Levy {
	width: 164px;
	float: left;
}
#Text {
	width: 543px;
	float: right;
}
.clanek {
	width: 537px;
	border: 3px solid #000000;
	margin-bottom: 7px;
}
#Text .clanek h2.nadpis {
	width: 529px;
	padding: 1px 3px 1px 8px;
	background-image: url(../images/pozadi-nadpis.png);
	background-repeat: no-repeat;
	border-bottom: 3px solid #000000;
	font-size: 0.9em;
	margin: 0px 0px 0px 0px;
}
#Text .clanek .popis {
	width: 523px;
	overflow: hidden;
	background-image: url(../images/pozadi-clanek.png);
	background-repeat: repeat-y;
	padding: 5px 5px 5px 15px;
	margin: 0px 0px 0px 0px;
	color: #000000;
}
.news {
	width: 148px;
	border: 3px solid #000000;
	background-image: url(../images/pozadi-news.png);
	background-repeat: repeat;
	padding: 5px 5px 5px 5px;
	margin: 3px 0px 3px 0px;
	color: #000000;
}
img {
    border: none;
}
.cistic {
	clear: both;
}
.center {
	text-align: center;
}

