body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(images/pozadi.gif);
	background-repeat: repeat;
}

#telo {
	clear:both;
	position:relative;
	width:800px;
	height:auto;
	margin:0 auto;
	border: 1px solid #006633;
	background-color: #FFFFFF;
}

#content {
	position:relative;
	width:800px;
	height:auto;
	margin: auto;
	margin-top: 360px;
}

#content a {
	color: #A63600;
	font-weight: bold;
}
#content a:hover {
	color: #339933;
}


#banner {
	position:absolute;
	width:800px;
	height:300px;
	z-index:auto;
	background-color: #ECFFFF;
	top: 0px;
	margin-left: auto;
	left: 0px;
	
}

#logo {
	position:absolute;
	width: 239px;
	height: 86px;
	margin: 0 auto;
	padding-left: 40px;
	padding-top: 15px;
	left: 66px;
	top: 143px;
	
}

#logo p {
	padding: 10px 10px 0 0;     
} 
#logo a {
	color: #00D76B;
	text-decoration: none;
} 


#menu {
	position:absolute;
	top:300px;
	width:800px;
	height:52px;
	z-index:auto;
	background-color: #FFFFE8;
	margin-left: auto;
	background-image: url(images/pasek.gif);
}

#menu p {
	margin: 15px 10px 10px 20px;
	font-size: 14px;

}

#menu a {
	font: 14px;
	font-weight: bold;
	color: #00CCFF;
	margin: 0 9px 0 9px;
}
#footer {
	clear:both;
	margin:0 auto;
	padding:10px 0 15px 0;
	width:800px;
	text-align:center;
	background-color: #D4CAB6;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006633;
}

#footer p {
	margin: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	margin: 0 0 0 20px;
	color: #482400;
}
h2 {
	font-size: 16px;
	margin: 15px 0 0 20px;
	color: #552828;
}
h3 {
	font-size: 16px;
}
p {
	margin: 15px 15px 10px 15px;
	line-height: 1.3em;
	font-size: 14px;
}
a:link {
	color: #A63600;
	font-weight: bold;
}
a:hover {
	color: #339933;
}
.styl1 {
	font-size: 20px;
	font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif;
}
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

