body {
	font-family: verdana, arial, sans-serif;
	text-align: center;
	background: #F5F5F3;
	color: #83593C;
}

#body {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #FEF0C9 url('../img/header.jpg') left top no-repeat;
	_height: 100%;
	min-height: 100%;
}
/*
.title #body {
	background-image: url('../img/header-title.jpg');
}*/

#logo {
	position: absolute;
	top: 58px;
	left: 231px;
	width: 170px;
	height: 25px;
}

#logo img {
	display: none;
}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #F1D798;
}

#footer p {
	padding: 3px 6px;
	color: #403929;
	text-align: right;
}

#seo-text {
	position: absolute;
	top:51px;
	right: 34px;
	width: 280px;
}

#seo-text h2 {
	text-align: right;
	color: #2E2E31;
	font-size: 1.2em;
}
#seo-text p {
	color: #2E2E31;
	font-size: 0.9em;
}

#middle {
	padding-top: 277px;
	padding-bottom: 40px;
	background: url('../img/background.gif') 221px 330px no-repeat;
	
}

#right-side {
	float: right;
	width: 518px;
}

#content {
	margin-right: 15px;
}

h1 {
	color: black;
	font-size: 1.1em;
	margin-bottom: 25px;
	background: url('../img/h1.gif') right center no-repeat;
}
h1 span {
	background: #FEF0C9;
	padding-right: 8px;
}

#navigator {
	margin-left: 55px;
	margin-bottom: 15px;
}

#navigator a {
	color: #3D4254;
}

#hlavni-menu {
	position: absolute;
	width: 140px;
	top: 97px;
	left: 0;
}

#hlavni-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#hlavni-menu ul li {
	margin: 0;
	padding: 0;
}

#hlavni-menu ul li a {
	display: block;
	border-bottom: 1px #9D9279 solid;
	padding: 4px 10px 4px 36px;
	color: black;
	font-family: tahoma, sans-serif;
	font-size: 1.1em;
	_height: 1px;
	text-decoration: none;
	font-weight: bold;
	
}
#hlavni-menu ul li a:hover {
	color: #DE8947;
}

#hlavni-menu ul li.last a {
	border-bottom: none;
}

#horni-menu {
	position: absolute;
	right: 0;
	width: 524px;
	top: 0;
}

#horni-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#horni-menu ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#horni-menu ul li a {
	display: block;
	float: left;
	color: white;
	font-family: tahoma, sans-serif;	
	padding: 0px 17px;
	margin: 4px 0;
	text-decoration: none;
	border-right: 1px white solid;
	font-size: 0.9em;
}

#horni-menu ul li a:hover {
	color: #DE8947;
}

#horni-menu ul li.last a {
	border-right: none;
}

#left-side {
	float: left;
/*	margin-top: 55px;*/
	margin-top: 140px;
	width: 187px;
	_width: 206px;
	padding-left: 19px;
}

#left-side .box {
	border: 1px #8E4C1A solid;
	background: #F1D798;
}

#left-side .box h3 {
	background: #E7A87A url('../img/aktual-header.gif') 8px 7px no-repeat;
	_background-position: 8px 9px;
	border-top: 3px #DE8947 solid;
	margin-bottom: 0px;
	padding: 2px 5px 4px 19px;
	color: #6A5D5E;
	font-family: arial;
	font-size: 1.1em;
	text-transform: uppercase;
}

#left-side .box div.wysiwyg {
	padding: 11px;
}