body {
	background-color: #d2d6db;
	padding-top: 0px;
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

a, a:visited {
	text-decoration: underline;
	color: #0000CC;
}

hr.noshow {
	display: none;
}

#container {
	width: 950px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #f3f5f6;
	padding: 0px;
}

/* ---------------------------------------------------------------- */
/* ---- HLAVICKA -------------------------------------------------- */
/* ---------------------------------------------------------------- */

#hlavicka {
	width: 950px;
	height: 248px;
	background-image: url(layout/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
/*
#hlavicka .logo span {
	width: 210px;
	height: 120px; 
	position: relative;
	left: 10px;
	top: 80px;
	float: left;
	margin: 0px;
	padding: 0px;
	border:solid 1px;
	cursor: hand;
}
/*
#hlavicka h1 span {
	display: block;
	width: 210px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 0px;
	cursor: hand;
	border:solid 1px;
	float:right;
}
  */  
#hlavicka .lang {
	height: 20px;
	overflow: hidden;
	position: relative;
	right: 10px;
	top: 0px;
	float: left;
	/*background-color: #FFF;  */
	padding: 5px;
	margin-left:50px;
	margin-top:210px;
}

/* ---------------------------------------------------------------- */
/* ---- MENU ------------------------------------------------------ */
/* ---------------------------------------------------------------- */

#hormenu {
	width: 191px;
	height: 31px;
	/*background-image: url(layout/hmenu-back.gif); */
	background-repeat: repeat-x;
	margin-top: 15px;
}

#hormenu ul {
	list-style-type: none;

	padding: 0px;
	margin: 0px;
}

#hormenu li {

	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}

#hormenu ul li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 192px;
	height: 32px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	background-image: url(layout/menu_h.jpg);
	font-weight: bold;
}

#hormenu ul li a:hover {
	text-decoration: underline;
}

#hormenu ul li#active a {
	color: #fff;
}

/* ---------------------------------------------------------------- */
/* ---- BLOKY -------------------------------------------------- */
/* ---------------------------------------------------------------- */

#main {
	width: 900px;
	margin-top: 10px;
}

#leftside {
	width: 204px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#obsah {
	width: 660px;
	float: right;
}

.oddel {
	clear: both;
	float: none;
}

/* ---- OBSAH ------------------------------------------------------ */

#obsah h1 {
	font-size: x-large;
	color: #0072CE;
	letter-spacing: -0.03em;
	margin-top: 0px;
	font-weight: normal;
}

#obsah h2 {
	font-size: large;
	font-weight: normal;
	color: #0072CE;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}

#obsah h2 a {
	color: #0072CE;
	text-decoration: none;
}

#obsah h2 a:hover {
	color: #000000;
}

#obsah h3 {
	font-size: medium;
}

#obsah h3 a {
	text-decoration: none;
}

#obsah h3 a:hover {
	text-decoration: underline;
}

#obsah p, #obsah li {
	line-height: 160%;
	text-align: justify;
	font-size: 107%;
}

#obsah p a, #obsah li a {
	text-decoration: underline;
	color: #005ea8;
	padding: 0.1em;
}

#obsah p a:hover, #obsah li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #005ea8;
}

#obsah p a.odkaz, #obsah li a.odkaz {
	font-size: small;
	text-decoration: none;
	color: #0072CE;
	border: 1px solid #67b2f3;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

#obsah p a:hover.odkaz, #obsah li a:hover.odkaz {
	background-color: #005ea8;
	color: #fff;
	border: 1px solid #005ea8;
}


#obsah ul {
	margin-left: 17px;
	padding-left: 0px;
	list-style-type: none;
}

#obsah ul li {
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}

#obsah ol {
	margin-left: 25px;
	padding-left: 0px;
}

#obsah .navigace {
	font-size: 86%;
	color: #70b7f8;
	margin-bottom: 10px;
}

#obsah .navigace a {
	color: #70b7f8;
	text-decoration: none;
}

#obsah .navigace a:hover {
	text-decoration: underline;
}

#obsah iframe {
	border: 5px solid #CCC;
}

.novinkybcg {
  background-color:#fff2ca;
  padding:10px;
  line-height: 120%;
  font-size: 14px;
}

/* ----------------------------------------------------------------- */
/* ---- OBRÁZKY ---------------------------------------------------- */
/* ----------------------------------------------------------------- */

#obsah .figure-right {
	float: right;
	margin-left: 20px;	
}

#obsah .figure-left {
	float: left;
	margin-right: 20px;	
}

#obsah .figure a img {
	border: 3px solid #CCC; 
}

#obsah .figure a:hover img {
	/*border: 3px solid #666; */
}

#obsah .figure p {
	color: #666;
	font-size: 86%;
	text-align: center;
	margin-top: 2px;
}

/* ---- FOTOGALERIE ----------------------------------------------- */

#obsah .fotogalerie img {
	margin: 1px;
	margin-left:4px;
}

#obsah .fotogalerie a img {
	border: 3px solid #CCC;
}

#obsah .fotogalerie a:hover img {
	border: 3px solid #666;
}

/* ---- TABULKY ---------------------------------------------------- */

#rezervace table {
	border-collapse: collapse;
	border: 1px solid #0072CE;
	width: 100%;
}

#rezervace td {
	padding: 4px;
	border: 1px solid #0072CE;
	text-align: center;
}

#rezervace th {
	padding: 4px;
	border: 1px solid #0072CE;
	background-color: #005CA8;
	text-align: left;
	color: #FFF;
}

#rezervace .light {
	font-weight: normal;
}

/* ------------------------------------------------------------------ */
/* ---- LEFT SIDE --------------------------------------------------- */
/* ------------------------------------------------------------------ */

#leftside h2 {
	font-size: medium;
	text-align: center;
	color: #FFF;
	width: 194px;
	height: 35px;
	margin:0px;
		margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(layout/leftmenu-h2.jpg);
	background-repeat: no-repeat;
}

#leftside h2 a {
	color: #FFF;
	text-decoration: none;
}

/* ------------------------------------------------------------------ */
/* ---- LEVÉ MENU --------------------------------------------------- */
/* ------------------------------------------------------------------ */

#leftmenu {
	margin-bottom: 20px;
	background-color: #f8fbfd;
}

.leftmenu {
	margin: 0px;
	padding: 0px;
}

#leftmenu ul {
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d4dbe2;
	border-bottom-color: #d4dbe2;
	border-left-color: #d4dbe2;
	margin: 0px;

}

#leftmenu li {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#leftmenu li a {
	display: block;
	font-weight: bold;
	color: #0072CE;
	text-decoration: none;
	padding-left: 20px;
	font-size: medium;
}

#leftmenu li a:hover {
	color: #999;
}

#leftmenu li#active a {
	color: #000;
}

/* ------------------------------------------------------------------ */
/* ---- NEWS - ODKAZY ----------------------------------------------- */
/* ------------------------------------------------------------------ */

#leftside .novinky-odkazy .box {

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d4dbe2;
	border-bottom-color: #d4dbe2;
	border-left-color: #d4dbe2;
	padding: 0px;
	margin-left: 10px;

}

#leftside .novinky-odkazy h3 {
	color: #0072CE;
	margin: 0px;
	font-size: medium;
}

#leftside .novinky-odkazy h3 a {
	color: #0072CE;
	text-decoration: none;
}

#leftside .novinky-odkazy h3 a:hover {
	color: #000;
}

#leftside .novinky-odkazy p {
}

#leftside .novinky-odkazy img  {
	border: 3px solid #E1E1E1;
}

#leftside .novinky-odkazy .cistvice  {
	font-size: 86%;
	font-weight: bold;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005ea8;
	padding-bottom: 3px;
	margin-bottom: 20px;
}

#leftside .novinky-odkazy .cistvice a {
	background-color: #005ea8;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}

#leftside .novinky-odkazy .cistvice a:hover {
	background-color: #000;
	text-decoration: underline;
}

/* ---- PATA ----------------------------------------------- */

#footer {
	font-size: 85%;
	color: #666;
	background-image: url(layout/footer-back.gif);
	background-repeat: repeat-x;
	margin-top: 30px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#footer a {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	text-decoration: underline;
}

#footer address {
	font-style: normal;
	font-weight: normal;
	color: #666;
}

#footer address a {
	color: #666;
}

/* ---- FORMULAR ------------------------------------------ */

form {
	margin-bottom: 20px;
}

fieldset {
	padding: 5px;
	border: 2px solid #0072CE;
	margin-bottom: 15px;
}

legend {
	padding: 7px;
	font-weight: bold;
	background-color: #0072CE;
	color: #FFFFFF;
}

label {
	text-align: right;
	margin-right: 0.5em;
	width: 200px;
	float: left;
	margin-top: 0.25em;
	font-weight: bold;
}

.povinne {
	font-weight: bold;
	color: #CC0000;
}
