/* Hotel Am Triller CSS Style - 'Bildertemplate', Marco Schaule */
/* Deutsche Version */
/* Dieses Template ist urheberrechtlich geschützt! */
/* Erstellt am 22. August 2009 */

/* Basiselemente */
/* ******************************************************************************** */

* {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
  line-height: 20px;
  vertical-align: bottom;
  border: none;
}

body {
  background-position: center center;
  background-image: url(../bg_startseite.jpg);
}

a:hover {
  text-decoration: underline;
}

/* Weiterleitungslinks */
/* ******************************************************************************** */
#enter_hotel {
  position: absolute;
  z-index: 3;
  top: 530px;
  right: 50%;
  width: 470px;
  text-align: center;
}
#enter_restaurant {
  position: absolute;
  z-index: 3;
  top: 530px;
  left: 50%;
  width: 470px;
  text-align: center;
}

#enter_restaurant * {
  color: #fcfcfc;
}

/* Bilder */
/* ******************************************************************************** */
#rahmen_startseite_hotel {
  position: absolute;
  z-index: 3;
  top: 0px;
  right: 50%;
  width: 500px;
  height: 430px;
  /* background: url(../rahmen_startseite_hotel.png) no-repeat; */
  text-align: right;
}
#rahmen_startseite_restaurant {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 50%;
  width: 500px;
  height: 430px;
}

#logo_hotel {
  z-index: 4;
  background: url(../logo.png) no-repeat;
  width: 480px;
  height: 150px;
}

