/********************
 * Stylesheet Datei *
 *        für       *
 *    dormero.com   *
 *   erstellt von   *
 * ise-informatik.de* 
 *******************/
 

 * {
  margin: 0;
  padding: 0;  
}

html, body {
  margin: 0 auto;
  padding: 0;
  background: #cccccc;
  text-align: center;
  font-family: Arial, Helvetica, Verdana;
}

#wrapper {
  width: 1000px;
  height: 651px;
  margin: 50px auto;
  background: url(../bilder/bg.png) repeat-x;
  text-align: left;
}

#logo {
  background-image: url(../bilder/dormero1.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 1000px;
  padding-top: 270px;
}

#hotels {
  height: 401px;
  margin: 0 auto;
  padding: 0 auto;
}

#hotels a  {
  text-decoration: none;
}

#eins {
  float: left;
  height: 350px;
  width: 150px;
  padding: 0 40px;
}

#zwei {
  float: left;
  height: 350px;
  width: 200px;
  padding: 0 40px;
}

#drei {
  float: left;
  height: 350px;
  width: 200px;
  padding: 0 40px;
}

#vier {
  float: left;
  height: 350px;
  padding: 0 40px;
}

#hotels_d {
  height: 401px;
  margin: 0 auto;
  padding: 0 auto;
}

#eins_d {
  float: left;
  height: 350px;
  width: 200px;
  padding: 0 40px;
  margin-left: 90px;
}

#zwei_d {
  float: left;
  height: 350px;
  width: 200px;
  padding: 0 40px;
}

#drei_d {
  float: left;
  height: 350px;
  width: 200px;
  padding: 0 40px;
}


p.bodytext {
  padding-top: 20px;
  font-size: 14px;
}

