html, body {
	font-family: "Verdana", sans-serif;
	font-size: 9pt;
	color: black;
	background: #D1E3E4 url("../img/bg-line.jpg") top left repeat-y;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#page {
	position: relative;
	width: 772px;
	min-height: 720px;
	height: auto;
	_height: 720px;
	background: url("../img/bg-img.jpg") top left no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#title {
  position: absolute;
  width: 596px;
  height: 231px;
  top: 34px;
  left: 172px;
  background: url("../img/head1.jpg") top left no-repeat;
}

#main {
  position: relative;
  width: 520px;
  margin: 70px 0 0 220px;
  padding: 0 0 0 0;
  text-align: justify;
  top: 340px;
}

.clear_both {
  clear: both;
}

h1 {
  display: none;
}

h2 {
	color: #375A6B;
	font-weight: bold;
	font-size: 12px;
	margin: 8px 0 0 0;
}

#main p {

}

#menu {
	position: absolute;
	top: 303px;
	left: 171px;
	margin: 0 0 0 0;
	padding: 2px 0 0 0;
	width: 605px;
	height: 20px;
}

#menu li {
  display: inline;
  margin: 0 0 0 0;
  color: black;
}

#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited {
  text-decoration: none;
  color: white;
  padding: 2px 5px 5px 5px;
}

.ma, #menu a:hover {
  background-color: #DEA534;
  color: black;
  padding: 2px 5px 5px 5px;
}

#heel {
	position: absolute;
	top: 720px;
	left: 15px;
	font-size: 7pt;
}

a:link, a:visited {
	color: blue;
	text-decoration: underline;
}

a:hover, a:active {
	color: blue;
	text-decoration: none;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}

label {
	display: block;
	float: left;
	width: 160px;
	text-align: right;
	margin: 5px 20px 5px 0;
}

input, select {
	margin: 5px 0 5px 0;
}

legend {
	display: none;
} 

fieldset {
	border: 0 none;
}

img, a img {
	border: 0 none;
}

#main p.foto {
	text-align: left;
	text-indent: 0px;
}

p.foto img {
	margin: 10px;
}

#calendar_from {
  top: 260px;
  _top: 275px;
  margin-left: 270px;
  position: absolute;
  width: 18px;
  height: 20px;
  background: url(../images/calendar.gif); 
}

#calendar_to {
  top: 285px;
  _top: 300px;
  margin-left: 270px;
  position: absolute;
  width: 18px;
  height: 20px;
  background: url(../images/calendar.gif); 
}

#time_select {
  position: absolute;
  top: 0;
  left: 200px;
  color: #222;
  background: #fafaff;
  font-size: 1.2em;
  width: 220px;
  height: 255px;
  padding: 10px;
  margin-left: 0;
  text-align: center; 
  visibility: hidden;
  border: 1px solid #1685D7;
}

#time_select a {
  color: #fff;
  text-decoration: none;
}

#time_select a:hover {
  text-decoration: underline; 
}  

#cal_tab {
  width: 200px;
  padding: 10px;
}

#calendar_table {
  text-align: center;
  width: 200px;
  height: 140px; 
  border-left: 2px solid #800;
  border-top: 2px solid #800;
  border-bottom: 1px solid #800;
  border-right: 1px solid #800;
}



#calendar_table th {
  border-right: 1px solid #999;
  border-bottom: 2px solid #999;
  background: #0771A5;
  color: #fff;
  padding: 0 5px;
  height: 20px;
  width: 40px;
  font-size: .8em;
  overflow: hidden;
}

#calendar_table td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  height: 20px;
  line-height: 20px;
  width: 50px;
  background: #fff;
  overflow: hidden;
}

#calendar_table td.weekend
{
  background: #f0f0f0;
}

#calendar_table td.today {
  background: #79c1f5;
  color: #fff;
}

#calendar_table a {
  color: #fff;
  text-decoration: none;
}
  
#calendar_table a:hover {
  text-decoration: underline; 
}  

#month_year_select {
  padding-left: 15px;
}

#month_year_select span {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  display: block;
  float: left;
}

#month_year_select span.month_select {
  width: 100px;
}

#month_year_select span.year_select {
  width: 50px;
}

#month_year_select span.right_arrow {
  width: 25px;
  background: url(../images/cal-arrow-right.jpg) center no-repeat;
}

#month_year_select span.left_arrow {
  width: 25px;
  background: url(../images/cal-arrow-left.jpg) right center no-repeat;
}

#month_year_select span.left_long_arrow {
  width: 40px;
  background: url(../images/cal-long-arrow-left.jpg) center no-repeat;
}

#month_year_select span.right_long_arrow {
  width: 40px;
  background: url(../images/cal-long-arrow-right.jpg) center no-repeat;
}

#hour {
  width: 20px;
}

#minute {
  width: 20px;
} 

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.margin-right {
  margin-right: 10px;
}

.margin-left {
  margin-left: 10px;
}

.red {
  color: #f00;
} 

.textarea {
  width: 280px;
  height: 100px;
}

table {
	width: 100%;
}

th, td {
	width: 20%;
	text-align: center;
	border: 1px solid black;
}

th {
	background: #DEA534;
}

.nobo {
	border: 0 none;
	background: visibility;
}

ul#lang {
	margin: 0 0 -25px 570px;
	padding: 0 0 0 0;
	height: 25px;
}

ul#lang li {
	display: block;
 	margin: 10px 5px 0 5px;
	padding: 0 0 0 0;
	float: left;
	width: 23px;
	height: 15px;
}

ul#lang li a {
	position: relative;
	width: 23px;
	height: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	text-decoration: none;
	z-index: 2;
}

ul#lang li a span {
	display: block;
	position: absolute;
  left:0;
	top:0;
	z-index: 1;
	width: 23px;
	height: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	cursor: hand
}

ul#lang li a#cz span {
	background: url("../img/cz.jpg") left top no-repeat scroll;
}

ul#lang li a#en span {
	background: url("../img/en.jpg") left top no-repeat scroll;
}
