body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #253416;
	background-color: #33481E;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
	color: #41522F; 
}
table {
	margin-left: 30px;
	border: thin solid #33481E;
	margin-top: 10px;
}
td {
	border: thin solid #33481E;
	margin: 0px;
	padding: 5px;
}


a:hover {
	text-decoration: underline;
	color: #161E0F;
}
#main {
	width: 585px;
	position: absolute;
	left: 50%;
	margin-left: -212px;
	top: 15px;
	
}
#main h1, h2, h3, h4, p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
}
#main hr {
	display: none;
}
#header {
	background-image: url(../images/header_bg.jpg);
	height: 110px;
}
#header h1 {
	display: none;
}
#header h2 {
	padding-top: 45px;
	padding-left: 30px;
	font-size: 1.6em;
}
#content {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
}
#content div.text {
	width: 520px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#content h3 {
	background-image: url(../images/contentheader_bg.jpg);
	height: 40px;
	padding-left: 30px;
	padding-top: 10px;
	font-size: 1.6em;
}
#content h4 {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.3em;
}

#content p {
	text-indent: 20px;
	padding-bottom: 10px;
}
#menu {
	position: absolute;
	left: -200px;
	top: 87px;
	height: 270px;
	width: 200px;
	background-image: url(../images/menu_bg.jpg);
	background-color: #CABC9F;
	background-repeat: no-repeat;
}
#menu a:hover {
	padding-left: -3px;
	font-weight: bold;
}
#menu ul {
	list-style-type: none;
	margin-top: 18px;
	margin-left: 20px;
	padding: 0px;
	margin-right: 8px;
}
#menu ul ul{
	list-style-type: bullet;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.odsazeni {
	font-size: 1.1ems;
	font-weight: bold;
	padding-top: 10px;
}

#main #menu li {
	margin-bottom: 3px;
}

#footer {
	background-image: url(../images/footer_bg.jpg);
	height: 70px;
	width: 560px;
	text-align: center;
}
#footer p{
	padding-top: 25px;
	font-size: 0.9em;
}
#current {
	font-weight: bold;
}
.rightimg {
	float: right;
}
.leftimg {
	float: left;
}
.imgborder {
	border: 2px solid #D9E6CC;
}

