* {
padding: 0;
margin: 0;
}

body {
font: 14px "Trebuchet MS", Verdana, sans-serif;
background-attachment: fixed;
color: #666;
padding: 10px;
}

#home {
background-image: url(/images/tile-flowers.png);
}

#program {
background-image: url(/images/tile-clouds.png);
}

#jidelnicek {
background-image: url(/images/tile-houses.png);
}

#galerie {
background-image: url(/images/tile-field.png);
}

#kontakt {
background-image: url(/images/tile-sun.png);
}

#cenik {
background-image: url(/images/tile-trees.png);
}

#seminars {
background-image: url(/images/tile-flowers.png);
}

#register {
background-image: url(/images/tile-clouds.png);
}

#master {
width: 860px;
margin: 0 auto;
position: relative;
overflow: auto;
background: #fff;
padding: 20px;
}

#footer {
width: 860px;
margin: 0 auto;
text-align: center;
padding: 20px;
background: #5882c0;
color: #fff;
}

#footer a {
font-weight: bold;
color: #fff;
}

h1 {
text-indent: -2000px;
}

h2 {
margin-bottom: 20px;
color: #4b74a6;
font-size: 24px;
}

h3 {
font-size: 14px;
font-weight: bold;
padding-bottom: 5px;
margin-bottom: 10px;
border-bottom: 1px solid #9cc4ea;
}

#header {
position: relative;
height: 240px;
margin-bottom: 20px;
padding-bottom: 10px;
}

#home #header {
background: #76c76d url(/images/cubbyland-bear.png) no-repeat;
}

#program #header {
background: #76c76d url(/images/cubbyland-hippo.png) no-repeat;
}

#jidelnicek #header {
background: #76c76d url(/images/cubbyland-sheep.png) no-repeat;
}

#galerie #header {
background: #76c76d url(/images/cubbyland-monkey.png) no-repeat;
}

#kontakt #header {
background: #76c76d url(/images/cubbyland-tiger.png) no-repeat;
}

#cenik #header {
background: #76c76d url(/images/cubbyland-roo.png) no-repeat;
}

#seminars #header {
background: #76c76d url(/images/cubbyland-hippo.png) no-repeat;
}

#register #header {
background: #76c76d url(/images/cubbyland-bear.png) no-repeat;
}


#header ul {
position: absolute;
list-style: none;
left: 20px;
bottom: 0;
}

#header li {
float: left;
margin-right: 5px;
}

#header a {
font-weight: bold;
display: block;
padding: 8px 20px;
text-decoration: none;
text-transform: uppercase;
color: #fff;
background: #66ac5e;
outline: none;
}

#header a:hover {
background: #5882c0;
}

#home #nav-home,
#program #nav-program,
#jidelnicek #nav-jidelnicek,
#cenik #nav-cenik,
#kontakt #nav-kontakt,
#foto #nav-foto,
#galerie #nav-galerie,
#seminars #nav-seminars,
#register #nav-register {
background: #fff;
color: #5882c0;
}

#content {
width: 550px;
float: left;
}

#sidebar {
float: right;
height: 100px;
width: 280px;
}

#content p,
#content ul {
line-height: 22px;
margin-bottom: 20px;
}

#content p.imp {
font-weight: bold;
padding: 10px;
border: 1px solid #76c13a;
}

#content p.imprev {
font-weight: bold;
padding: 10px;
background: #ffa500;
color: #fff;
font-size: 18px;
}


#content a {
color: #5882c0;
}

#content a:hover {
color:  #66ac5e;
}

#content table {
border: 1px solid #76c13a;
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}

#content td, #content th {
border: 1px solid #76c13a;
padding: 5px;
}

.kyti {
list-style-type: none;
}

.kyti li {
padding-left: 30px;
margin-bottom: 10px;
background: url(/images/kyti.png) no-repeat 0 2px;
}

.banner {
margin-bottom: 20px;
}

.photos a {
margin-right: 10px;
}

/* @group lightbox */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#editJidelnicek table {
border: 1px solid #76c13a;
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}

#editJidelnicek td, #content th {
border: 1px solid #76c13a;
padding: 5px;
}

/* @end */