
/*
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/
.schnellsuche{
  width:140px;
  border:1px solid #FFF3C8;
  border:1px solid red;
  background-color:#FFE27D;
  margin:0px;
 
}

.schnellsuche .kopf{
  background-color:#F3BE0E;
  color:#103070;
  height:20px;
  font-weight:bold;
  font-size:14px;
  padding-left:2px;
  padding-top:2px;

}
.schnellsuche label{
  display:block;
  padding-top:2px;
}

.schnellsuche .abfragen{
  margin:6px;
}
.schnellsuche select{
  width:155px;
}

.schnellsuche select.datum{
  width: 48px;
  margin-left:1px;
}
.schnellsuche select.zimmertyp{
  width: 110px;
}
.schnellsuche select.anzahl{
  width: 40px;
  margin-left:1px;
}


.schnellsuche #DD,
.schnellsuche #MM{
  width:40px;
}
.schnellsuche #YYYY{
  width:65px;
}

.schnellsuche input{
  margin-top:5px;
}


#suchausgabeframe{
  width:835px;
  height:1200px;
  border:0px;
  margin-left:10px;
}

#suchausgabeframe{
  border:0px;

}


.tx-ddnethotel-pi1{
  background-color:#FFF3C8;
}

.suchausgabe_suche {
  width:750px;
  height:100px;
  background-color:#FFF3C8;
  padding:15px;
  padding-bottom:20px;
}



.suchausgabe_suche label{
  width:350px;
  float:left;
}
.suchausgabe_suche .ganz .abfrage{
  width:400px;
  clear:left;;
}




.suchausgabe_suche .links{
  width:250px;
  float:left;
}

.suchausgabe_suche .links label{
  width:115px;
  float:left;
}

.suchausgabe_suche .rechts label{
  width:115px;
  float:left;
}


.suchausgabe_suche .links .abfrage,
.suchausgabe_suche .rechts .abfrage{
  width:280px;
  clear:left;
}

.suchausgabe_suche .rechts{
  width:400px;
  float:right;
}



.nethintergrund{
  background-color:#FFF3C8;
  width:850px; 
}

* html .nethintergrund,
* html #suchausgabeframe{
  width:810px;
