body {
	font-family: tahoma, arial, sans-serif;
	text-align: center;
	background: white url('../img/body.gif') left top repeat-x;
}

#body {
	width: 712px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-position: right 58px;
	background-repeat: no-repeat;
	min-height: 100%;
	_height: 100%;
}

#logo {
	position: absolute;
	left: 0px;
	top: 9px;
	width: 157px;
	height: 38px;
}
#middle {
	padding-bottom: 80px;
}
#left-side {
	width: 196px;
	float: left;
	margin-top: 56px;
	overflow: hidden;
}

#right-side {
	width: 500px;
	float: right;
	margin-top: 260px;
	overflow: hidden;
}

#content {
	position: relative;
	padding: 1px;
}

#navigator {
	margin-bottom: 15px;
}
#navigator a {
	padding: 0 7px;
	font-weight: bold;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 5px #BEBEBE solid;
}

#footer p {
	text-align: center;
	color: #737373;
	margin: 4px 0;
}
#footer p a {
	padding: 0 15px;
	color: #737373;
	font-weight: bold;
	margin-bottom: 6px;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: none;
	color: #5A863C;
}
#footer p#copy {
	color: #FF8A00;
}

/* menu */
#menu {
	border-top: 3px #BEBEBE solid;
	border-bottom: 3px #BEBEBE solid;
	padding: 10px 0;
	margin-bottom: 10px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;	
}

#menu ul li {
	margin: 0;
	padding: 0;
}

#menu ul li a {
	display: block;
	color: #7D7D7D;
	font-weight: bold;
	padding: 8px 10px 8px 34px;
	background: url('../img/menu.gif') 9px 7px no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	_height: 1px;
}

#menu ul li a:hover {
	color: #5A863C;
	background-image: url('../img/menu-active.gif');
}

#menu ul ul {
	margin-left: 35px;
	margin-right: 30px;
}

#menu ul ul a {
	padding: 3px 10px 3px 0; 
	background: none;
	text-transform: none;
	font-size: 1.0em;	
	font-weight: normal;
}

#menu ul ul a:hover {
	background: none;
}

.form fieldset {
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	display: block;
}

.form legend {
	margin: 0;
	padding: 0;
	_margin-left: -8px;
	padding-bottom: 10px;
}
.form legend span {
	width: 180px;
	_width: 197px;
	display: block;
	color: white;
	background: #A1BA55;
	padding: 4px 8px 2px 8px;
	font-weight: bold;
	text-transform: uppercase;
}

.form label {
	color: #8F8C8C;
	display: block;
	margin-left: 10px;
}
.form input {
	margin-left: 10px;
	color: #8F8C8C;
	width: 130px;
	margin-bottom: 3px;
}

.form input.submit {
	background: white;
	border: none;
	margin-left: 80px;
	cursor: pointer;
}

#clenove h3 {
	color: #7D7D7D;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#clenove .clenove {
	float: left;
	width: 88px;
	margin-right: 10px;
	margin-bottom: 15px;
}

#rotujici-text {
	position: absolute;
	_width: 495px;
	width: 420px;
	top: 27px;
	left: 214px;
	background: url('../img/rotujici-text.gif') left center no-repeat;
	padding-left: 12px;
	height: 19px;
	overflow: hidden;
}

#rotujici-text p {
	white-space: nowrap;
	color: #7D7D7D;
	font-weight: bold;
	line-height: 19px;
	height: 19px;
}

#rotujici-text p span {
	position: relative;
	left: 0px;
}

#akce {
	position: absolute;
	top: 248px;
	right: 0;
	width: 421px;
	_width: 501px;
	min-height: 50px;
	_height: 64px;
	background: url('../img/akce.gif') right bottom no-repeat;
	/*overflow: hidden;*/
	padding: 10px 70px 4px 10px;
}

#akce p {
	margin: 0;
}
#baner_vlevo {
	text-align: center;
	margin: 8px 0;
}

/* language */
#language {
	position: absolute;
	right: 0px;
	top: 26px;
	z-index: 100;
}
#language a {
	height: 20px;
	margin: 0 4px;
	width: 20px;
	float: left;
}
#language a span {
	display: none;
}
#language a.en {
	background: url('../img/en.gif') center center no-repeat;
}
#language a.cs {
	background: url('../img/cs.gif') center center no-repeat;
}