body {
	font-size: 86%;
	padding: 0px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	background-color: #030;
	background-image: url(layout/bodyback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

a, a:visited {
	text-decoration: underline; 
	color: #f2c293;
}

a:hover {
	text-decoration: underline;  
	color: #ff7a00;
}

hr.noscreen {
	display: none;
}

.oddel {
	clear: both;
	float: none;
}

#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 5px solid #1d510f;
	background-color: #1d510f;
}

/* ---------------------------------------------------------------- */
/* ---- HEADERS --------------------------------------------------- */
/* ---------------------------------------------------------------- */

#header {
	height: 304px;
	background-image: url(layout/headerback.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#header .logo {
	width: 284px;
	height: 140px;
	overflow: hidden;
	position: relative;
	left: 649px;
	top: 112px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#header .logo a span {
	background-image: url(layout/header-logo.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 284px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	cursor: hand;
}
  
/* ---------------------------------------------------------------------- */
/* ---- HORNÍ MENU ------------------------------------------------------ */
/* ---------------------------------------------------------------------- */

.header-menu {
	height: 30px;
	background-color: #F90;
}

.header-menu ul {
	list-style-type: none;
	float: left; 
	padding: 0px; 	
	margin: 0px; 
}

.header-menu li {
	float: left;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

.header-menu ul li a, .header-menu ul li a:visited {
	display: block;
	float: left;
	width: 133px;
	height: 27px;
	padding-top: 3px;
	text-decoration: none;
	color: white;
	background-image: url(layout/menuback.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.header-menu ul li a:hover  {
	color: #C00;
}

.header-menu ul li#active a  {
	color: #000;
}

/* ----------------------------------------------------------------- */
/* ---- OBSAH ------------------------------------------------------ */
/* ----------------------------------------------------------------- */

#main p {
	line-height: 160%;
	color: white;
}

h1 {
	font-size: x-large;
	color: #ffde75;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: -0.05em;
	padding-top: 12px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-transform: uppercase;
}

#obsah {
	width: 600px;
	float: left;
	margin-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #163c0c;
	z-index: 3;
}

#obsah h2 {
	font-size: x-large;
	color: #ff9900;
	font-weight: normal;
	letter-spacing: -0.05em;
	font-style: normal;
}

#obsah h2 a {
	color: #ff9900;
	text-decoration: none;
}

#obsah h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

#obsah h3 {
	font-size: large;
	color: #ff9900;
	font-weight: normal;
	letter-spacing: -0.05em;
	font-style: normal;
}

#obsah h3 a {
	text-decoration: none;
}

#obsah h3 a:hover {
	color: #FFF;
	text-decoration: underline;
}

#main ul, #main ol {
	margin-left: 15px;
	padding-left: 0px;
}

#main ul li, #main ol li {
	line-height: 160%;
	color: white;
}

#obsah p.introtext {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 110px;
	background-color: #2E7917;
	border: 2px solid #276a14;
}

#obsah p.poloha {
	background-image: url(layout/ikona-poloha.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

a.dokument-xls {
	background-image: url(layout/ikona-xls.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

a.dokument-doc {
	background-image: url(layout/ikona-doc.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

a.dokument-ppt {
	background-image: url(layout/ikona-ppt.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

a.dokument-pdf {
	background-image: url(layout/ikona-pdf.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

a.dokument-txt {
	background-image: url(layout/ikona-txt.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

a.dokument-jpg, a.dokument-gif {
	background-image: url(layout/ikona-jpg.gif);
	background-position: 0px 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
}

#obsah address {
	font-style: normal;
}

.odkaz-ext {
	background-image: url(layout/odkaz-ext.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 13px;
}

.rozdeleni {
	float: none;
	clear: both;
	margin-bottom: 15px;
}

/* ---- OBRÁZKY ---------------------------------------------------- */

#main img.obrazek {
	border: 2px solid #163c0c;
}

#main img.obr-left {
	float: left;
	margin-right: 20px;
	border: 2px solid #163c0c;
}

#main img.obr-right {
	float: right;
	margin-left: 20px;
	border: 2px solid #163c0c;
}

#main a:hover img.obr-left, #main a:hover img.obr-right, #main a:hover img.obrazek {
	border: 2px solid #236012;
}

#main .fotogalerie {
	text-align: center;
	margin-top: 10px;
}

#main .fotogalerie img {
	border: 2px solid #163c0c;
	margin-right: 3px;
	margin-bottom: 12px;
	margin-left: 3px;
}

#main .fotogalerie a:hover img {
	border: 2px solid #236012;
}
 
/* ---- TABULKY ----------------------------------------------- */

.cenik table {
	border-collapse: collapse;
	border: 1px solid #efa158;
	background-color: #fff4ce;
	width: 100%;
	margin-bottom: 20px;
}

.cenik td {
	padding: 5px;
	text-align: center;
	border: 1px solid #efa158;
}

.cenik th {
	padding: 5px;
	background-color: #fbe69d;
	border: 1px solid #efa158;
	text-align: center;
}

/* ---------------------------------------------------------------- */
/* ---- RIGHT SIDE ------------------------------------------------ */
/* ---------------------------------------------------------------- */

#rightside {
	float: right;
	width: 285px;
	margin-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#rightside h2 {
	font-size: x-large;
	color: #ff7a00;
	font-weight: normal;
	letter-spacing: -0.05em;
	font-style: normal;
}

#rightside h2 a {
	color: #ff7a00;
	text-decoration: none;
}

#rightside address {
	font-style: normal;	
}

/* ---- RIGHTMENU ------------------------------------------------- */

#main #rightmenu {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-image: url(layout/rightmenuback.jpg);
	background-repeat: repeat-y;}
                                                                                 
#main #rightmenu h2 {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1d510f;
}  
  
#main #rightmenu h2 a {
	text-decoration: none;
	color: #ff7a00;
}

#main #rightmenu ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
 
#main #rightmenu li {
	font-size: medium;
	display: block;  
	padding-top: 3px;
	padding-bottom: 3px;
}

#main #rightmenu li a {
	color: white;
	text-decoration: none;
}

#main #rightmenu li a:hover {
	color: #FF9;
}

#main #rightmenu li#active2 a {
	color: #FF9;
	font-weight: bold;
}

/* ---- RIGHTSIDE KONTAKT --------------------------------------------------------- */

#main #rightside .kontakt {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 2px solid #0b2502;
	background-image: url(layout/kontaktback.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#main #rightside .kontakt h2 {
	padding-top: 0px;
	margin-top: 5px;
}

/* ---- NOVINKA a SEZNAM NOVINEK -------------------------------------------------- */

#main #rightside .novinka, #main #rightside .seznam-novinek {
	margin-bottom: 20px;
}


/* ----------------------------------------------------------------- */
/* ---- FORMULÁŘ --------------------------------------------------- */
/* ----------------------------------------------------------------- */

#rezervace p {
	line-height: 110%;
}

#rezervace form {
	margin-bottom: 20px;
}

#rezervace fieldset {
	padding: 0px;
	margin-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffde75;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#rezervace legend {
	padding: 5px;
	background-color: #ffde75;
	margin-left: 20px;
	text-transform: uppercase;
}

#rezervace label {
	text-align: left;
	width: 150px;
	float: left;
}

#rezervace input, #rezervace textarea {
	border: 3px solid #fff4ce;
}

#rezervace input.kalendar {
	border: none;
}

#rezervace .povinne {
	color:#F00;
}

#rezervace table {
	border-collapse: collapse;
	line-height: 160%;
	color: #791c1b;
	background-color: #fff4ce;
	text-align: left;
	width: 100%;
	margin-top: 15px;
}

#rezervace td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efa158;
	padding: 5px;
}

#rezervace th {
	vertical-align: top;
	color: #C82D2D;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efa158;
	width: 200px;
}

/* ----------------------------------------------------------------- */
/* ---- PATA ------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#footer {
	height: 105px;
	background-image: url(layout/footerback.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-width: 2px;
	border-top-color: #163c0c;
	border-top-style: solid;
}

#footer .text {
	padding-top: 20px;
	padding-left: 30px;
}

#footer .text p {
	font-size: 86%;
	color: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#footer .text p a {
	text-decoration: none;
	color: white;
}

#footer .text p a:hover {
	text-decoration: underline;
}