body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 80%;
}

#container {
  width: 800px;
  margin: auto;
  text-align: left;
}

#header {
  height: 110px;
  background: #640019 url('images/hotel.jpg') 0 0 no-repeat;
  text-align: right;
}

#header h1 {
  margin: 0 0 -2px 0;
}

#header h1 img {
  border: none;
}


#header div {
  margin: 0;
  padding: 15px 1em 0 0;
  color: #D2D2D2;
  font-size: 95%;
}

#header a {
  color: #D2D2D2;
}

a {
  text-decoration: none;
  color: #640019;
}

a:hover {
  text-decoration: underline;
}

#menu {
  margin: 0 0 4px 0;
  background-color: #D2D2D2;
  text-align: right;
  padding: 5px 15px 5px 5px;
  text-transform: lowercase;
  color: #640019;
  font-weight: bold;
}

#menu span {
  padding: 0 5px;
}

#menu a {
  color: #640019;
}

#menu a.home {
  color: #565759;
  float: left;
  padding-left: 75px;
}

#banner {
  clear: left;
  background: #FFFFFF;
  position: relative;
  margin-top: 0px;
  margin-bottom: 2px;
}

#address {
  clear: left;
  background: #640019 url('images/loga.gif') 100% 100% no-repeat;;
  border: solid 1px #000;
  height: 155px;
  color: #FFF;
  font-size: 85%;
  position: relative;
  margin: 0;
}

#address a {
  color: #FFF;
}

#address .logo {
  position: absolute;
  bottom: 10px;
  left: 40px;
}

#address .addr {
  position: absolute;
  bottom: 15px;
  left: 200px;
}

#address .some_banner {
  position: absolute;
  top: 0.3em;
  left: 3em;
  font-weight: bold;
  font-size: 120%;
}

#address .addr strong {
  font-size: 160%;
  font-family: Sylfaen, serif;
  font-weight: normal;
  color: #D2D2D2;
}

#address .nadpis {
  position: absolute;
  bottom: 50px;
  right: 1em;
}

#footer {
  text-align: right;
  color: #68686A;
  font-size: 90%;
  padding: 4px;
}

#footer a {
  color: #640019;
}

#footer #odkazy {float:left;width:250px;text-align:left;}
#footer p {float:right;width:530px;padding:0;margin:0;}

.boxes .box {
  width: 197px; float: left; background: #D2D2D2; height: 330px; margin-bottom: 4px; overflow: hidden;
}

.boxes .b1 {
  background: #D2D2D2 url('images/foto1.jpg') 0 40px no-repeat; margin-right: 4px;
}

.boxes .b2 {
  background: #D2D2D2 url('images/foto2.jpg') 0 40px no-repeat; margin-right: 4px;
}

.boxes .b3 {
  background: #D2D2D2 url('images/foto3.jpg') 0 40px no-repeat; margin-right: 4px;
}

.boxes .b4 {
  background: #D2D2D2 url('images/foto4.jpg') 0 40px no-repeat;
}

.boxes h2 {
  margin: 0;
  height: 40px;
  line-height: 40px;
  background-color: #640019;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-family: Sylfaen, serif;
  font-weight: normal;
  font-size: 160%;
}

.boxes h2 a {
  color: #FFF;
}

.boxes p {
  margin-top: 125px;
  padding: 5px;
  color: #565759;
}

#main {
  background: #D2D2D2 url('images/bg.gif') 0 0 repeat-y;
}

#right {
  margin-left: 210px;
  margin-right: 10px;
  padding-bottom: 10px;
  color: #565759;
}

#right h1 {
  margin: 0 0 0.5em 0;
  padding-top: 0.1em;
  color: #640019;
  /*color: #FFF;*/
  text-transform: uppercase;
  font-family: Sylfaen, serif;
  font-weight: normal;
  font-size: 220%;
}

#left {
  float: left; color: #FFF; padding: 10px;
  width: 175px;
}

#left ul {
  margin-left: 0;
  padding-left: 1.8em;
}

#left a {
  color: #FFF;
}

#left dt {
	padding: 3px 8px;
	background-color: #810020;
	margin: 2px 0px;
}
#left dd {
	padding-left: 20px;
	margin-left: 0px;
}

.right {
	text-align: right;
}

td {
	vertical-align: middle;
}

.center {
	text-align: center;
}

table.jidelnicek {
	width: 550px;
}

table.jidelnicek td {
	padding: 2px 8px;
	background-color: white;
}

table.jidelnicek td.nobg {
	background-color: #D2D2D2;
}

div#nav {
  padding: 3px;
  color: #640019;
}
div#nav a {
  font-weight: bold;
}

.cleaner {clear:both;height:1px;font-size:0;display:block;}
