* {
  padding: 0;
  margin: 0;
}
body {
  background: url("../images/design/back_all.gif") top left repeat-x;
  text-align: center;
  font-size: small;
  color: #000;
  font-family: Arial, Verdana, sans-serif;
}
img {
  border: 0;
}
/* Aligns, ... */
.left {
  text-align: center;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.left_float {
	float: left;
}
.right_float {
	float: right;
}
h1 {
  font-size: 200%;
  color: #fff;
  width: 75%;
  font-family: Georgia, Verdana, sans-serif;
}
h2, h3, h4 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding-bottom: 1ex;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 100%;
}
p, hr, ul {
	margin-bottom: 1ex;
}
h2.nadpis {
	font-size: 150%;
	color: #a3650d;
}
hr {
	border: 0px;
	height: 1px;
	background-color: #c0c0c0;
	margin: 10px 0;
}
form {
	display: inline;
}
ul {
	list-style-type: none;
}
#central ul {
	list-style-type: disc;
}
#left ul {
	list-style-type: none;
	padding-left: 2ex;
}
#left h3 {
	margin-top: 2ex;
}
a, a:active, a:visited {
	text-decoration: none;
	color: #bd0b0e;
	border-bottom: 1px dotted #c0c0c0;
}
a img {
	border: 0;
}
a:hover {
	color: #e77817;
}
.clear {
  clear: both;
}
p {
  padding-bottom: 1ex;
}
input {
	font-size: 90%;
}

#page {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	padding: 8px;
}
#head {
	background: #fff url("../images/design/pan_big.jpg") top left no-repeat;
	height: 242px;
	position: relative;
}
h1 {
	position: absolute;
	top: 20px;
	left: 20px;
}
#footer {
	padding: 2px;
	border-top: 5px solid #bd0b0e;
	background: url("../images/design/footer.gif") top left repeat-x;
}
#content {
}
#menu {
	background: url("../images/design/title.gif") top left repeat-x;
	padding: 10px 10px;
	height: 22px;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	padding: 5px;
	margin: 0 5px;
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	border-bottom: 0px;
	font-weight: bold;
	letter-spacing: 2px;
}
#menu li a:hover, #menu li a.menu_selected {
	color: #fff;
}
#menu li a.menu_selected {
	font-weight: bold;
}
#left {
	width: 25%;
	float: right;
	min-height: 600px;
}
#central {
	width: 74.5%;
	border-right: 2px solid #fdf5ee;
	float: right;
}
.cpad {
	padding: 10px;
}
#central .cpad {
	min-height: 500px;
}
#footer p {
	text-align: center;
}

ul.submenu {
	list-style-type: disc;
	padding-left: 2ex;
}
.mapa {
	border: 1px solid #c0c0c0;
}

#left h3 {
	background: url("../images/design/title.gif") top left repeat-x;
	padding: 10px 10px;
	height: 22px;
	margin-bottom: 1ex;
	text-transform: uppercase;
	font-size: 110%;
	letter-spacing: 1px;
}
.mesiac {
	background: url("../images/design/excel.gif") top left no-repeat;
	border: 1px solid #909090;
	padding-left: 45px;
	width: 11em;
	height: 5em;
	margin-left: 10px;
	margin-bottom: 10px;
}
#central ul, #central ol {
	padding-left: 2ex;
}

/* H, R */
#central ul.form li.lb label {
	font-weight: normal;
	display: inline;
	text-align: left;
	width: auto;
}
.floatr_img {
	float: right;
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.history_im {
	border: 1px solid #c0c0c0;
	margin: 0px 5px 5px 5px;
}
ul.rules-strankovanie {
	clear: both;
	list-style-type: none;
	margin: 10px;
}
ul.rules-strankovanie li {
	width: 50%;
	float: left;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #f0f0f0;
	background-color: #fdf5ee;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rules-strankovanie li.l2 {
	text-align: right;
}
.inside-img {
	border: 1px solid #c0c0c0;
	padding: 5px;
	margin: 5px;
	background-color: #f0f0f0;
}
.inside-img img {
	border: 1px solid #a0a0a0;
	background-color: #fff;
}
.inside-ileft {
	margin-left: 30px;
}
.inside-iright {
	margin-right: 30px;
}
.ad1 {
	width: 65%;
	float: left;
}
.ad2 {
	width: 25%;
	float: left;
}
img.flimg {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
}

#rezervacia table {
	margin-bottom: 15px;
}
#rezervacia table td {
	font-size: 90%;
}
#rezervacia table td:hover:after {
	content: "Voľné";
	color: #336600;
}
#rezervacia table td.cas {
	color: #000;
	content: "";
}
#rezervacia table td.cas:hover:after {
	content: "";
}
#rezervacia table td.reserved:hover:after {
	content: "";
}
#rezervacia table td.reserved {
	color: #906c16;
	font-weight: bold;
}