/*** global ***/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #cacaae url(../img/bg_body.png) 0 0 repeat;
	border-top: 6px solid #333;
}
hr { display: none; }
.center { text-align: center; }

/*** layout ***/
#page_holder {
	width: 800px;
	margin: auto;
	background-color: #b0b086;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
#header {
	height: 135px;
	background: #b0b086 url(../img/bg_header.jpg) 0 0 no-repeat;
}
#menu {
	height: 28px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #996;
	background: url(../img/bg_menu_a-hover.png) 0 0 repeat-x;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
}
#main {
	background-color: /*#b0b086*/ #B8B892;
	font-size: 0.8em;
	padding: 0 20px 20px 20px;
	min-height: 400px;
}
div.fotogalerie {
	text-align: center;
}
div.sleva {
	text-align: center;
	margin: 10px 0;
	padding: 0 10px 10px 10px;
	border: 2px solid #c00;
	background-color: #f90;
}
#footer {
	padding: 10px 0;
	text-align: center;
	background-color: #996;
	color: #bebe9e;
	font-size: 0.6em;
	border-top: 1px solid #333;
	border-bottom: 4px solid #333;
}

.cleaner {
	line-height: 0.0;
	clear: both;
}

/*** lists ***/
#menu ul {
	list-style: none;
	margin-left: 0px;
}
#menu ul li {
	float: left;
}
#main ul {
	list-style: none;
	margin: 5px 0 5px 10px;
}
#main ul ul {
	margin: 5px 0 5px 40px;
	font-size: 0.9em;
	list-style: disc;
}
#main ul li {
	line-height: 2.0;
}

/*** links ***/
#header a {
	color: #000;
	text-decoration: none;
}
#menu a {
	display: block;
	text-decoration: none;
	color: #dfdfce;
	padding: 8px 11px 5px 12px;
}
#menu a:hover,
#hp .m1 a,
#ubytovani .m2 a,
#restaurace .m3 a,
#cenik .m4 a,
#rezervace .m5 a,
#turistika .m6 a,
#fotogalerie .m7 a,
#kontakt .m8 a
{
	color: #fff;
	background: url(../img/bg_menu.png) 0 0 repeat-x;
}

#footer a {
	text-decoration: none;
	color: #cc9;
}
#footer a:hover {
	color: #eee;
}

/*** text ***/
#header h1 {
	width: 574px;
	height: 70px;
	position: relative;
	top: 30px;
	left: 121px;
}
#header h1 span {
	display: block;
	width: 574px;
	height: 70px;
	background: url(../img/bg_header_h1.jpg) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
#main h1 {
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	color: #fc0;
	margin: 0 -20px 5px -20px;
	padding: 8px 0 8px 10px;
	background-color: #767656;
}
#main h2 {
	font-size: 1.2em;
	color: #333;
	margin: 15px 0 10px;
}	
#main h3 {
	font-size: 1.1em;
	color: #333;
	margin: 15px 0 5px;
}	
div.sleva h3 {
	margin: 0 -10px 10px -10px !important;
	padding: 5px;
	border-bottom: 1px solid #c00;
	text-decoration: none !important;
	color: #fff !important;
	background-color: #f60 !important;
}
#main p {
	line-height: 1.4;
	margin: 10px 0;
}

span.smaller {
	font-size: 85%;
}
span.activity, #main ul li ul {
	font: bold 0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #5a5a42;
}
span.bullet {
	font-weight: bold;
	margin-right: 5px;
	color: #fc0;
}

/*** images ***/
#main img {
	border: 1px solid #cc9;
}
img.right {
	float: right;
	margin: 10px 0 10px 15px;
}
img.left {
	float: left;
	margin: 10px 15px 10px 0;
}
div.fotogalerie img {
	margin-top: 5px;
}


/*** tables ***/
table.cenik, table.rezervace td {
	border-collapse: collapse;
	font: 0.9em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 5px 0;
}
table.cenik td {
	border-collapse: collapse;
	color: #000;
	border: 1px solid #acac82;
	padding: 5px 10px;
	background-color: #c0c09e;
}
table.rezervace {
}
table.rezervace td {
	padding: 5px;
}

/*** forms ***/
form input, textarea, select {
	font: 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: none !important;
	padding: 1px;
}
input.button {
	background-color: #b8b892;
	font: bold 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase !important;
	color: #333;
	width: 100%;
}

/* main */
#main a { color: #000; }
#main a:hover { text-decoration: none; }

#gallery h2 { clear: both; padding-top: 15px; margin-top: 0; }
#gallery a { display: block; float: left; width: 184px; height: 152px; padding-top: 32px; text-align: center; margin: 3px; background-color: #c0c09e; }
#gallery a.vert { height: 184px; padding-top: 0; }
