body {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #5b5b5a;
	margin: 0;
	padding: 0;
	text-align: left;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #5a8e1a;
	padding: 0;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

a {
	color: #5b5b5a;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
	font-size: 11px;
	color: #000;
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 10px;
	margin: 0;
	border: none;
}

.clear {
	font-size: 1px;
	width: 100%;
	clear: both;
}

.text_left {
	text-align: left !important;
}
.text_center {
	text-align: center !important;
}
.text_right {
	text-align: right !important;
}

.float_left {
	float: left !important;
}
.float_right {
	float: right !important;
}

img.float_left {
	margin: 0 10px 5px 0;
}
img.float_right {
	margin: 0 0 5px 10px;
}

.no_border {
	border: none !important;
}
.no_margin {
	margin: 0 !important;
}
.no_padding {
	padding: 0 !important;
}

.orange {
	color: #ff7800 !important;
}
.white {
	color: #fff !important;
}

#page {
	width: 746px;
	position: relative;
	/*margin: 0 auto;*/
	/*padding-top: 461px;*/
}

#header {
	display: none;
	width: 100%;
	height: 461px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left 67px;
}

#header.header1 {
	background-image: url(../design/header1.jpg);
}
#header.header2 {
	background-image: url(../design/header2.jpg);
}
#header.header3 {
	background-image: url(../design/header3.jpg);
}
#header.header4 {
	background-image: url(../design/header4.jpg);
}
#header.header5 {
	background-image: url(../design/header5.jpg);
}
#header.header6 {
	background-image: url(../design/header6.jpg);
}
#header.header7 {
	background-image: url(../design/header7.jpg);
}

#top_menu {
	height: 32px;
	padding-top: 35px;
	background-image: url(../design/logo.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
} 

#top_menu ul {
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}
#top_menu ul li {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px 10px 1px 0;
	border-right: 1px dotted #888888;
} 
#top_menu ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	padding-left: 12px;
	background-image: url(../design/arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#top_menu ul li a:hover {
	text-decoration: underline;
}

#top_menu form {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}
#top_menu form fieldset {
	margin: 0;
	padding: 0;
}
#top_menu form input {
	font-size: 11px;
	font-weight: bold;
}
#top_menu form #search {
	width: 140px;
	font-weight: normal;
	margin-right: 10px;
}

#hp_link {
	display: block;
	width: 130px;
	height: 50px;
	position: absolute;
	top: 5px;
	left: 300px;
}

#bottom_menu {
	width: 100%;
	height: 36px;
	position: absolute;
	left: 0;
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #595959;
} 
#bottom_menu li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}
#bottom_menu li a {
	float: left;
	display: block;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 10px 28px 0 28px;
}
#bottom_menu li a:hover, #bottom_menu li.active a {
	text-decoration: underline;
}

#bottom_menu li.bg_menu1 {
	padding: 0 3px 0 2px;
	background-image: url(../design/bg_menu1.gif);
	background-repeat: repeat-x;
}
#bottom_menu li.bg_menu2 {
	background-image: url(../design/bg_menu2.gif);
	background-repeat: repeat-x;
}
#bottom_menu li.bg_menu3 {
	background-image: url(../design/bg_menu3.gif);
	background-repeat: repeat-x;
}
#bottom_menu li.bg_menu4 {
	background-image: url(../design/bg_menu4.gif);
	background-repeat: repeat-x;
}
#bottom_menu li.bg_menu5 {
	background-image: url(../design/bg_menu5.gif);
	background-repeat: repeat-x;
}
#bottom_menu li.bg_menu6 {
	background-image: url(../design/bg_menu6.gif);
	background-repeat: repeat-x;
}
#bottom_menu li.bg_menu7 {
	background-image: url(../design/bg_menu7.gif);
	background-repeat: repeat-x;
}
#bottom_menu li.bg_menu8 {
	background-image: url(../design/bg_menu8.gif);
	background-repeat: repeat-x;
}

#content {
	/*min-height: 850px;*/
	padding: 0 0 20px 0;
	text-align: left;
	background-color: #fff;
	/*
	background-image: url(../design/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	*/
}

.row {
	padding: 20px 10px 20px 10px;
	margin-bottom: 0;
	border-bottom: 4px solid #85c23b;
}

.row.hp_content h1 {
	font-size: 22px;
	text-align: center;
	color: #016446;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.row.hp_content h2 {
	font-size: 12px;
	text-align: center;
	color: #f58500;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.hp_box {
	float: left;
	width: 218px;
	padding: 0 17px 0 0;
	margin: 0 17px 0 0;
	font-size: 11px;
	border-right: 1px solid #e5e5e5;
}
.hp_box h3 a {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 5px;
}

.hp_box ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
} 
.hp_box ul li {
	margin: 0 0 5px 0;
	padding: 0;
}
.hp_box ul li a {
	font-weight: normal;
	color: #f10000;
	padding-left: 28px;
	background-image: url(../design/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a.more {
	font-weight: normal;
	color: #f10000;
}

.hp_gallery {
	float: right;
	font-size: 11px;
	border-right: 1px solid #e5e5e5;
}
.hp_gallery h3 a {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 5px;
}

.hp_strankovani {
	text-align: right;
	margin-bottom: 10px;
}
.hp_strankovani a {
	font-weight: normal;
	margin: 0 3px;
}
.hp_strankovani a:hover, .hp_strankovani a.active {
	text-decoration: none;
	color: #f10000;
}
.hp_strankovani a.prev {
	padding-left: 30px;
	margin-right: 10px;
	background-image: url(../design/arrow_prev.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.hp_strankovani a.next {
	padding-right: 30px;
	margin-left: 10px;
	background-image: url(../design/arrow_next.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}

.hp_gallery table td {
	padding: 5px;
}

#label {
	_width: 100%;
	padding: 20px 10px 3px 10px;
	margin-bottom: 1px;
	border-bottom: 4px solid #85c23b;
}
#label h1 {
	float: left;
	margin: 0;
}
#label a {
	float: right;
	position: relative;
	top: 5px;
	color: #f10000;
}

#sub_menu {
	display: none;
	float: left;
	width: 175px;
	min-height: 400px;
	margin: 0;
	padding: 10px 0 50px 0;
	list-style: none;
	background-color: #fff2b2;
	background-image: url(../design/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sub_menu li {
	padding: 0 5px 10px 10px;
	margin: 0;
}
#sub_menu li a {
	font-weight: normal;
	color: #f10000
}
#sub_menu li a.active {
	font-weight: bold;
	text-decoration: none;
}

#sub_menu ul {
	padding: 5px 0 0 0;
	margin: 0;
	list-style: none;
}
#sub_menu ul li {
	padding: 0 0 5px 10px;
}
#sub_menu ul li a {
	font-weight: normal;
	color: #000;
}
#sub_menu ul li a.active {
	font-weight: bold;
	text-decoration: none;
}

#main {
	padding: 10px 20px 0 10px;
	color: #000;
}

#sitemap {
	padding: 10px 10px 0 10px;
}
#sitemap ul {
	padding: 0 0 0 25px;
	margin: 0;
	color: #000;
}
#sitemap ul li {
	padding: 5px 0 5px 0;
	margin: 0;
}
#sitemap a {
	color: #000;
}

#gallery {
	padding: 0 10px;
	text-align: center;
}

#gallery table {
	margin: 0 auto;
}
#gallery table td {
	padding: 10px;
}

#footer {
	display: none;
	font-size: 11px;
	color: #a3a3a3;
	line-height: 20px;
	padding: 10px 0;
}
#footer img {
	margin-top: 5px;
}
