* {
	margin: 0px;
	padding: 0px;
	border: none;
}
img {
    border: none;
}
.cistic {
    clear: both;
}
body {
    font-family: Trebuchet MS, Arial, Helvetica, Sans-serif;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.2em;
    background-image: url(../images/pozadi.png);
	background-repeat: repeat;
}
#Page {
    width: 796px;
    margin: 0px auto;
	overflow: hidden;
}
#Banner {
    width: 786px;
    height: 80px;
    position: relative;
	overflow: hidden;
	left: 0px;
	top: 0px;
	font-size: 0.4em;
	padding: 40px 0px 0px 10px;
}
#Banner span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/pozadi-hlavicka.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 796px;
    height: 120px;
	visibility: visible;
	cursor: pointer;
}
h1.banner {
    width: 786px;
    height: 80px;
    position: relative;
	overflow: hidden;
	left: 0px;
	top: 0px;
	font-size: 0.4em;
	padding: 40px 0px 0px 10px;
}
h1.banner span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/pozadi-hlavicka.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
    width: 796px;
	height: 120px;
	visibility: visible;
	cursor: pointer;
}
h1 {
    color: #FF9933;
    font-size: 1.0em;
    line-height: 1.3em;
}
h2 {
    color: #FF9933;
    font-size: 1.0em;
    line-height: 1.3em;
}
ul#Menu {
	width: 231px;
	height: 333px;
	list-style: none;
	background-image: url(../images/pozadi-menu.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	float: left;
}
ul#Menu li {
	padding: 0px 70px 0px 0px;
	text-align: right;
}
ul#Menu li.aktivni {
    font-weight: bold;	
}
#Menu a {
	color: #FFFFFF;
	text-align: right;
}
#Menu a:hover {
	/*color: #FF9933;*/
	color: #FFFFFF;
	text-decoration: underline;
}
#PozadiText {
    width: 796px;
    background-image: url(../images/pozadi-obsah.png);
	background-repeat: x-repeat;
}
#Obsah {
    width: 535px;
	padding: 40px 30px 10px 0px;
	float: left;
}
#Paticka {
    width: 796px;
    height: 130px;
    background-image: url(../images/pozadi-paticka.png);
	background-repeat: no-repeat;
}
ul, p, h1, h2, h3 {
    margin-bottom: 15px;
}
ul {
    padding-left: 25px;
}
.vpravo {
    float: right;
}
a {
    color: #FF9933;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
table tr td {
    border-bottom: 1px solid #FF9933;
    vertical-align: top;
    padding: 5px;
}
p.inzerce {
    border-bottom: 1px solid #FF9933;
    border-top: 1px solid #FF9933;
    padding: 5px 0px;
    font-style: italic; 
    
}

