body {
	background-color: #6ab1f9;
	padding-top: 0px;
	margin-top: 0px;
	background-image: url(layout/pageback.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a, a:visited {
	text-decoration: underline;
	color: #0000CC;
}

hr {
	display: none;
}

#container {
	width: 951px;
	margin-top: 37px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(layout/contback.gif);
	background-repeat: repeat-y;
}

/* ---------------------------------------------------------------- */
/* ---- HLAVICKA -------------------------------------------------- */
/* ---------------------------------------------------------------- */

#hlavicka {
	width: 951px;
	height: 339px;
	background-image: url(layout/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#hlavicka h1 {
	width: 195px;
	height: 152px;
	overflow: hidden;
	position: relative;
	left: 638px;
	top: 10px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#hlavicka h1 span {
	display: block;
	background: url(layout/header-logo.jpg) no-repeat;
	width: 195px;
	height: 152px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	cursor: hand;
}

#hlavicka .lang {
	height: 19px;
	overflow: hidden;
	position: relative;
	left: 20px;
	top: 20px;
	float: left;
}

#hlavicka .lang a img {
	margin-right: 2px;
	margin-left: 2px;
	border: 2px solid #83c3f3;
}

#hlavicka .lang a:hover img {
	border: 2px solid #1b3488;
}

/* ---------------------------------------------------------------- */
/* ---- MENU ------------------------------------------------------ */
/* ---------------------------------------------------------------- */

#hlavicka .hormenu {
	height: 50px;
	width: 950px;
	overflow: hidden;
	position: relative;
	left: 7px;
	top: 125px;
	float: left;
}

#hlavicka .hormenu ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#hlavicka .hormenu li {
	float: left;
	display: block;
	text-align: center;
}

#hlavicka .hormenu ul li a {
	font-size: 106%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 3px;
	background-image: url(layout/hmenuback.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 8px;
	padding-right: 17px;
	padding-bottom: 20px;
	padding-left: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6ab1f9;
}

#hlavicka .hormenu ul li a:hover {
	color: #dae7fa;
	background-image: url(layout/hmenuback-hover.gif);
}

#hlavicka .hormenu ul li.last a {
	border-right: none;
}

/* ---------------------------------------------------------------- */
/* ---- BLOKY -------------------------------------------------- */
/* ---------------------------------------------------------------- */

#main {
	width: 951px;
	background-image: url(layout/mainback.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#leftside {
	width: 184px;
	float: left;
}

#obsah {
	width: 519px;
	float: left;
	padding: 20px;
}

#rightside {
	width: 190px;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	padding: 5px;
}

.oddel {
	clear: both;
	float: none;
}

/* ---- OBSAH ------------------------------------------------------ */

#obsah h1 {
	font-size: x-large;
	color: #035CB6;
	letter-spacing: -0.03em;
	margin-top: 0px;
}

#obsah h2 {
	font-size: large;
	font-weight: normal;
	color: #cc071e;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cc071e;
}

#obsah h2 a {
	color: #cc071e;
	text-decoration: none;
}

#obsah h2 a:hover {
	color: #000000;
}

#obsah h2.ok {
	background-image: url(layout/h2.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px 2px;
}

#obsah h3 {
	font-size: medium;
	color: #035CB6;
}

#obsah h3 a {
	text-decoration: none;
	color: #035CB6;
}

#obsah h3 a:hover {
	text-decoration: underline;
	color: #FF9900;
}

#obsah p, #obsah li {
	line-height: 160%;
	text-align: justify;
}

#obsah p a, #obsah li a {
	text-decoration: underline;
	color: #0000CC;
	padding: 1px;
}

#obsah p a:hover, #obsah li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF9900;
}

#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 address {
	padding: 0px 10px;
	margin-bottom: 15px;
	border: 2px solid #6ab1f9;
	background-color: #E0F0FE;
}

#obsah address p {
	font-style: normal;
	font-size: 110%;
	text-align: left;
}

#obsah address p.gps {
	font-size: 86%;
}

#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 .left-side {
	float: left;
	width: 240px;
}

#obsah .right-side {
	float: right;
	width: 240px;
}

#obsah iframe {
	border: 2px solid #6ab1f9;
}

#obsah .nasepusobnost p {
	line-height: 250%;
	text-align: center;
}


#obsah .nasepusobnost a {
	color: #FFFFFF;
	background: #FF9900;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 105%;
}

#obsah .nasepusobnost a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-left-color: #CC0000;
	background-color: #FF6600;
}

#obsah .introimg {
	border: 1px solid #6ab1f9;
	background-color: #e0f0fe;
	padding: 8px;
}

#obsah .introimg a img {
	border: none;
	border: 1px solid #6ab1f9;
}

#obsah .introimg-right {
	border: 1px solid #6ab1f9;
	background-color: #e0f0fe;
	padding: 8px;
	float: right;
	margin-left: 20px;
}

#obsah .introimg-left {
	border: 1px solid #6ab1f9;
	background-color: #e0f0fe;
	padding: 8px;
	float: left;
	margin-right: 20px;
}

#obsah .flash {
	border: 1px solid #6ab1f9;
	background-color: #e0f0fe;
	padding: 8px;
}

/* ---- UBYTOVÁNÍ -------------------------------------------------- */

#obsah .ubytovani {
	border: 1px solid #6ab1f9;
	background-color: #e0f0fe;
	padding: 10px;
	margin-bottom: 20px;
}

#obsah .ubytovani img {
	float: left;
}

#obsah .ubytovani a img {
	border: 1px solid #6ab1f9;
}

#obsah .ubytovani a:hover img {
	border: 1px solid #0965C1;
}

#obsah .ubytovani .box {
	width: 280px;
	float: right;
}

#obsah .ubytovani .box h2 {
	margin-top: 0px;
	padding-top: 0px;
}

#obsah .fotogalerie {
	border: 1px solid #6ab1f9;
	background-color: #e0f0fe;
	text-align: center;
}

#obsah .fotogalerie img {
	margin: 10px;
}

#obsah .fotogalerie a img {
	border: 1px solid #6ab1f9;
}

#obsah .fotogalerie a:hover img {
	border: 1px solid #0965C1;
}

/* ---- GALERIE -------------------------------------------------- */

#obsah .galerie .figure {
	float: left;
	margin: 9px;
}

#obsah .galerie .figure p {
	text-align: center;	
	margin-top: 0px;
	font-size: 85%;
}

#obsah .galerie .figure p a {
	text-decoration: none;
}

#obsah .galerie a img {
	border: 2px solid #6ab1f9;
}

#obsah .galerie a:hover img {
	border: 2px solid #FF9900;
}

/* ---- PARTNERI -------------------------------------------------- */

.partneri {
	margin-bottom: 40px;
}

.partneri img {
	margin: 10px;
	border: none;
	vertical-align: middle;
}

/*-----------------------------------------------------------------
/* RIGHTSIDE */

#rightside h2 {
	font-size: large;
	font-weight: normal;
	color: #cc071e;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cc071e;
}

#rightside h2 a {
	color: #cc071e;
	text-decoration: none;
}

#rightside h2 a:hover {
	color: #000000;
}

#rightside h3 {
	font-size: medium;
	color: #035cb6;
}

#rightside h3 a {
	color: #035cb6;
	text-decoration: none;
}

#rightside h3 a:hover {
	color: #000000;
	text-decoration: underline;
}


#rightside p, #rightside li {
	line-height: 160%;
	text-align: left;
	color: #666;
}

#rightside p a, #rightside li a {
	text-decoration: underline;
	color: #0000CC;
	padding: 1px;
}

.menu {
	width: 184px;
}
.menu ul li a, .menu ul li a:visited {
	display: block;
	text-decoration: none;
	width: 164px;
	text-align: left;
	border-bottom-width: 2;
	border-bottom-style: solid;
	border-bottom-color: #70b7f8;
	font-size: 105%;
	font-weight: bold;
	color: #000000;
	background-image: url(layout/menu1-a.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.menu ul li#active a {
	background-image: none;
	background-color: #cc071e;
	color: #ffffff;
}

.menu ul {padding: 0; margin: 0; list-style-type: none; }
.menu ul li {float: left; margin-right: 1px; position: relative;}
.menu ul li ul {
	display: none;
}

.menu ul li:hover a {
	color: #ffffff;
	background-image: url(layout/menu1-ahover.gif);
}
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left:184px;
	width:105px;
}
.menu ul li:hover ul li a.hide {background: #dfc184; color: #000000;}
.menu ul li:hover ul li:hover a.hide {width: 150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display: block;
	color: #ffffff;
	width: 150px;
	background-color: #035CB6;
	background-image: none;
	font-size: small;
}
.menu ul li:hover ul li a:hover {
	background-color: #023F7B;
}
.menu ul li:hover ul li:hover ul {display: block; position: absolute; left: 184px; top: 0; color: #000000;}
.menu ul li:hover ul li:hover ul li a {display: block; width: 200px; background: #dfc184; color:#000000;}
.menu ul li:hover ul li:hover ul li a:hover {background: #bd8d5e; color: #ffffff;}

.menu ul li#active:hover ul li a {
	color: #ffffff;
	background-color: #035CB6;
}

.menu ul li#active:hover ul li a:hover {
	background-color: #023F7B;
}

#leftside .bannerrwe {
	text-align: center;
	margin-top: 25px;
	float: none;
}

/* ---- TABULKY ----------------------------------------------- */

.cenik table {
	border-collapse: collapse;
	border: 1px solid #70b7f8;
	font-size: 86%;
	width: 100%;
}

.cenik td {
	padding: 4px;
	border: 1px solid #70b7f8;
	text-align: center;
}

.cenik th {
	padding: 4px;
	border: 1px solid #70b7f8;
	background-color: #c3e3fd;
	text-align: center;
}

.cenik td.ceny {
	font-weight: bold;
}

.cenik td.c {
	font-weight: bold;
}

/* ---- PATA ----------------------------------------------- */

#footer {
	font-size: 85%;
	text-align: center;
	width: 951px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#footer a {
	text-decoration: none;
	color: #621716;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-left: 10px;
}

#footer a:hover {
}

/* ---- FORMULAR ------------------------------------------ */


#rezervace form {
	margin-bottom: 20px;
}

#rezervace table {
	width: 93%;
	font-size: 86%;
}

#rezervace table th {
	text-align: left;
	vertical-align: center;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#rezervace table td {
	vertical-align: center;
	padding: 8px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#rezervace input {
	font-size: 105%;
	padding: 3px;
}

#rezervace select {
	font-size: 105%;
	padding: 3px;
}

#rezervace .button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	border: none;
	margin-top: 20px;
}

#rezervace table.center th, #rezervace table.center td {
	text-align: center;
}

#rezervace img {
	margin-top: 5px;
}
