body {
	padding-top: 0px;
	margin-top: 0px;
	background-image: url(layout/pageback.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #71cdf8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a, a:visited {
	text-decoration: underline;
	color: #0000CC;
}

a:hover {
	text-decoration: underline;
	color: #621716;
}

hr, .noscreen {
	display: none;
}

.oddel {
	clear: both;
	float: none;
}

/* ---------------------------------------------------------------- */
/* ---- HLAVNÍ ROZDĚLENÍ ------------------------------------------ */
/* ---------------------------------------------------------------- */

#header {
	width: 950px;
	height: 272px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header h1 {
	width: 257px;
	height: 76px;
	overflow: hidden;
	position: relative;
	left: 59px;
	top: 5px;
	float: left;
	margin-bottom: 0px;
}

#header h1 span {
	display: block;
	background: url(layout/logo.jpg) no-repeat;
	width: 257px;
	height: 76px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	cursor: hand;
}

#header .lang {
	height: 19px;
	overflow: hidden;
	position: relative;
	left: 80px;
	top: 30px;
	float: left;
}

#header .lang a img {
	margin-right: 2px;
	margin-left: 2px;
	border: 2px solid #83c3f3;
}

#header .lang a:hover img {
	border: 2px solid #1b3488;
}

#container {
	width: 888px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border: 1px solid #71c0e3;
}

/* ---- NAVIGACE -------------------------------------------- */

#navigace {
	width: 930px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 86%;
	color: #1d3389;
}

#navigace a {
	color: #1d3389;
	text-decoration: none;
}

#navigace a:hover {
	text-decoration: underline;
}

/* ---- MENU ----------------------------------------------- */

#menu {
	width: 950px;
	height: 42px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(layout/menuback.jpg);
	background-repeat: no-repeat;
}

#menu ul {
	list-style-type: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 105%;
	padding-right: 14px;
	padding-left: 14px;
	margin-top: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#menu ul li a:hover {
	color: #b9edc5;
}

#menu ul li#active a {
	color: #FFCC00;
}

/* ----------------------------------------------------------------- */
/* ---- OBSAH ------------------------------------------------------ */
/* ----------------------------------------------------------------- */

#obsah {
	float: left;
	width: 530px;
	margin-bottom: 30px;
}

#obsah .maintext {
	background-color: #D8FAFE;
	border: 1px solid #71c0e3;
	margin-top: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#obsah p {
	text-align: justify;
	line-height: 160%;
	font-size: 107%;
	padding-right: 20px;
	padding-left: 20px;
}

#obsah h1 {
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	background-image: url(layout/h1back.gif);
	background-repeat: repeat-y;
	display: block;
	padding: 15px;
	margin-top: 0px;
}

#container h2 {
	font-size: 160%;
	font-weight: normal;
	display: block;
	color: #1d3389;
	background-image: url(layout/h2back.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-position: bottom;
}

#container h2 a {
	color: #1d3389;
	text-decoration: none;
}

#container h2 a:hover {
	color: #FF6600;
}

#container h2.akce {
	color: #C00;
	text-transform: uppercase;
	font-weight: bold;
}

#container h3 {
	font-size: large;
	color: #FF6600;
	padding-right: 20px;
	padding-left: 20px;
}

#container ul, #container ol {
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
}

#container ul li {
	text-align: justify;
	font-size: 107%;
	line-height: 160%;
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}

#container ol li {
	line-height: 160%;
}

.odkaz {
	background-image: url(layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}

.odkaz-ext {
	background-image: url(layout/odkaz-ext.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 13px;
}

address {
	font-size: medium;
	font-style: normal;
	line-height: 160%;
	color: #FFFFFF;
	background-color: #0c5b6a;
	margin: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

address p a, address p a:visited {
	color: #FFFFFF;
}

#obsah iframe {
	margin-right: 20px;
	margin-left: 20px;
	border: 2px solid #AFDCEF;
}

/* ---- FOTOGALERIE ---------------------------- */

#obsah .fotogalerie {
	text-align: center;
}

#obsah .fotogalerie img {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 2px solid #AFDCEF;
}

#obsah .fotogalerie a img {
	border: 2px solid #AFDCEF;
}

#obsah .fotogalerie a:hover img {
	border: 2px solid #71c0e3;	
}

/* ---- RIGHTSIDE ---------------------------- */

#rightside {
	float: right;
	width: 334px;
	margin-bottom: 30px;
}

#rightside img {
	margin-bottom: 20px;
}

#rightside a img {
	border: 2px solid #71c0e3;	
}

#rightside a:hover img {
	border: 2px solid #71c0e3;	
}

#rightside .figure {
	margin-bottom: 20px;
}

#rightside .figure img {
	margin-bottom: 0px;
	border: 2px solid #71c0e3;
}

#rightside .figure p {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 87%;
}

.active {
	font-weight: bold;
}

/* ---- TABULKY ----------------------------------------------- */

#rezervace table, #cenik table {
	border-collapse: collapse;
	margin: 20px;
	border: 1px solid #30A4D6;
	font-size: 100%;
	width: 92%;
}

#rezervace td, #cenik td {
	border: 1px solid #30A4D6;
	background-color: #ffffff;
	text-align: center;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

#rezervace th, #cenik th {
	border: 1px solid #30A4D6;
	background-color: #71cdf8;
	text-align: center;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	color: #1a2e85;
}

/* ---- PATA ----------------------------------------------- */

#footer {
	font-size: 85%;
	color: #D8FAFE;
	background-color: #71c0e3;
	display: inline;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 0px;
}

#footer a {
	text-decoration: none;
	color: #D8FAFE;
	margin-right: 4px;
	margin-left: 4px;
}

#footer a:hover {
	color: #075e6a;
	text-decoration: underline;
}

/* ---- FORMULAR ------------------------------------------ */

#rezervace form {
	margin-bottom: 20px;
}

#rezervace table {
	width: 93%;
}

#rezervace table th {
	text-align: left;
	vertical-align: top;
	padding: 8px;
}

#rezervace table td {
	vertical-align: top;
	padding: 8px;
	text-align: left;
}

#rezervace input {
	padding: 3px;
}

#rezervace select {
	padding: 3px;
	text-align: center;
}

#rezervace .button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1e757f;
	border: 2px solid #0c5b6a;
}

#rezervace .noborder {
	border: none;
}