/* CSS Document */
body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background: #fff;
}

img {
  border: 0;
}

.content {
  width: 600px;
}

.head {
  width: 600px;
  height: 200px;
}

.overview{
  font-size: 20px;
  color: #dcb088;
  margin: 10px 0 0 5px;
}

.search {
  background-image: url(../gfx/rewe/search.png) ;
  height: 199px;
  width: 600px;
  margin: 0;
}

.search_block_line {
  float: left;
  margin: 10px 0 0 10px;
  padding: 0 0 0 15px;
  width: 175px;
  height: 179px;
  border-right: 1px dashed white;
}

.search_block {
  float: left;
  margin: 10px 0 0 5px;
  padding: 0 0 0 15px;
  width: 175px;
  height: 179px;
}


.select {
  font-size: 12px;
  color: #3b3e3f;
  font-weight: bold;
  padding: 4px 0 2px 0;
  width: 150px;
}

.child_1 {
  float: left;
}

.child_2 {
  float: right;
  text-align: right;
  margin: 0 0 0 3px;
}

.search_select {
  font-size: 12px;
  width: 150px;
  height: 20px;
}

.search_s {
  font-size: 12px;
  width: 65px;
  height: 20px;
}

.search_button {
  margin: 20px 25px 5px 0;
  text-align: center;
  float: right;
  border: none;
  width: 100px;
  background: #fff;
  height: 25px;
  color: #3b3e3f;
  text-transform: uppercase;
  font-weight: bold;
}

.search_button:hover {
  text-decoration: underline;
  color: #f3973a;

}

.select_child {
  font-size: 12px;
  color: #3b3e3f;
  font-weight: bold;
  padding: 0px 0 2px;
  width: 70px;
}

.search_input {
  height: 14px;
  width: 146px;
  font-size: 10px;
  cursor: pointer;
}

.to_whole {
  width: 590px;
  height: 65px;
  padding: 0;
  margin: 15px 5px 15px 5px;
  border: 1px solid #dcb088;
  overflow: auto;
}

.logos {
  float: left;
  padding: 5px 20px;
}

.to_offers {
  float: left;
  padding: 0 0 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: #dcb088;
  line-height: 65px;
}

.themes {
  width: 600px;
}

.offer {
  float: left;
  width: 185px;
  height: 290px;
  margin: 0 6px 10px 6px;
  border: 1px solid #dcb088;
}

.country {
  height: 15px;
  width: 170px;
  /*border: 1px solid blue;*/
  margin: 5px 0 0 0;
  padding: 0 0 0 5px;
  color: #dcb088;
  font-size: 13px;
}

.pic_offer {
  width: 175px;
  margin: 10px 5px 5px 5px;
  height: 90px;
  /*border: 1px solid green;*/
}

.hotel {
  height: 15px;
  width: 175px;
  margin: 10px 0 6px 4px;
  color: #dcb088;
  font-size: 11px;
  font-weight: bold;
}

.description {
  height: 110px;
  width: 175px;
  margin: 5px 0 0 4px;
  font-size: 10px;
}

.price {
  height: 25px;
  width: 175px;
  margin: 2px 0 0 4px;
}

.price a {
  color: #C4071A;
  font-size: 12px;
  font-weight: bold;
}

.price a:hover {
  color: #FBA549;
  text-decoration: none;
}

.datepicker_abflug, .datepicker_rueckflug {
  height: 14px;
  width: 146px;
  font-size: 10px;
  cursor: pointer;
}
