/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

/*
html, body {
	width: 100%;
	height: 100%;
}
*/

body {
	background: url(../img/body_background.png) top left #C1BB88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
}

p {
	margin: 0 0 1em 0;
}

a {
	color: #A58232;
	text-decoration: none;
}

hr {
	margin: 0 0 1em 0;
	border: none;
	border-top: 1px solid #A58232;
}

ul li {
	margin: 0 0 0.5em 0;
}

a:hover {
	color: #8F722C;
	text-decoration: underline;
}

#mainContainer {
	background: url(../img/mainContainer_background.jpg);
	width: 100%;
	height: 1000px;
	position: absolute;
}

#topContainer {
	background: url(../img/topContainer_background.jpg) no-repeat;
	width: 100%;
	height: 450px;
	position: absolute;
}

#siteContainer {
	width: 850px;
	margin: 0 auto;
}

#header {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.hide {
	display: none;
}

#homeLink {
	display: block;
	width: 77px;
	height: 100px;
	background: url(../img/homeLink_background.gif);
	margin: 10px 0 -15px 0;
}

#languages {
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	display: block;
	font-size: 0.625em;
}

#languages li {
	margin: 0;
}

#languages #cz {
	display: block;
	background: url(../img/cz_background.gif) right 4px no-repeat;
	padding: 0 22px 0 0;
}

#languages #en {
	display: block;
	background: url(../img/en_background.gif) right 4px no-repeat;
	padding: 0 22px 0 0;
}

#languages #de {
	display: block;
	background: url(../img/de_background.gif) right 4px no-repeat;
	padding: 0 22px 0 0;
}

#menu {
	font-family: Verdana, Arial, Helvetica;
	list-style: none;
	font-size: 0.625em;
	float: right;
}

#menu li {
  background:url(../img/menu_background.png) repeat-x #024E28;
	float: left;
	width: auto;
	margin: 0;
	padding: 0.5em 2em;
	font-weight: bold;
}

#menu li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#menu li a.selected {
	color: #FFFFFF;
}

#headerImageShadow {
	width: 850px;
	height: 222px;
	background: url(../img/headerImageShadow_background.png) no-repeat;
	clear: both;
	margin: 0 0 1em 0;
}

#headerImage {
	width: 800px;
	height: 222px;
	background: url(../img/headerImage_background.jpg) no-repeat;
	margin: 0 auto;
	border-bottom: 3px #0A6739 solid;
}

#footer {
	width: 800px;
	text-align: center;
	font-size: 0.625em;
	margin: 0 auto;
	padding: 0 0 5px 0;
	border-top: 1px solid #A58232;
	clear: both;
}

.justify {
	text-align: justify;
}

.thumbnailContainer {
	border: 1px #000 solid;
	margin: 0 0 0.25em 0;
	display: block;
	width: 177px;
	float: left;
}

a.thumbnailContainer {
  margin: 0 1em 1em 0;
}

.thumbnailContainer .thumbnail {
	display: block;
	border: 5px #FFF solid;
}

h1 {
	font-family: "Lucida Sans Unicode", Arial, Helvetica;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.625em;
}

.motelList {
	list-style: none;
	font-size: 0.625em;
}

.motelList li {
	padding: 0 0 0 15px;
	background: url(../img/motelList_background.gif) no-repeat 0 5px;
}

#offer {
	list-style: none;
}

#col12 {
  background: url(../img/col12_background.gif) repeat-y;
  width: 850px;
}

#col1 p, #col12 p {
  font-size: 0.625em;
}

#col12 #col1 {
  width: 179px;
  float: left;
  margin: 0 0 1em 25px;
}

#col12 #col2 {
  width: 600px;
  float: right;
  margin: 0 25px 1em 0;
}

#col1 {
  width: 800px;
  float: left;
  margin: 0 25px 1em 25px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clearBoth {
  clear: both;
}

#pricesTable th {
	font-size: 0.75em;
}

#pricesTable #firstcolumn {
	width: 50%;
}

#pricesTable td {
	font-size: 0.625em;
}

#pricesTable {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

address {
	font-size: 0.625em;
	font-style: normal;
	margin: 0 0 1em 0;
}

#gallery .thumbnailContainer {
	margin: 0 27px 1em 0;
}

#gallery .lastThumbnailContainer {
	margin: 0 0 1em 0;
}