/*------------------------------------------------------------------
Rahmen
------------------------------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#000000;
  text-decoration:none;
  line-height:18px;
}

body  {
  margin: 0 auto;
  vertical-align:top;
  background-color: #ffffff;
  position: relative;
  width:765px;
}

.top {
  vertical-align:top;
}

.link {
  color: #666666;
  text-decoration: none;
}

.link:hover {
  color: #000099;
  text-decoration: underline;
}

.navigation {
  float: left;
  text-align: left;
  width: 120px;
  margin-left: 102px;
}

.content {
  float: left;
  text-align: left;
  width: 430px;
  padding: 0px 15px 30px 15px;
}

.contentzimmer {
  float: left;
  text-align: left;
  width: 290px;
  padding: 0px 0px 30px 15px;
}

.contentbilder {
  float: left;
  text-align: left;
  width: 130px;
  padding: 2px 15px 30px 10px;
}

.contentfruehstueck {
  float: left;
  text-align: center;
  width: 430px;
  padding: 0px 15px 30px 15px;
}

.rahmen {
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  width: 765px;
  height: 631px;
  margin-top: 30px;
  padding-top: 2px;
}

.bild {
  border: 0px;
}


.nav {
  width: 120px;
  border-bottom: solid 1px;
}

.subnav {
  width: 120px;
}

.navi {
  font: Arial;
  font-weight: bold;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  font-variant: small-caps;
  padding-left: 8px;
}

.navi:hover {
  font: Arial;
  font-weight: bold;
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  font-variant: small-caps;
  background-image: url(../images/nav-i.jpg);
}

.navia {
  font: Arial;
  font-weight: bold;
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  font-variant: small-caps;
  background-image: url(../images/nav-i.jpg);
  padding-left: 8px;
}

.subnavi {
  font: Arial;
  font-weight: bold;
  color: #333333;
  font-size: 13px;
  line-height: 18px;
  font-variant: small-caps;
  padding-left: 8px;
  margin-left: 10px;
}

.subnavi:hover {
  font: Arial;
  font-weight: bold;
  color: #000000;
  font-size: 13px;
  line-height: 18px;
  font-variant: small-caps;
  background-image: url(../images/subnav-i.jpg);
  margin-left: 10px;
}

.subnavia {
  font: Arial;
  font-weight: bold;
  color: #000000;
  font-size: 13px;
  line-height: 18px;
  font-variant: small-caps;
  background-image: url(../images/subnav-i.jpg);
  padding-left: 8px;
  margin-left: 10px;
}

.navi2 {
  font: Arial;
  font-weight: bold;
  color: #666666;
  font-size: 14px;
  line-height: 17px;
  font-variant: small-caps;
  padding-left: 8px;
}

.navi2:hover {
  font: Arial;
  font-weight: bold;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  font-variant: small-caps;
  background-image: url(../images/nav-i2.jpg);
}

.navi2a {
  font: Arial;
  font-weight: bold;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  font-variant: small-caps;
  background-image: url(../images/nav-i2.jpg);
  padding-left: 8px;
}

h1 {
  font-family: Garamond;
  font-weight: bold;
  color: #000066;
  font-size: 18px;
  line-height: 24px;
}

b.blau {
  font-style: italic;
  font-weight: bold;
  color: #000066;
}

b.gast {
  font-size: 21px;
  font-style: italic;
  font-weight: bold;
  color: #000066;
}

b.blue {
  font-weight: bold;
  color: #000066;
}

span.textblau {
  color: #000066;
}

span.kleinblau {
  font-size: 11px;
  line-height: 13px;
  color: #000066;
}

span.klein {
  font-size: 11px;
  line-height: 13px;
}

.kontakt {
  width: 80px;
  float: left;
}

.oeffnung {
  width: 252px;
  float: left;
}

.preise {
  width: 105px;
  float: left;
}

.preise2 {
  width: 120px;
  float: left;
}

.preise3 {
  text-align: right;
}

.angebot {
  border: solid 1px;
  width: 409px;
  padding: 10px 10px 10px 10px;
  text-align: center;
}

.clear {
  clear: both;
}