body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: black url(../images/background2.jpg) no-repeat center top;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-bottom: 15px;
	color: white;
}
a { color:white; }
img {
	border: none;
}
hr {
	border: 1px solid #a01813;
	border-bottom: none;
	border-left:none;
}
th {
	text-align:left;
	font-weight:normal;
}
legend {
	font-weight:bold;
	color: #8B4513;
}

p { margin: 0.5em 0 }

h1 {
	padding: 3px 10px 3px 10px;
	font-size: 14px;
	border-top: 1px solid #da3b1c;
	border-bottom: 1px solid #da3b1c;
	font-weight: normal;
	clear: both;
}
h2 {
	border: 1px solid #da3b1c;
	display: inline;
	padding: 3px;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 110%;
	clear: both;
}

.h2box{
  width: 100%;
  border-top: 1px solid #da3b1c;
  border-bottom: 1px solid #da3b1c;
  padding-top: 5px;
  padding-bottom: 5px;
}

h2.right{
  border: none;
}


h3 {
	color: #da3b1c;
	font-weight: normal;
	clear: both;
}
#iedit {
	display: block;
	position: fixed;
	top: 0px;
	z-index:100;
	width: 100%;
	padding:2px;
	text-align: center;
	background: white url(../images/admin/ieditbg.png) repeat-x bottom;
	border-bottom:1px solid black;
}
#iedit a {
	color: black;
}
#iedit .closepanel {
	position: absolute;
	right:10px;
	top:5px;
}


.clear {
	font-size: 1px;
	height: 1px; width: 100%;
	clear: both;
	visibility: hidden;
}

.smallcap {
	line-height: 14px;
	font-size:10px;
}
#cocenter, #rozcestnik, #pagecenter,.middle,.fleft,.fright,#logo,#leftc,#middlec,#rightc {
	display: block;
	position: relative;
}
#rozcestnik {
	width: 450px;
	margin: 130px auto 0 auto;
	text-align: center;
}
#rozcestnik div {
	margin-top: 20px;
	font-size: 100%;
}
#logo {
	position: absolute;
	right: 10px;
	top: -99px;
	width: 222px;
	height: 88px;
	z-index: 90;
}
#pagecenter {
	width: 970px;
	position: relative;
	display:block;
	margin: auto;
	height: 400px;
	margin-bottom:10px;
}
#leftc {
	width: 131px;
	float: left;
}
#middlec {
	width: 549px;
	float: left;
	text-align: left;
}
#rightc {
	float: left;
	width: 230px;
	margin: 190px 0 0px 50px;
}

#leftmenu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 130px;
}
#leftmenu a, #leftmenu {
	display:block;
	position: relative;
	color: #F5F5F5;
	text-decoration: none;
	text-transform: uppercase;
}
#leftmenu a {
	padding: 3px;
	padding-left: 24px;
}
#leftmenu a:hover {
	background: #e43c1c;
}
#leftmenu a.selected {
	background: #e43c1c url(../images/menubullet.gif) no-repeat 8px center;
	color: black;
}
#wifilogo {
	position: absolute;
	bottom: -150px;
	left: 25px;
}

#facebook {
	width: 110px;
	text-align: center;
	position: absolute;
	bottom: -350px;
	left: 0px;
}


#klimalogo {
	position: absolute;
	bottom: -250px;
	left: 25px;
}
#menuhorizontal {
	padding-top: 5px;
  margin: 10px;
	margin-top: 0px;
	margin-right: 0px;
	border-top: #e43c1c 1px solid ;
	float: right;
}
#menuhorizontal, #menuhorizontal a {
	color: #F5F5F5;
	font-size: 12px;
	text-decoration: none;
}

#nazev{
  float: right;
  width: 547px;
  height: 15px;
  text-align: right;
  color: Black;
  line-height: 22px;
  _line-height: 18px;
  font-size: 16px;
  margin-bottom:0px;
  margin-top: 30px;
  margin-left: 2px;
}

#nazev span{
  background: #e43c1c;
}

#homeobr{
 float: right;
 width: 529px;
 height: 100px;
 padding: 9px;
                            
 margin-top: 5px;
 _margin-top: 0px;
 border: #e43c1c 1px solid ;
}

.toptext{
  float: right;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 500px;
  height: 20px;
  text-align: right;
}

#content {
	float: left;
  margin-top: 25px;
  
}
#daymenulist {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 120%;
}
#daymenulist em,#daymenulist label {
	font-weight: normal;
	font-style: normal;
	color: #FF2F00;
}
#daymenulist ul {
	list-style-type: decimal;
	margin: 0;
	padding-left: 26px;
}

.redborder {
	border: 1px solid #a01813;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
.center {
	text-align: center;
}
.big {
	font-size: 130%;
}


/* Modal window */
div#modalBackgroundDiv {
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    -webkit-opacity: .75;
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 200;
}

div#modalWindow {
    position: absolute;
    background-color: black;
    border: 2px solid #FF2F00;
    text-align: left;
    z-index: 201;
    overflow: auto;
    padding: 5px;
}

div#modalWindow #closebutton {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* nahled rezervaci */
#bookingtable {
	background-color: black;
}
#bookingtable a.altertable {
	display: none;
}
#bookingtable td {
	font-size: 80%;
	height: 16px;
}
#bookingtable td a {
	display: none;
}
#bookingtable td.booked {
	background-color: #f8212a;
}
#bookingtable td.confirmed {
	background-color: #ebab62;
}
#bookingtable td.confirmed1 {
	background-color: #ffd02b;
}
/*
#bookingtable td a.prisli {
	background: url(/images/prisli.gif) no-repeat left bottom;
}
#bookingtable td a.neprisli {
	background: url(/images/neprisli.gif) no-repeat left bottom;
}*/
#bookingtable a.notfull {
	background: url(/images/notfull.gif) no-repeat right center;
}

#bookingtable th.times {
	border-top: 1px solid #ebab62;
	font-size: 80%;
}
#bookingtable th.times {
	display: block;
	position: relative;
	width: 40px;
}
#bookingtable th.times span {
	position: absolute;
	top: 0px;
}
#bookingtable th.tables {
	text-align: center;
}


/* Content Management default classes */
.administration {
	text-align: right;
}

.administration .options {

}
.object, .container {
	display: block;
	position: relative;
}
.textwithimage {
	visibility: visible;
}
.error, .event {
	margin-bottom:20px;	
	padding:3px;
	text-align:center;
	display:block;
	position:relative;
}
.error,.systemerror {
	border: 1px solid #8B0000;
	color: white;
	background: #CC2626;
}
.event {
	border: 1px solid #1E90FF;
	background: #A4D2FF;
}
.highlight {
	background-color: Yellow;
}

/* Interactive editor */
.eip_mouseover { background-color: #ff9;  }
.eip_savebutton {  }
.eip_cancelbutton {   }
.eip_saving { background-color: #903; color: #fff; }
.eip_empty { color: #afafaf; }



/* OBJEKTY */
.pad {
	margin-top: 20px;
  padding: 0 10px 0 0px;
}
.sarch,.inpagemenu,.textwithimage,.memberregistration,.blog_view,.article_view,.textile,.discussion,.textwithtitle,.xmltext, .simpletext, .file,.news,.search,.fulltextform,.container,.sitemap,.image, .gallery_viewfull,.gallery,.picture,.guestbook_view,.object {
	display:block;
	position:relative;
	clear:both;
	margin-bottom: 25px;
}
.tiskovazprava h3 a {
	color: #FF2F00;
}
.tiskovazprava h3 {
	margin-bottom: 2px;
}
.rescalendar {
	background-color: white;
	color: #6d6d6d;
	margin-top: 5px;
}
.rescalendar a {
	color: black
}
.rescalendar .highlight {
	color: black;
	background-color:  #f0ad26;
}
.rescalendar td, .rescalendar th {
	background-color: #fdf9a5;
}
.rescalendar th, .rescalendar th a {
	font-weight: bold;
	color: black;
}
.rescalendar .heading {
	color: #e43a1c;
	text-align: center;
}
.rescalendar td, .rescalendar th {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.comment span.date, .comment span.name, #replyf, .comment span.name a {
	color: #da3b1c;
}
.imagelist a, .picture {
	display: block;
	position: relative;
	width: 150px;
	height: 150px;
	float: left;
	text-align: center;
	padding: 2px;
	margin: 3px;
	margin-bottom: 5px;
	border: 1px solid #4d2902;
}
.imgagelist a img {
	margin: auto;
}

.jidelnilistek {
	padding-left: 10px;
	padding-right: 10px;
}
.jidelnilistek table .dottedline {
	background: url(../images/dottedline.gif) repeat-x 0 bottom;
}
.dottedline span {
	background-color: black;
}

.aktualitybox {
	border-bottom: 1px solid #da3b1c;
}
.search .snippet, .list {
	font-size:80%;
}
.search .list {
	color:gray;
}
.memberregistration .in_text {
	margin-bottom:20px;
}
.blog_view {
	padding: 0 10px 0 10px;
}
.blog_view h3 a {
	color: #FF2F00;
}
.blog_view .date {
	font-size: 10px;
	display:block;
	float: left;
	color: #A4A4A4;
	padding: 0 10px 5px 0px;
}
.blog_view .annotation {
	display:block;
	position:relative;
}
.textwithimage img.left {
	float:left;
	margin-bottom: 10px;
	margin-right:10px;
}
.textwithimage img.right {
	float:right;
	margin-bottom: 10px;
	margin-left:10px;
}
.textwithimage .textin {
	
}
.discussion .annotation {
	margin-bottom:10px;
}
.news {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}
.news .date span {
	color: #FF2F00;
}
.news .date {
	display: block;
	width: 17%;
	float: left;
}
.news .text {
	display: block;
	width: 82%;
	float: left;
}
.news p {
	padding: 0;
	margin: 0;
}
.article_view {
	display: block;
	margin-bottom: 20px;
	clear: both;
	padding: 0 10px 0 10px;
}
.article_view h3 a {
	color: #FF2F00;
}
.article_view .date {
	font-size:10px;
	padding: 0 10px 5px 0px;
	color: #A4A4A4;
	display:block;
	float: left;
}

.article_view .annotation {
	clear:both;
	display:block;
}
.sitemapitem1 {
	margin-left:40px;
}
.product {
	display:block;
	margin-bottom:30px;
}
.product .price {
	float:right;
}
.product hr {
clear:both
}
.product img {
	float:left;
	margin: 5px;
}


.image {
	text-align:center;
}
.picture .textin, .image .textin {
	clear:both;
	text-align:center;
}

