 body {
	background: #330100;
	color: #CDCDCD;
	font-family: Georgia,"New York CE",utopia,serif;
	text-align: center;
}

#body {
  width: 1000px;
  margin: 0 auto;
  border: 0px solid blue;
}

h1, h2, h3 {
  color: #EFEFDF;
}

#line {
	text-align: right;
	font-size: 70%;
	width: 1000px;
}

#line a {
	margin-left: 15px;
}

#header {
	text-align: center;
	background: url("/ubytovani/img/header2b.jpg") bottom center no-repeat;
	height: 300px;
	border-bottom: 0px solid white;
	margin-bottom: 15px;
}

#header h1 {
  position: relative;
  top: 30px;
}

#header h2 {
  position: relative;
  top: 210px;
}

/*
#header {
	text-align: center;
	background: url("/ubytovani/img/header.jpg") bottom center no-repeat;
	height: 260px;
	border-bottom: 0px solid white;
	margin-bottom: 15px;
}

#header h2 {
  position: relative;
  top: 170px;
}
*/

a {
	color: #FFFFA0;
	text-decoration: none;
}

a:hover {
  color: #FFFFFF;
	/*text-decoration: underline;*/
}


#page {
	display: block;
  text-align: left;
  padding: 10px;
}

#page .content {
	margin: 0px;
	width: 770px;
	float: right;
}

#page .content :first-letter {
	font-size: 150%;
	font-weight: bold;
}

ul :first-letter {
	font-size: 100%;
	font-weight: 100;
}

#menu {
	display: block;
	width: 170px;
	padding: 10px 0 7px 0px;
}

ul#menu {
  list-style: none;
}

#menu a {
	font-weight: bold;
}

#menu li {
	margin-bottom: 10px;
}

#menu a:hover {
  padding-left: 10px;
  background: url("/ubytovani/img/sipka.gif") left no-repeat;
/*text-decoration: underline;*/
}

#footer {
	display: block;
	background: #300100;
	width: 1000px;
	height: 20px;
	text-align: center;
	margin-top: 20px;
}

.gal,
.galv {
	text-align: center;
}

.gal img,
.foto img {
  width: 200px;
  border: 1px solid black;
  padding: 3px;
  margin: 0px;
}

.galv img {
  width: 120px;
  border: 1px solid black;
  padding: 3px;
  margin: 0px;
}


.galv img:hover,
.gal img:hover
 {
  border: 1px solid yellow;
    padding: 3px;
    margin: 0px;
}


.panorama {
  width: 720px;
  border: 1px solid black;
  padding: 3px;
  margin: 0px;
}

.foto {
  float: left;
  margin: 0 10px 10px 0;
}

h3 {
  clear: left;
}

.clear {
	clear: both;
}

h3 {
	padding-top: 20px;
}

textarea {
	width: 30em;
	height: 5em;
}

img.code {
	width: 150px;
	height: 80px;
}

#map_canvas {
	width: 650px;
	height: 300px;
	margin: 20px;
	color: #000;
}

#map_canvas:first-letter {
	font-size: 100%;
	font-weight: normal;
}

#map_canvas h1 {
	font-size: 110%;
	color: #000;
}


.code {
  width: 100px;
  height: 20px;
}

.message {
  background: #F0F0F0;
  color: #E00000;
  margin: 10px;
  padding: 3px;
  padding-left: 10px;
}

.drak {
  background: url("/ubytovani/img/drak4.gif") right top no-repeat;
}