* {
		margin: 0;
		padding: 0;
}

fieldset {
		border: 0;
}

img {
		border: 0;
}

body {
	color: #484848;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, Arial, sans-serif;
	background: url('../img/bg.png') repeat-x bottom #FFF;
}

#box {
	width: 902px;
	margin: 0 auto;
}
.reseter { float: none; clear: both; height: 1px; width: 100%; }
.error,
#form .error { background: #fdd; border: 1px solid #faa; padding: 5px !important; margin-bottom: 5px; }

/* reservation form */
#res { width: 100%; margin-left: 30px; }
#res h3 { width: 100%; font-size: 160%; font-weight: normal; background-color: #d8f9af; color: #357D00; padding: 3px 5px; margin: 10px 0; }
#res th { vertical-align: top; padding: 3px 5px; text-align: right; color: #666; }
#res input,
#res textarea { padding: 2px; margin: 2px; }
#res input[type=text]:focus,
#res textarea:focus { background-color: #f1ffdd; border: 1px solid #518509; }
#res select { padding: 2px }
#res option { padding: 0 2px }

/* HEADER styles */
#header {
	width: 902px;
	height: 87px;
	float: left;
}

#header .slogan {
	width: 496px;
	height: 46px;
	float: left;
	background: url('../img/slogan.png');
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 30px 0px 0px 25px;
}

#header .logo a {
	width: 231px;
	height: 60px;
	float: right;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../img/logo.png');
	margin-top: 20px;
}

#header .logo2 a {
	width: 231px;
	height: 66px;
	float: right;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../img/logobaby.png');
	margin-top: 17px;
}

#nav {
	width: 902px;
	height: 49px;
	float: left;
	background: url('../img/menu.png') repeat-x bottom;
}

#nav li {
	list-style: none;
	float: left;
	position:relative;
}

#nav li a {
	display: block;
	float: left;
	height: 28px;
	color: #FFF;
	text-decoration: none;
	padding: 10px 12px 0px 15px;
	text-align: center;
	font-size: 11px;
	margin-top: 11px;
}

#nav li a.baby {
	background-color: #ef9824;
}

#nav li a:hover {
	background: url('../img/hover2.png');
}

#nav li a.baby:hover {
	background: #f9a81d none;
}

#nav li ul {
	position: absolute;
	top: 100%;
	left:0;
	z-index: 100;
	display: none;
}

#nav li:hover ul {
	display: block;
	min-width:140px;
	margin:0;
	background: #689435;
}

#nav li ul li a {
	display:block;
	margin:0;
	text-align:left;
}
#nav li ul li{
	display:block;
	float:none;
}
#nav li ul.baby li a {
	float:none;
}

#nav li ul.baby li a:hover {
	background: #f9a81d !important;
}

/* SLIDER Styles */

#slides {
	width: 900px;
	height: 267px;
	float: left;
}

.slides_container {
	width: 900px;
	height: 267px;
}

.slides_container div {
	width: 900px;
	height: 267px;
	display: block;
}

#slides span {
	position: absolute;
	width: 900px;
	margin: -40px 0px 0px 0px;
	z-index: 100;
}

.pagination {
	height: 30px;
	background: url('../img/strankovani.png');
	padding: 10px 7px 0px 13px;
	z-index: 100;
	float: right;
}

.pagination li {
	list-style: none;
	float: left;
}

.pagination li a {
	background: url('../img/slider.png') no-repeat;
	height: 19px;
	width: 19px;
	float: left;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 6px;
}

.current a {
	background: url('../img/slider-aktivni.png') no-repeat !important;
}

/* CONTENT styles */

#main-content {
	width: 900px;
	float: left;
	border: 1px solid #b3b3b3;
	margin-top: 5px;
	background: #FFF;
}

.content {
	width: 860px;
	padding: 20px;
	float: left;
	-webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.3);
}

.content h2 {
	font-size: 26px;
	color: #579c06;
	font-weight: normal;
	border-bottom: 1px solid #a8c881;
	padding-bottom: 10px;
	padding-left: 26px;
	background: url('../img/odrazka.png') no-repeat 0px 6px;
}
.content #aktuality {
 margin: 15px 0 0;
}
.content #aktuality .aktualita {
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 0 0 5px;
}
.content #aktuality h2 {
 font-size: 130%;
 background: none;
 padding: 0;
 border: 0;
}
.content #aktuality h2 a { color: #579c06 }
.content #aktuality h2 a:hover { text-decoration: none }
.content #aktuality p { padding: 0 }
.content #aktuality small { font-weight: bold }
.content #aktuality .more { float: right; margin: 5px; padding: 0; }
.content #aktuality .more a { color: #fff; background-color: #579c06; padding: 5px 10px; }
.content #aktuality .more a:hover { text-decoration: none }
.content #aktuality img { float: left; margin: 0 15px 10px 0 }

.content .gallery .foto { float: left; margin: 0 18px 10px 0 }
.content .gallery .foto img { border: 1px solid #579c06 }
.content .gallery .foto p { text-align: center; padding-top: 0; line-height: 1.5; }

.content table td.cenik1 {
    background-color: #73B03E;
    color: white;
    font-weight: bold;
    padding: 10px;
    width: 30em;
}

.content table td.cenik2 {
    background-color: #eee;
    padding: 10px;
    height: 4em;
    line-height: 2em;
}
.content .text h3 { margin: 0 0 5px }
.content .text p { margin: 0 0 15px; padding: 0; }

.delat-nadpis {
	font-size: 18px;
	font-weight: bold;
	color: #487d07;
}

.content ul {
	padding: 20px 0px 0px 20px;
	font-size: 11px;
	line-height: 15px;
}

.content p {
	padding-top: 20px;
}

.mapa-arealu {
	float: right;
	width: 254px;
	height: 210px;
	background: url('../img/mapa.jpg') no-repeat bottom;
	text-align: center;
	margin-top: 20px;
}

.mapa-arealu h3 {
	font-size: 18px;
	color: #579c06;
	font-weight: normal;
}

.mapa-arealu a {
	padding: 5px 10px 5px 10px;
	float: right;
	color: #000;
	font-weight: bold;
	background: url('../img/strankovani.png');
	text-decoration: underline;
	margin: 130px 30px 0px 0px;
}

.mapa-arealu a:hover {
	text-decoration: none;
}

.varianty-nadpis {
	color: #484848;
	font-weight: bold;
	font-size: 15px;
	margin-top: 80px;
}

.varianta-chatky {
	float: left;
	width: 277px;
	height: auto;
	border: 1px solid #325b00;
	padding: 1px;
	margin: 10px 9px 40px 0px;
}

.varianta-chatky h4 {
	width: 257px;
	height: auto;
	float: left;
	background: #6e9a38;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
	padding: 5px 10px 6px 10px;
	text-transform: uppercase;
}

.varianta-chatky img {
	width: 277px;
	height: 129px;
	float: left;
	border: 1px solid #FFF;
	margin-left: -1px;
}

.varianta-chatky div {
	background: #6e9a38;
	width: 277px;
	height: 133px;
	float: left;
	font-size: 11px;
	line-height: 11px;
	color: #FFF;
}

.varianta-chatky div p {
	padding: 10px 12px 0px 12px !important;
	height: 85px;
}

.varianty {
	float: left;
	width: 880px;
}

.vice-informaci {
	width: 149px;
	height: 25px;
	float: right;
	background: url('../img/vice.png');
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	padding-top: 10px;
	margin-right: 3px;
}

.vice-informaci:hover {
	text-decoration: underline;
}

.tip {
	text-align: right;
	color: #000;
}

.tip a {
	color: #000;
}

.tip a:hover {
	text-decoration: none;
}

/* FOOTER styles */

#footer {
	width: 900px;
	height: 170px;
	float: left;
}

#footer ul {
	float: left;
	text-align: center;
	width: 900px;
	height: 85px;
	padding-top: 6px;
}

#footer ul ul{
	display:none;
}

#footer ul li {
	display: inline;
	list-style: none;
	padding: 0px 10px 0px 10px;
}

#footer ul li a {
	color: #FFF;
}

#footer ul li a:hover {
	text-decoration: none;
}

.copyright {
	border-top: 1px dotted #ffffff;
	width: 820px;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding: 30px 40px 0px 40px;
}

/* EDITS - MČ 11.2.2015 */
#fixed-box {
	position: fixed;
	right: 0;
	top: 50%;
	height: 120px;
	margin-top: -60px;
	z-index: 9999;
}
a#fb-button {
	display: block;
}