* { margin:0; padding: 0; }
img { border: 0px solid black; }	
body {
    margin: 0;
    padding: 0;
	min-height: 101%;
	font-size: 100.01%;
	background: #fff;
	text-align: left;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4e4d3b;
/*	color: #7a785c;*/
	font-size: 10pt;
	position: relative;
	width: 100%;
	line-height: 15pt;
}
a, a:visited, a:link, a:hover {
	color: #df6f7b;
}
p {
	text-align: justify;
	margin-bottom: 5px;
}
.spacer_v_94 {
	height: 94px;	
}
.spacer_v_10 {
	height: 10px;	
}
.red {
	color: red;
}
#strana_outer {
	width: 883px;
	background-color: #ffffff;
	background-attachment: scroll;
	background-image: url('/img/stranka_pozadi.png');
	background-position-x: center;
	background-position-y: top;
	background-repeat: repeat-y;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
#strana_bottom {
	width: 883px;
	height: 8px;
	background-color: #ffffff;
	background-attachment: scroll;
	background-image: url('/img/stranka_bottom.png');
	background-position-x: 0;
	background-position-y: 0;
	background-repeat:no-repeat;;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
#hlavicka {
	width: 883px;
	height: 496px;
	background-color: #ffffff;
	background-attachment: scroll;
	background-image: url('/img/hlavicka_pozadi.jpg');
	background-position-x: center;
	background-position-y: top;
	background-repeat:no-repeat;
	margin: 0 auto;
	position: relative;
}
#hlavicka_pozadi {
	z-index: 1;
	width: 100%;
	height: 420px;
	background-color: #ffffff;
	background-attachment: scroll;
	background-image: url('/img/hlavicka_pozadi2.png');
	background-position-x: center;
	background-position-y: top;
	background-repeat: repeat-x;
	position: absolute;
	top: 170px;
	left: 0px;
	
}
#strana {
	width: 867px;
	background-color: #ffffff;
	margin: 0 auto;
}
#menu {
	width: 193px;
	height: 252px;
	position: absolute;
	left: 65px;
	top: 156px;
	background-color: red;
}
#menu ul {
	width: 193px;
	height: 252px;
	list-style: none;
}

#menu li {
	width: 193px;
	height: 36px;
}
#menu li a {
	display: block;
	overflow: hidden;
	width: 193px;
	height: 36px;
	position: relative;
}

#menu li a span {
	display: block;
	width: 193px;
	height: 36px;
	position:absolute;
	left:0;
	top: 0;
	z-index:1;
	cursor: hand;
	background-position: 0px 0px;
}

#menu li.hotel a span {
	background-image: url('/img/menu/hotel.jpg');
}
#menu li.pokoje a span {
	background-image: url('/img/menu/pokoje.jpg');
}
#menu li.restaurace a span {
	background-image: url('/img/menu/restaurace.jpg');
}
#menu li.konferencni-centrum a span {
	background-image: url('/img/menu/konferencni-centrum.jpg');
}
#menu li.rezervace a span {
	background-image: url('/img/menu/rezervace.jpg');
}
#menu li.kontakt a span {
	background-image: url('/img/menu/kontakt.jpg');
}
#menu li.novinky a span {
	background-image: url('/img/menu/novinky.jpg');
}

#menu li a:hover span {
	background-position: -193px 0px;
}

.clear {
	clear: both;
}

.lista1 {
	width: 867px;
	background-image: url('/img/lista1.png');
	background-repeat: no-repeat;
	height: 13px;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
}

#strana h1 {
	margin-left: 23px;
}

td {
	padding-right: 3px;
}

.textbold td {
	font-weight: bold;
}

.centered {
	text-align: center;
}
#strana-left .strana-inner {
	margin-left: 23px;
	margin-right: 23px;
}
#strana-right .strana-inner {
	margin-left: 27px;
	margin-right: 23px;
}

#strana-left  {
	width: 543px;
	float: left;
}

#strana-right {
	width: 324px;
	float: left;
}

#googlemapa {
	width: 500px;
	height: 300px;
}

p.right {
	text-align: right;
}

p.center {
	text-align: center;
}

table.cenik, table.cenik tr, table.cenik td, table.cenik th {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	padding: 3px;
}

table.cenik th {
	background-color: #dddddd;
}

#lang {margin:0 20px; text-align:right;}
#lang a {font-size:80%; font-weight:bold; color:#666;}

#banner {
	position: absolute;
	top: 10px;
	left: 40px;
	z-index: 1000;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

