body {
	background-color: black;
	margin:0;
	padding:0;
   	_text-align:center;
	background-image: url(../images/bg_02.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}
div {
	border:0;
}
#page {
	width: 903px;
	padding: 0;
	margin: auto auto auto auto;
}

#horni-menu{
	padding:18px 14px 0px 14px;
	margin:0;
	background-image: url(../images/menu_pozadi.jpg);
	width: 875px;
	_width: 903px;
	height: 75px;
	_height: 93px;
}

#motiv{
	padding:0;
	margin:0;
	background-image: url(../images/hlavni_motiv.jpg);
	width: 903px;
	height: 267px;
}


#hlavni-oblast{
	padding:0;
	margin:0;
	background-image: url(../images/hlavni_pozadi.jpg);
	width: 903px;
	margin-left: -207px;
	float: right;
  border: 0;
	text-align:left;
}

#obsah{
	padding:10px 40px 0 25px;
	margin: 0 0 0 207px;
	background-image: url(../images/pozadi_obsah.jpg);
	background-repeat : no-repeat;
}

#podmenu {
	width:207px;
	margin:0;
	padding:0;
	float:left;
}

#paticka{
	padding:0;
	margin:0;
	background-image: url(../images/paticka.jpg);
	width: 903px;
	height: 28px;
}

.menu-nabidka{
	float: left;
	height: 100%;
	text-align: left;
	background-color: expression(
    this.onmouseover = function() {this.className += ' hover';},
    this.onmouseout = function() { this.className = this.className.replace(' hover', '');}); 
}

.popismenu{
	padding:0;
	margin:30px 0 0 0;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 18px;
	letter-spacing : 2px;
	border-right : 1px solid Gray;
	padding-left:20px;
	padding-right: 31px;
	background-image: url(../images/sipka_modra.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-position: 90%;
}

.detailmenu{
	padding:0;
	margin:0;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	color : #A9A9A9;
	border-right : 1px solid Gray;
    padding-left:31px;
    padding-right:31px;
}

.popis-bezcary{
	padding:0;
	margin:20px 0 0 0;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 18px;
	letter-spacing : 2px;
	border-right : 0;
	padding-left:31px;
	padding-right: 33px;
	background-image: url(../images/sipka_modra.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-position: 90%;
}

.detail-bezcary{
	padding:0;
	margin:0;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	color : #A9A9A9;
	border-right : 0;
    padding-left:31px;
    padding-right:33px;
}

.menu-nabidka:hover, .menu-nabidka.hover{
	background-color: #10CFEC;
	color : White;
}

.menu-nabidka:hover .popismenu{
	background-image: url(../images/sipka_bila.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-position: 90%;
}

.menu-nabidka:hover .popis-bezcary{
	background-image: url(../images/sipka_bila.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-position: 90%;
}


.menu-nabidka a:hover {
	color:white;
}

.menu-nabidka:hover a, menu-nabidka.hover a { color:white; }

h1{
	margin:0.5em 0 1em 0;
	_margin: 0.5em 0 0 0;
	font-size: 1.3em;
	font-weight: normal;
	color : #08A4F1;
	text-align:left;
	width: 100%;
	border-bottom: 1px gray solid;
}

h2{
	margin:0.5em 0 1em 0;
	_margin: 0.5em 0 0 0;
	font-size: 1.2em;
	font-weight: normal;
	color : #08A4F1;
	text-align:left;
}

h3{
	margin:0.5em 0 1em 0;
	_margin: 0.5em 0 0 0;
	font-size: 1.1em;
	font-weight: normal;
	color : #08A4F1;
	text-align:left;
}

h4{
	margin:0.5em 0 0.2em 0;
	_margin: 0.5em 0 0 0;
	font-size: 1.0em;
	font-weight: normal;
	color : #08A4F1;
	text-align:left;
}

h5{
	margin:0.5em 0 0.2em 0;
	_margin: 0.5em 0 0 0;
	font-size: 0.9em;
	font-weight: normal;
	color : #08A4F1;
	text-align:left;
}


hr{
	padding:0;
	margin:0 0 0 0;
	color: Gray;
	
}

#obsah p{
  margin:0.5em 0 0.7em 0;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align:left;
}
#obsah img{
  margin: 5px;
}
li {
	font-size: 12px;
	color: black;
	list-style-type: square;
}

.ctverec{
	border: 0 none;
	margin: 0 10px 0 0;
	padding:0;
}

.clean {clear: both; border: 0; margin: 0; padding: 0; height: 0px;}

#podmenu li{
	list-style-type : none;
	text-align: left;
	margin:0;
	font-size: 14px;
	font-weight: bolder;
	color : #46BBF5;
	border-bottom : 1px solid Gray;
	padding: 10px 0 10px 0;
}

#podmenu ul{
	margin:10px 30px 0 35px;
	padding:0;
}

li a{
	color : #46BBF5;
	text-decoration: none;
}

li a:hover{
	color : #46BBF5;
	text-decoration: underline;
}


.menu-nabidka a{
	text-decoration:none;
	color:#46BBF5;
}

#infopanel{
	text-align: right;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 10px;
	color : #46BBF5;
	font-weight:bolder;
}

#infopanel a{
	color : #46BBF5;
	text-decoration: underline;
}
#infopanel a:hover {
	text-decoration: none;
}
#infopanel img{
	border: none;
  vertical-align: middle;
}
#lang {
	position: absolute;
	top: 25px;
	left: 50%;
}

#languages {
	width: 100%;
	text-align: right; 
}
#languages img {
	border-width: 0px;
}

img{
	padding:5px;
	margin:10px
}

a {
	color : #08A4F1;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
em{
	color:#939243;
	text-decoration:none;
	font-style:normal;
}

#pages {
	background-color: #f5f5f5;
	padding: 10px;
	color: gray;
	font-size: small;
	}
	
#pages a {
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	border: 1px solid gray;
	}
	
#pages a:hover {
	border: 1px solid black;
	color: black;
	background-color: gray;
	}

table {
	padding: 5px;
	border: 1px solid gray;
}
	
table tbody td {
	font-size: 0.9em;
	font-weight: normal;
	color: Gray;
	text-align:left;
	padding: 5px;
	background-color: #F0FFF0;
	border-bottom: 1px solid gray;
}

#calendar_room_table {
	width: 610px;
	padding: 0px;
	border: 0px;
	}

#calendar_room_table thead td {
	background-color: #08A4F1;
	border-bottom: 3px solid black;
	color: white;
	font-weight: bold;
	font-size: x-small;
	padding: 2px;
	text-align: center;
	}
	
#calendar_room_table tbody td {
	padding: 2px;
	color: gray;
	background-color: #e2e2e2;
	font-size: small;
	text-align: center;
	}

#calendar_room_table tbody td.reservation {
	border: 1px solid gray;
	background-color: #FFDEAD;	
	}
	
#rezervace_legenda {
	font-size: small;
	width: 55px;
	padding: 3px;
	height: 20px;
	border: 1px solid gray;
	background-color: #FFDEAD;	
	}

