/* ---- HOTEL - Begruessungscontainer  ---- */

 div#hotel_top {
	width: 380px;
	border: 1px solid #999999;
	height: 265px;
	color: #FFFFFF;
	text-align: left;
	 }
  
  div#hotel_top img{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
  }
  
  div#hotel_top p{
	margin: 10px;
	color: #FFFFFF;
	
  }
  
  div#hotel_top h1 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFFFFF;
  }
  
    div#hotel_top a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
  }
  
  
  /* ---- Preisliste Quader  ---- */

 div#preisliste  {
	border: 1px solid #FFFFFF;
	background-color: #E8E8E8;
	margin-top: 25px;
	margin-bottom: 15px;
	
  }
  
 div#preisliste p {
	margin: 10px;
  }
  
  

  
  /* ---- Hotelthumbs ---- */

 
 div#hotelthumbs img {
	height: 50px;
	width: 50px;
	border: 1px solid #000000;
	vertical-align: bottom;
	text-align: right;

  }

