body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #ffffff;
	padding: 0px;
	margin: 0 10px;
} 

a, a:visited {
  color: #606060;
  text-decoration: none;
}

a:hover {
  color: #ee2e24;
  text-decoration: underline;
}

img {
	border: 0px;
}

img.hilite {
  border: 1px solid #bcbebd;
}

img.gallery_pic {
  border: 1px solid #bcbebd;
	background-color: #f4f4f4;
	padding: 3px 5px;
	margin: 5px;
}

img.left_pic {
  border: 1px solid #bcbebd;
	background-color: #f4f4f4;
	padding: 3px 5px;
	margin: 0 10px 0 0;
	float: left;
}

img.right_pic {
  border: 1px solid #bcbebd;
	background-color: #f4f4f4;
	padding: 3px 5px;
	margin: 0 0 0 10px;
	float: right;
}

img.news_pic {
  border: 1px solid #bcbebd;
	background-color: #f4f4f4;
	padding: 2px;
	margin: 0 3px 0 0;
	float: left;
}

hr {
	border: 0px;
	background-color: #606060;
	height: 1px;
}

h1 {
  padding-top: 5px;
  font-size: medium;
  font-weight: bold;
  color: #ee2e24;
  margin: 10px 0;
}

h2 {
  font-size: small;
  font-weight: bold;
  color: #606060;
  margin: 10px 0 10px 0;
}

h2.hilite {
	color: #ee2e24;
}

h3 {
  font-size: 8pt;
  font-weight: bold;
  color: #606060;
  margin: 10px 0 5px 0;
}

h3.hilite {
	color: #ee2e24;
}

input {
  width: 350px;
}

input.login {
  width: 150px;
}

input.check {
  width: 16px;
}

p {
  padding: 0px;
  margin: 0px;
}

p.text {
  padding: 0px;
  margin-bottom: 10px;
}

p.odrazky {
  padding: 0px;
  margin-left: 5px;
}

p.popis {
  padding: 5px;
}

p.link {
  font-weight: bold;
  padding: 0px;
  margin-left: 5px;
}

table th {
	color: #ee2e24;
}

.flags {
	z-index: 50;
	position: absolute;
	margin-top: -120px;
	margin-left: 400px;
}

.flag_cs {
	margin-bottom: 5px;
}

.flag_en {
	margin-bottom: 5px;
}

.flag_eo {
	margin-bottom: 5px;
}

#cenik {
	border-top: 1px solid #bcbebd;
	border-left: 1px solid #bcbebd;
	border-bottom: 3px solid #bcbebd;
	margin-bottom: 10px;
}

#cenik th {
	border-bottom: 1px solid #bcbebd;
	border-right: 1px solid #bcbebd;
	background-color: #f4f4f4; 
}

#cenik td {
	border-bottom: 1px solid #bcbebd;
	border-right: 1px solid #bcbebd;	
}

#cenik td.title {
	background-color: #f4f4f4;
	font-weight: bold;
}

#cenik td.bold {
	font-weight: bold;
}

#cenik td.italic {
	font-style: italic;
	padding: 3px 10px;
}

#rozvrh {
	border-top: 1px solid #bcbebd;
	border-left: 1px solid #bcbebd;
	border-bottom: 3px solid #bcbebd;
	margin-bottom: 10px;
}

#rozvrh th.rozvrh {
	border-bottom: 1px solid #bcbebd;
	border-right: 1px solid #bcbebd;
	background-color: #f4f4f4;
	vertical-align: middle;
	padding: 3px 3px 3px 4px;
}

#rozvrh th.top {
	border-bottom: 1px solid #bcbebd;
	border-right: 1px solid #bcbebd;
	background-color: #f4f4f4;
	text-align: center;
	padding: 3px 1px;
	font-size: 10px;
}

#rozvrh td.rozvrh {
	border-bottom: 1px solid #bcbebd;
	border-right: 1px solid #bcbebd;
	vertical-align: middle;
	text-align: center;
	padding: 3px 1px;
	font-size: 10px;
}

#rozvrh td.rozvrh .title {
	color: #003399;
	font-weight: bold;
}

#layout {
  background-image: url(../images/backg.gif);
  background-repeat: repeat-y;
  width: 981px;
  min-height: 600px;
  line-height: 1.5em;
}

#main_content {
  position: relative;
  left: 6px;
  float: left;
  margin: 0px 0px 10px 0px;
  width: 526px;
  text-align: left;
	vertical-align: top;
	font-size: 120%;
  padding: 5px 10px;
	line-height: 1.5em;
}

#header {
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 969px;
  height: 130px;
}

#header_menu .sport_cs a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/sport_cs.gif) 0 0 no-repeat;
}

#header_menu .sport_cs a:hover {
  background-position: -85px 0;
}

#header_menu .sport_en a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/sport_en.gif) 0 0 no-repeat;
}

#header_menu .sport_en a:hover {
  background-position: -85px 0;
}

#header_menu .sport_eo a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/sport_eo.gif) 0 0 no-repeat;
}

#header_menu .sport_eo a:hover {
  background-position: -85px 0;
}

#header_menu .relax_cs a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/relax_cs.gif) 0 0 no-repeat;
}

#header_menu .relax_cs a:hover {
  background-position: -85px 0;
}

#header_menu .relax_en a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/relax_en.gif) 0 0 no-repeat;
}

#header_menu .relax_en a:hover {
  background-position: -85px 0;
}

#header_menu .relax_eo a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/relax_eo.gif) 0 0 no-repeat;
}

#header_menu .relax_eo a:hover {
  background-position: -85px 0;
}

#header_menu .grosso_cs a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/grosso_cs.gif) 0 0 no-repeat;
}

#header_menu .grosso_cs a:hover {
  background-position: -85px 0;
}

#header_menu .grosso_en a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/grosso_en.gif) 0 0 no-repeat;
}

#header_menu .grosso_en a:hover {
  background-position: -85px 0;
}

#header_menu .grosso_eo a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/grosso_eo.gif) 0 0 no-repeat;
}

#header_menu .grosso_eo a:hover {
  background-position: -85px 0;
}

#header_menu .hotel_cs a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/hotel_cs.gif) 0 0 no-repeat;
}

#header_menu .hotel_cs a:hover {
  background-position: -85px 0;
}

#header_menu .hotel_en a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/hotel_en.gif) 0 0 no-repeat;
}

#header_menu .hotel_en a:hover {
  background-position: -85px 0;
}

#header_menu .hotel_eo a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/hotel_eo.gif) 0 0 no-repeat;
}

#header_menu .hotel_eo a:hover {
  background-position: -85px 0;
}

#header_menu .galerie_cs a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/galerie_cs.gif) 0 0 no-repeat;
}

#header_menu .galerie_cs a:hover {
  background-position: -85px 0;
}

#header_menu .galerie_en a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/galerie_en.gif) 0 0 no-repeat;
}

#header_menu .galerie_en a:hover {
  background-position: -85px 0;
}

#header_menu .galerie_eo a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/galerie_eo.gif) 0 0 no-repeat;
}

#header_menu .galerie_eo a:hover {
  background-position: -85px 0;
}

#header_menu .konference_cs a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/konference_cs.gif) 0 0 no-repeat;
}

#header_menu .konference_cs a:hover {
  background-position: -85px 0;
}

#header_menu .konference_en a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/konference_en.gif) 0 0 no-repeat;
}

#header_menu .konference_en a:hover {
  background-position: -85px 0;
}

#header_menu .konference_eo a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/konference_eo.gif) 0 0 no-repeat;
}

#header_menu .konference_eo a:hover {
  background-position: -85px 0;
}

#header_menu .kontakty_cs a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/kontakt_cs.gif) 0 0 no-repeat;
}

#header_menu .kontakty_cs a:hover {
  background-position: -85px 0;
}

#header_menu .kontakty_en a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/kontakt_en.gif) 0 0 no-repeat;
}

#header_menu .kontakty_en a:hover {
  background-position: -85px 0;
}

#header_menu .kontakty_eo a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/kontakt_eo.gif) 0 0 no-repeat;
}

#header_menu .kontakty_eo a:hover {
  background-position: -85px 0;
}

#header_menu .akce_cs a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/akce_cs.gif) 0 0 no-repeat;
}

#header_menu .akce_cs a:hover {
  background-position: -85px 0;
}

#header_menu .akce_en a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/akce_en.gif) 0 0 no-repeat;
}

#header_menu .akce_en a:hover {
  background-position: -85px 0;
}

#header_menu .akce_eo a {
  display: table-row;
 	height: 97px;
 	width: 85px;
 	background: url(../images/header_08/akce_eo.gif) 0 0 no-repeat;
}

#header_menu .akce_eo a:hover {
  background-position: -85px 0;
}

#footer {
  background-image: url(../images/footer.gif);
  background-repeat: repeat-x;
	padding: 17px 10px 0px 10px;
	text-align: center;
  width: 949px;
  height: 28px;
  clear: both;
  overflow: auto;
}

#footer a, #footer a:visited {
	padding: 4px 0;
	text-decoration: none;
}

#footer a:hover {
	padding: 4px 0;
	text-decoration: underline;
}

#left_bar {
  position: relative;
  float: left;
  left: 6px;
  background-image: url(../images/left_bar.gif);
  background-repeat: repeat-y;
  width: 229px;
	margin-bottom: 10px;
}

#right_news_cs {
  position: relative;
  float: right;
  right: 10px;
  background-image: url(../images/right_news_cs.gif);
  background-repeat: no-repeat;
  width: 187px;
  vertical-align: top;
}

#right_news_en {
  position: relative;
  float: right;
  right: 10px;
  background-image: url(../images/right_news_en.gif);
  background-repeat: no-repeat;
  width: 187px;
  vertical-align: top;
}

#right_news_eo {
  position: relative;
  float: right;
  right: 10px;
  background-image: url(../images/right_news_eo.gif);
  background-repeat: no-repeat;
  width: 187px;
  vertical-align: top;
}

.news {
  position: relative;
  right: 1px;
  margin: 40px 3px 5px 0px;
  padding: 10px 10px 5px 10px;
  width: 150px;
  text-align: left;
  background-color: #f6f6f6;
  border-left: 1px solid #bcbebd;
  border-right: 1px solid #bcbebd;
  border-bottom: 1px solid #bcbebd;
}

.news_admin {
	border: 0px solid #8BA6C1;
	background-color: #EBEDF0;	
 	padding: 1px 6px 1px 6px;/*Pads each table cell in modern browsers*/
}

.news_admin_date {
  font-size: x-small;
}

.news_title {
  font-size: 11px;
	font-weight: bold;
	color: #ee2e24;
}

.ranpic {
  position: relative;
  left: -10px;
  padding: 6px;
  margin: 5px 10px 5px 19px;
  text-align: center;
  vertical-align: middle;
  width: 186px;
  background-color: #f6f6f6;
  border: 1px solid #bcbebd;
}

.mapa {
  position: relative;
  left: -10px;
  padding: 6px;
  margin: 5px 10px 16px 19px;
  text-align: center;
  vertical-align: middle;
  width: 186px;
  background-color: #f6f6f6;
  border: 1px solid #bcbebd;
}

#menu {
  position: relative;
  left: -10px;
  padding: 0px;
  margin: 5px 10px 5px 19px;
  vertical-align: middle;
  width: 198px;
  background-color: f6f6f6;
  border-top: 1px solid #bcbebd;
  border-left: 1px solid #bcbebd;
  border-right: 1px solid #bcbebd;
}

#menu .onas_cs a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/onas_cs.gif) 0 0 no-repeat;
}

#menu .onas_cs a:hover {
  background-position: -198px 0;
}

#menu .onas_en a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/onas_en.gif) 0 0 no-repeat;
}

#menu .onas_en a:hover {
  background-position: -198px 0;
}

#menu .onas_eo a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/onas_eo.gif) 0 0 no-repeat;
}

#menu .onas_eo a:hover {
  background-position: -198px 0;
}

#menu .sport_cs a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/sport_cs.gif) 0 0 no-repeat;
}

#menu .sport_cs a:hover {
  background-position: -198px 0;
}

#menu .sport_en a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/sport_en.gif) 0 0 no-repeat;
}

#menu .sport_en a:hover {
  background-position: -198px 0;
}

#menu .sport_eo a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/sport_eo.gif) 0 0 no-repeat;
}

#menu .sport_eo a:hover {
  background-position: -198px 0;
}

#menu .relax_cs a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/relax_cs.gif) 0 0 no-repeat;
}

#menu .relax_cs a:hover {
  background-position: -198px 0;
}

#menu .relax_en a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/relax_en.gif) 0 0 no-repeat;
}

#menu .relax_en a:hover {
  background-position: -198px 0;
}

#menu .relax_eo a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/relax_eo.gif) 0 0 no-repeat;
}

#menu .relax_eo a:hover {
  background-position: -198px 0;
}

#menu .grosso_cs a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/grosso_cs.gif) 0 0 no-repeat;
}

#menu .grosso_cs a:hover {
  background-position: -198px 0;
}

#menu .grosso_en a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/grosso_en.gif) 0 0 no-repeat;
}

#menu .grosso_en a:hover {
  background-position: -198px 0;
}

#menu .grosso_eo a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/grosso_eo.gif) 0 0 no-repeat;
}

#menu .grosso_eo a:hover {
  background-position: -198px 0;
}

#menu .hotel_cs a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/hotel_cs.gif) 0 0 no-repeat;
}

#menu .hotel_cs a:hover {
  background-position: -198px 0;
}

#menu .hotel_en a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/hotel_en.gif) 0 0 no-repeat;
}

#menu .hotel_en a:hover {
  background-position: -198px 0;
}

#menu .hotel_eo a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/hotel_eo.gif) 0 0 no-repeat;
}

#menu .hotel_eo a:hover {
  background-position: -198px 0;
}

#menu .cenik_cs a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/cenik_cs.gif) 0 0 no-repeat;
}

#menu .cenik_cs a:hover {
  background-position: -198px 0;
}

#menu .cenik_en a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/cenik_en.gif) 0 0 no-repeat;
}

#menu .cenik_en a:hover {
  background-position: -198px 0;
}

#menu .cenik_eo a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/cenik_eo.gif) 0 0 no-repeat;
}

#menu .cenik_eo a:hover {
  background-position: -198px 0;
}

#menu .galerie_cs a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/galerie_cs.gif) 0 0 no-repeat;
}

#menu .galerie_cs a:hover {
  background-position: -198px 0;
}

#menu .galerie_en a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/galerie_en.gif) 0 0 no-repeat;
}

#menu .galerie_en a:hover {
  background-position: -198px 0;
}

#menu .galerie_eo a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/galerie_eo.gif) 0 0 no-repeat;
}

#menu .galerie_eo a:hover {
  background-position: -198px 0;
}

#menu .kontakty_cs a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/kontakt_cs.gif) 0 0 no-repeat;
}

#menu .kontakty_cs a:hover {
  background-position: -198px 0;
}

#menu .kontakty_en a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/kontakt_en.gif) 0 0 no-repeat;
}

#menu .kontakty_en a:hover {
  background-position: -198px 0;
}

#menu .kontakty_eo a {
  display: block;
 	height: 25px;
 	width: 198px;
 	background: url(../images/menu_08/kontakt_eo.gif) 0 0 no-repeat;
}

#menu .kontakty_eo a:hover {
  background-position: -198px 0;
}

.menu_item {
	height: 25px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.odd td {
background: #FFFFFF;
/*/*/line-height: 2.0em; /* */
}
.even td {
background: #F0F0F0;
/*/*/line-height: 2.0em; /* */
}

.selection {
	width: 130px;
}

.kontakt {
	width: 260px;
	position: relative;
	float: left;
}

.hilite {	
	font-weight: bold;
	color: #ee2e24;
}
.cleaner {
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;	
}
