body {
	padding: 0;
	margin: 0;
	font-family: Palatino, "Palatino Linotype", Georgia, serif;
	background: url('img/hintergrund_hotel_2.jpg');
}

#banner {
	background: url('img/hintergrund_hotel.jpg') top repeat-x;
	height: 150px;
	margin-bottom: -10px;
	overflow: hidden;
	text-align: center;
}

#banner div div {
    display: none;
}

#banner div.breaker {
    background: url('img/banner_hotel.gif') center no-repeat;
    width: 100%;
    height: 150px;
}

.breaker {
    clear: both;
}

#container {
	margin: 10px;
}

#container2 {
    max-width: 1050px;
    margin: 0 auto 0 auto;
}
 
#menue, #inhalt {
   vertical-align: top;
}
 
#menue {
   width: 160px;
}

#menue1 {
	width: 144px;
	background: url('img/hotel/menue.jpg') repeat-y;
	padding: 0;
}

#menue2 {
  background: url('img/hotel/menue-oben.png') top left no-repeat;
	padding: 0px;
}

#menue3 {
  background: url('img/hotel/menue-unten.png') bottom left no-repeat;
	padding: 6px 6px 6px 0px;
	text-align: center;
}

#menue a {
	color: white;
	text-decoration: none;
	font-size: 105%;
}

#menue a:hover {
	text-decoration: underline;
}

#menue div.navlink, #menue div.navlink_hotel {
	margin: 0px 5px;
	padding: 0.5em 0em;
}

#menue div.navlink_hotel {
  background: url('img/hotel/menue_sand.gif') no-repeat;
  padding: 10px 3px 5px 3px;
  margin: 0px 1px 0px 0px;
  height: 90px;
  vertical-align: middle;
}

#menue div.navlink_hotel div.subnavlink {
  margin: 0px;
  margin-top: 10px;
  color: white;
  font-size: 70%;
}

#menue div.navlink_hotel a {
    color: #0022bb;
}

#inhalt {
	padding: 1em;
	background-image: url('img/inhalt.jpg');
	border: 1px #d0ccc3 dotted;
	width: 100%;
}

th {
	text-align: left;
	vertical-align: top;
}

h1 {
    margin-top: 0.3em;
    text-align: center;
    margin-bottom: 0.3em;
}

#inhalt td {
  padding: 0em 1em 0.5em 1em;
}

#inhalt table {
  margin-bottom: 0.5em;
}

p.stick_to_heading {
  margin-top: 0em;
  margin-bottom: 2em;
  text-align: center;
}

p {
    line-height: 120%;
}

p.bilder {
    text-align: center;
}

img {
    border: 0;
}

