body {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #5b5b5a;
	background-image: url(../design/bg.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	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;
	color: #5a8e1a;
	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;
}

ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.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;
}

#loader {
	width: 100%;
	height: 461px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-image: url(../design/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#header {
	width: 100%;
	height: 461px;
	position: absolute;
	z-index: 10;
	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;
}

#menu {
	position: absolute;
	width: 100%;
	height: 36px;
	left: 0;
	bottom: 0;
}

#bottom_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #595959;
} 
#bottom_menu li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	text-align: left;
}
#bottom_menu li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 10px 19px 10px 19px;
}
#bottom_menu li a:hover, #bottom_menu li.active a {
	text-decoration: underline;
}

/* HOVER MENU */
ul#bottom_menu li div {
 display: none;
}

ul#bottom_menu li ul {
 position: absolute;
 top: 35px;
 float: left;
 width: 214px;
 list-style: none;
 text-align: left;
 border: 1px solid #666;
 margin: 0;
 padding: 10px 0 5px 0;
}

ul#bottom_menu li:hover div.sub, ul#bottom_menu li.hover div.sub {
 display: block;
}

ul#bottom_menu li ul li {
 text-align: left;
 margin: 0;
 padding: 0;
 float: none;
}

ul#bottom_menu li ul li a {
 font-size: 12px;
 text-align: left;
 height: 100%;
 padding: 0 5px 8px 5px;
 display: block;
 float: none;
 text-decoration: none; 
}

ul#bottom_menu li ul li a:hover {
 text-decoration: underline; 
}

li { 
 behavior: url(./styles/hover.htc); height: 1%;
}
/* HOVER MENU*/

#bottom_menu li.bg_menu1 ul {
	left: 0;
	background-color: #d65750;
}
#bottom_menu li.bg_menu2 ul {
	background-color: #4bd1ca;
}
#bottom_menu li.bg_menu3 ul {
	background-color: #a9d44e;
}
#bottom_menu li.bg_menu4 ul {
	background-color: #c962ba;
}
#bottom_menu li.bg_menu5 ul {
	background-color: #f1ad1a;
}
#bottom_menu li.bg_menu6 ul {
	background-color: #eb2f25;
}
#bottom_menu li.bg_menu7 ul {
	background-color: #c9c9c9;
}
#bottom_menu li.bg_menu8 ul {
	background-color: #62dcb9;
}

#bottom_menu li.bg_menu1 {
	padding: 0 5px 0 5px;
	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 {
	padding: 0 0 400px 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;
	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: 217px;
	height: 100%;
	padding: 0 17px 0 0;
	margin: 0 17px 0 0;
	font-size: 11px;
	border-right: 1px solid #e5e5e5;
}
.hp_box h3, .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;
	width: 460px;
	font-size: 11px;
	text-align: left;
	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;
}
td#prev a {
	float: right;
	display: block;
	width: 23px;
	height: 7px;
	margin-right: 5px;
	background-image: url(../design/arrow_prev.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
td#next a {
	float: right;
	display: block;
	width: 23px;
	height: 7px;
	margin-left: 5px;
	background-image: url(../design/arrow_next.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.pages {
	float: right;
	width: 303px;
	text-align: center;
}

.hp_gallery table {
	width: 100%;
}
.hp_gallery table td {
	height: 90px;
	text-align: center;
	vertical-align: middle;
}
.hp_gallery table td img {
	vertical-align: middle;
}
.hp_gallery table td a {
	margin: 0 3px;
}

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

#sub_menu {
	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 {
	float: right;
	width: 530px;
	padding: 10px 20px 0 0;
	color: #000;
	text-align: justify;
}

#sitemap {
	padding: 10px 10px 0 10px;
	background-color: #faf7e5;
}
#sitemap ul {
	padding: 10px 10px 10px 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 {
	border: 2px solid #fff;
	padding: 10px;
	text-align: center;
	background-color: #f1f1f1;
}

#mapa {
	position: relative;
	margin-bottom: 10px;
	border: none;	
}
#mapa img {
	border: none;	
}

#provozovny_label {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	border-bottom: 4px solid #85c23b;
}
#provozovny_left {
	float: left;
	width: 220px;
	padding-left: 10px;
	padding-top: 5px;
}
#provozovny_right {
	float: right;
	width: 230px;
	padding-top: 5px;
}
#provozovny_left strong.tel, #provozovny_right strong.tel {
	display: block;
	font-size: 13px;
	color: #f10000;
	margin-bottom: 30px;
}
#provozovny_left strong.green, #provozovny_right strong.green {
	display: block;
	font-size: 14px;
	color: #000000;
	margin-bottom: 5px;
}
#provozovny_left, #provozovny_right {
	color: #000;
}
#provozovny_left a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #f10000;
	margin-bottom: 2px;
}
#provozovny_right a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #4256A2;
	margin-bottom: 2px;
}
#provozovny_left strong.piskovny {
	display: block;
	font-size: 14px;
	color: #000000;
	margin-bottom: 5px;
}
#footer {
	font-size: 11px;
	color: #a3a3a3;
	line-height: 20px;
	padding: 10px 0;
}
#footer img {
	margin-top: 5px;
}

.tabulka td {
	padding: 5px;
}
.tabulka tr.tabulka_pruh td {
	background-color: #FFF2B2;
}

#map_canvas {
	width: 270px;
	height: 180px;
	margin-right: 10px;
}

.menu_color1 {
	color: #d65750 !important;
	border-color: #d65750 !important;
}
.menu_color2 {
	color: #4bd1ca !important;
	border-color: #4bd1ca !important;
}
.menu_color3 {
	color: #a9d44e !important;
	border-color: #a9d44e !important;
}
.menu_color4 {
	color: #c962ba !important;
	border-color: #c962ba !important;
}
.menu_color5 {
	color: #f1ad1a !important;
	border-color: #f1ad1a !important;
}
.menu_color6 {
	color: #eb2f25 !important;
	border-color: #eb2f25 !important;
}
.menu_color7 {
	color: #c9c9c9 !important;
	border-color: #c9c9c9 !important;
}
.menu_color8 {
	color: #62dcb9 !important;
	border-color: #62dcb9 !important;
}

.news_link {
	text-decoration: none;
	color: #ff7800;
}
.news_link:hover {
	text-decoration: underline;
}

.mapa_tip {
	display: block;
	padding: 5px;
	background-color: #fff;
}
