body {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-image: url(../design/bg.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #29323f;
	padding: 0;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #29323f;
	padding: 0;
	margin: 10px 0 5px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #29323f;
	padding: 0;
	margin: 10px 0 5px 0;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

a {
	color: #43540e;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
	font-size: 12px;
	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;
}

.orange {
	color: #f68d11 !important;
}
.red {
	color: #ff0000 !important;
}

img.float_left {
	float: left !important;
	margin: 0 10px 5px 0 !important;
}
img.float_right {
	float: right !important; 
	margin: 0 0 5px 10px !important;
}

.no_border {
	border: none !important;
}

.no_bg {
	background: none !important;
}

.no_margin {
	margin: 0 !important;
}

.no_padding {
	padding: 0 !important;
}

#page_cover {
	width: 100%;
	min-height: 750px;
	background-image: url(../design/bg_page.jpg);
	background-repeat: repeat-x;
}

#page {
	width: 927px;
	position: relative;
	margin: 0 auto;
	padding: 265px 0 0 0;
}

#content {
	height: 100%;
	position: relative;
	background-image: url(../design/bg_content.jpg);
	background-repeat: repeat-y;
}

#main {
	float: right;
	width: 695px;
	padding: 10px 20px 10px 0;
	font-size: 12px;
	text-align: left;
}

#main table, #main a {
	font-size: 12px;
}

.s_label {
	text-transform: uppercase;
	color: #f68d11;
}

.bg_text {
	padding: 10px 15px;
	line-height: 21px;
	background-color: #fcefd2;
}

.hp_box {
	float: left;
	width: 134px;
	height: 131px;
	position: relative;
	padding: 10px;
	margin-right: 26px;
	font-size: 11px;
	background-image: url(../design/bg_box.gif);
	background-repeat: no-repeat;
}
.hp_box h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #242c37;
	text-transform: uppercase;
}
.hp_box .more {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.hp_box #box_img1 {
	position: absolute;
	bottom: 1px;
	right: 10px;
	background-image: url(../design/illu_oslavy_active.gif);
	background-repeat: no-repeat;
}
.hp_box #box_img2 {
	position: absolute;
	bottom: 1px;
	right: 6px;
	background-image: url(../design/illu_akce_active.gif);
	background-repeat: no-repeat;
}
.hp_box #box_img3 {
	position: absolute;
	bottom: 1px;
	right: 6px;
	background-image: url(../design/illu_ubytovani_active.gif);
	background-repeat: no-repeat;
}
.hp_box #box_img4 {
	position: absolute;
	bottom: 3px;
	right: 5px;
	background-image: url(../design/illu_restaurace_active.gif);
	background-repeat: no-repeat;
}
.hp_box .bg_link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../design/transp.gif);
	background-repeat: no-repeat;
}
#hp_box4 {
	margin: 0;
}

.more {
	padding: 0 0 0 18px;
	background-image: url(../design/more_main.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.news_box {
	float: left;
	width: 287px;
	height: 90px;
	position: relative;
	padding: 10px 15px;
	margin-right: 50px;
	line-height: 18px;
	font-size: 11px;
	background-image: url(../design/bg_news_cont.gif);
	background-repeat: repeat-y;
}
.news_box strong {
	font-size: 12px;
}
.news_top {
	width: 317px;
	height: 11px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../design/bg_news_top.gif);
	background-repeat: no-repeat;
}
.news_bottom {
	width: 317px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../design/bg_news_bottom.gif);
	background-repeat: no-repeat;
}

#left {
	float: left;
	width: 193px;
	padding: 0 0 0 7px;
	text-align: left;
}

#left_menu {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 5px 10px 100px 15px;
	background-color: #afdf19;
	background-image: url(../design/bg_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#left_menu li {
	margin: 0;
	padding: 0;
}
#left_menu li h3 {
	font-size: 16px;
	font-weight: bold;
	color: #43540e;
	padding-bottom: 5px;
	margin: 0;
}
#left_menu li a {
	display: block;
	height: 100%;
	padding: 4px 0 4px 10px;
	font-size: 12px;
	color: #43540e;
	text-decoration: none;
	background-image: url(../design/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#left_menu li a:hover, #left_menu li a.active {
	text-decoration: underline;
}

#left_menu li ul {
	list-style: none;
	margin: 0;
	padding: 5px 10px 10px 15px;
	background: none;
}
#left_menu li ul li a {
	display: block;
	height: 100%;
	padding: 4px 0 4px 10px;
	font-size: 12px;
	color: #43540e;
	text-decoration: none;
	background-image: url(../design/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#guest_book, #guest_book_m {
	padding: 0 10px 10px 10px;
}
#guest_book .g_item, #guest_book_m .g_item {
	margin-bottom: 20px;
}
#guest_book h3, #guest_book_m h3 {
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #43540e;
	border-bottom: 1px solid #43540e;
}
#guest_book strong, #guest_book_m strong {
	font-size: 13px;
}
#guest_book strong.orange, #guest_book_m strong.orange {
	font-size: 11px;
}
#guest_book p, #guest_book_m p {
	padding: 5px 0 0 0;
}
#guest_book a {
	padding: 0 0 0 18px;
	font-weight: normal;
	background-image: url(../design/more_left.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#left_line {
	position: absolute;
	top: 110px;
	left: 0;
	width: 3px;
	height: 3px;
	background-image: url(../design/left_line.jpg);
	background-repeat: no-repeat;
}
#right_line {
	position: absolute;
	top: 110px;
	right: 0;
	width: 3px;
	height: 3px;
	background-image: url(../design/right_line.jpg);
	background-repeat: no-repeat;
}

#header {
	width: 100%;
	height: 265px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	background-image: url(../design/header.jpg);
	background-repeat: no-repeat;
}

#hp_link {
	display: block;
	width: 180px;
	height: 110px;
	position: absolute;
	top: 80px;
	left: 20px;
}

#top_menu {
	width: 915px;
	height: 29px;
	position: absolute;
	left: 5px;
	bottom: 0;
	margin: 0 0 7px 0;
	padding: 0;
	list-style: none;
}
#top_menu li {
	float: left;
	padding: 0;
	margin: 0;
}
#top_menu li a {
	display: block;
	float: left;
	padding: 7px 24px 0 24px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-image: url(../design/menu_separator.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#top_menu li a:hover, #top_menu li a.active {
	text-decoration: underline;
}
#top_menu li a.last_item {
	background: none;
	padding-right: 0;
}

#footer {
	width: 100%;
	padding: 30px;
	color: #fff;
	background-image: url(../design/bg_footer.jpg);
	background-repeat: no-repeat;
}
#footer a {
	color: #fff;
}

#form_poradna {
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #43540e;
}
#form_poradna fieldset {
	padding: 0;
	margin: 0;
}
#form_poradna label {
	font-weight: bold;
	margin-right: 10px;
}
#form_poradna textarea {
	width: 350px;
	height: 70px;
}
#form_poradna td {
	padding: 5px 0;
}

.error {
  font-size: 12px;
  font-weight: bold;
  border: 1px dashed #43540e;
  background-color: #fcefd2;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
}

.strankovani {
	text-align: center;
	padding: 10px 0;
}
.strankovani a {
	margin: 0 5px;
	position: relative;
	top: 2px;
}

#gallery {
	padding: 0;
	text-align: center;
}

#gallery table {
	margin: 0 auto;
}
#gallery table td {
	border: 2px solid #fff;
	padding: 10px;
	text-align: center;
	background-color: #f1f1f1;
}

#form_reservation {
}

#form_reservation fieldset {
	padding: 0;
	border: none;
}
#form_reservation table, #form_reservation table td {
	border: none;
}
#form_reservation table td {
	padding: 3px 20px 3px 0;
}
#form_reservation label {
	font-weight: bold;
}
#form_reservation textarea {
	width: 300px;
	height: 80px;
}

#form_contact fieldset {
	padding: 0;
	border: none;
}
#form_contact table, #form_reservation table td {
	border: none;
}
#form_contact table td {
	padding: 3px 20px 3px 0;
}
#form_contact label {
	font-weight: bold;
}
#form_contact textarea {
	width: 300px;
	height: 80px;
}

#rozvrh_top {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	width: 548px;
}
#rozvrh_body {
	width: 527px;
	_width: 548px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #ccc;
	padding: 10px;
}

#rozvrh_top a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background-color: #ccc;
}
#rozvrh_top a:hover {
	background-color: #999;
}
#rozvrh_top a.active {
	background-color: #999;
}

#rozvrh_top .rozvrh_top_link {
	display: block;
	float: left;
	padding: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

#rozvrh_table {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	border: none;
}
#rozvrh_table tr {
	border: none;
}
#rozvrh_table td, #rozvrh_table th {
	border: 5px solid #999;
	background-color: #ccc;
	text-align: center;
}
#rozvrh_table td {
	width: 70px;
	padding: 15px 0;
}
#rozvrh_table th.day_name {
	padding: 10px;
	background-color: #ccc;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

#rozvrh_table .lesson_type {
	font-weight: bold;
	text-transform: uppercase;
}

#rozvrh_table td.full_term {
	background-color: #bb0415;
}
#rozvrh_table td.reservation {
	background-color: #aee90a;
}

#rozvrh_body .actual_month_cover {
	text-align: center;
}
#rozvrh_body .actual_month {
	width: 170px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding: 10px 0;
	_padding: 10px 0 0 0;
}
#rozvrh_body .actual_month a {
	position: relative;
	top: -3px;
	float: left;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
#rozvrh_body .actual_month span {
	display: block;
	float: left;
	width: 130px;
}

.td_label {
	background-color: #fcefd2;
	padding: 5px 0;
}
.td_label h3 {
	padding:0;
	margin: 0;
}
.tr_bottom td {
	padding: 0 0 8px 0;
}

#map_canvas {
	width: 600px;
	height: 400px;
}

#weather {
	padding: 15px 10px 0 10px;
	text-align: center;
}
#weather h3 {
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #43540e;
	text-align: left;
	border-bottom: 1px solid #43540e;
}
#weather a {
	font-size: 10px;
}


#top_links {
	padding: 50px 0 0 25px;
}	
#top_links a {
	font-size: 12px;
	color: #fff;
}

.bottom_text {
	font-size: 13px;
	line-height: 18px
}
