body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/page01.jpg);
}

body, th, td, div, input, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: #ffffff;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea	{
	background-color: #A76C44;
	border: 1px solid #FFFFFF;
	font-size: 100%;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.text1 {
	color: #EABB79;
}

.text2 {
	color: #CAA78E;
}

.text3 {
	color: #B88968;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #CAA78E;
}

a.link2 {
	color: #B88968; 
	text-decoration: none;
}

a.link3 {
	color: #EABB79;
}

.bg1 {
	background-image: url(images/page02.jpg);
	background-repeat: repeat-y;
}

.bg2 {
	background-image: url(images/index01.jpg);
	background-repeat: repeat-y;
	background-position: 30px 0px;
}

.bg3 {
	background-image: url(images/page03.jpg);
	background-repeat: repeat-x;
}

.bg4 {
	background-image: url(images/index22.jpg);
	background-repeat: no-repeat;
}

.bg5 {
	background-image: url(images/index23.jpg);
	background-repeat: repeat-x;
}

#menu {
	width: 532px;
	height: 33px;
	position: relative;
}

#menu .polozka {
	float: left;
}

#menu .ramecek {
	background: url(images/spacer.gif);
	width: 522px;
	height: 45px;
	padding-top: 3px;
	padding-left: 13px;
	position: absolute;
	top: 33px;
	left: 0px;
	visibility: hidden;
}

#menu .polozka {
	behavior: url(hovermenu.htc);
}

#menu .polozkaHover .ramecek, 
#menu .polozka:hover .ramecek {
	visibility: visible;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 7px;
	text-align: justify;
}

ul {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	line-height: 16px
}

ul.li1 li {
	list-style: none;
	background: url(images/li1.jpg) 0px 7px no-repeat;
	padding: 0 0 0 15px;
}

ul.li2 li {
	list-style: none;
	background: url(images/li2.jpg) 0px 4px no-repeat;
	padding: 0 0 0 15px;
}

ul.li3 li {
	list-style: lower-alpha;
	background: none;
	padding: 0;
	margin-left: -25px;
}

.img1 {
	float: left;
	margin-right: 10px;
}

.img2 {
	float: right;
	margin-left: 10px;
}

.green {
	color: #8DC63F;
}

.red {
	color: #FF0000;
}

.text {
	font-size: 110%;
}