/* ##################################      FORMULARE      ################################ */

.upload_spinner {
  display: none;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend{
  font-weight: bold;
  margin: 0;
  padding: 0;
}

input.label,
input.widelabel,
select,
textarea {
  font-size: 1em;
  font-family: Arial, sans-serif;
  border: 1px solid #c1c5c4;
  margin: 3px 0 0 0;
  color: #656766;
  width: 210px;
}

textarea[disabled=disabled],
select[disabled=disabled],
input[disabled=disabled] {
  background-color: #eee;
}

.sel_date_d,
.sel_date_m_numeric {
  width: 3.5em;
}

.sel_date_y {
  width: 4.5em;
}

.th_label {
  padding-top: 3px;
}

.td_field {
  width: 60%;
}

/* INPUT ELEMENTE */
input:focus, input:hover, input:active,
select:focus, select:hover, select:active,
textarea:focus, textarea:hover, textarea:active {
  background-color: #EFF1F4;
}

.bobby {
  color: #aaa !important;
}


/* SUBMIT-BUTTONS */

.wwe_form_submit,
.wwe_form_submit_js_hover,
.login_button {
  color: #666867;
  border: 1px solid #31526e;
  font-weight: bold;
  font-size: 1em;
  padding: 0 7px 0 7px;
  overflow: visible;
  background: url(/static/img/ciwo/background_button.gif);
  margin: 0 1px 1px 0;
}

.wwe_form_submit:hover,
.wwe_form_submit:focus,
.wwe_form_submit_js_hover,
.login_button:hover {
  background: url(/static/img/ciwo/background_button.gif) bottom;
  cursor: pointer;
}




.wwe3noformcontainer table,
.wwe3_form_container table {
  border: 1px solid #D1E3ED;
  padding: 2px 2px 0 2px;
  width: 100%;
}

.wwe3noformcontainer td,
.wwe3noformcontainer th,
.wwe3_form_container td,
.wwe3_form_container th {
  padding: 5px;
  border-bottom: 2px solid #ffffff;
}


.wwe3_form_container tr.form_hidden,
.wwe3noformcontainer tr.form_hidden {
  display: none;
}

.wwe3noformcontainer tr,
.wwe3_form_container tr {
  background-color: #E9F0F6;
}

.wwe3_form_container tr.label_right,
.wwe3noformcontainer tr.label_right {
  background-color: #F7FBFF;
}


.wwe3noformcontainer tr.label_right td.th_label label,
.wwe3noformcontainer tr.label_right td.th_show_error label,
.wwe3_form_container tr.label_right td.th_label label,
.wwe3_form_container tr.label_right td.th_show_error label {
  display: block;
  padding-top: 5px;
}

.wwe3_form_container .mandatory {
  color: #c00;
}

tr.ciwo_multiselect1 td,
tr.ciwo_multiselect2 td,
tr.ciwo_multiselect3 td,
tr.ciwo_multiselect4 td,
tr.ciwo_multiselect5 td,
tr.ciwo_multiselect6 td,
tr.ciwo_multiselect11 td, tr.ciwo_multiselect12 td,
tr.ciwo_multiselect13 td, tr.ciwo_multiselect14 td,
tr.ciwo_multiselect15 td, tr.ciwo_multiselect16 td,
tr.ciwo_multiselect17 td, tr.ciwo_multiselect18 td,
tr.ciwo_multiselect19 td, tr.ciwo_multiselect20 td,
tr.ciwo_multiselect21 td, tr.ciwo_multiselect22 td,
tr.ciwo_multiselect23 td, tr.ciwo_multiselect24 td,
tr.ciwo_multiselect25 td, tr.ciwo_multiselect26 td,
tr.ciwo_multiselect27 td, tr.ciwo_multiselect28 td,
tr.ciwo_multiselect29 td, tr.ciwo_multiselect30 td {
  border-bottom: 0 !important;
}

td.type_info {
  padding-top: 8px;
  padding-bottom: 3px;
  font-style: italic;
}

tr.ciwo_offer_flat_size td {
  padding-top: 12px;
}


/* Bezeichnungen neben Checkboxen nach Umbruechen schick einruecken */

.form_confirm_check input,
.ciwo_offer_who input,
.form_check input {
  float: left;
}

.form_check input {
  margin: 0 0 0 -3px !important;
}

.gecko .form_check input {
  margin-top: 4px !important;
}

.ciwo_offer_who .td_field label,
.form_check .td_field label {
  display: block;
  margin: 3px 0 0 20px;
}

.msie6 .ciwo_offer_who .td_field label,
.msie6 .form_check .td_field label {
  margin-left: 15px;
}

.ciwo_offer_who .td_field br,
.form_check .td_field br {
  clear: both;
  line-height: 5px;
  height: 5px;
}

.form_confirm_check .richtext {
  margin-left: 30px;
}



/* ########################### Ciwo - Direktsuche ########################### */

tr.ciwo_direct_search_info th {
  background-color: #D1E3ED;
  font-weight:bold;
  font-style: normal;
}

tr.ciwo_search_city {
  display: none;
}

.ciwo_search_objectid .td_field {
  white-space: nowrap;
}

.ciwo_search_objectid .th_label {
  padding-top: 9px;
}

.ciwo_search_objectid .label_first {
  width: 70px !important;
}

.ciwo_search_objectid .label_second {
  width: 25px !important;
}


/* ################ Ciwo - Suchformular - Berlin - Hamburg ################### */

#wwe3_form_ciwo_search .tr_title {
  background-color: #D1E3ED;
}

#wwe3_form_ciwo_search .type_info {
  font-style: normal;
}

tr.ciwo_search_choice th,
tr.ciwo_order_choice th {
  border-top: 20px solid #fff;
}

tr.cs_rent_to td input,
tr.cs_rent_from td input {
  width: 175px;
}

tr.ciwo_appl_furtherinfo .type_info,
tr.ciwo_appl_perso_upload_info .type_info {
  font-style: normal;
  font-weight: bold;
}


/* ################ Ciwo - Vermittlungsauftrag ################### */

#wwe3_form_ciwo_application .tr_title{
  background-color: #D1E3ED;
}

tr.ciwo_appl_desobj th,
tr.ciwo_appl_renttime th,
tr.ciwo_appl_debit_choice th,
tr.ciwo_appl_agb_info th,
tr.ciwo_appl_misc_info th,
tr.ciwo_appl_personal_info th {
  border-top: 20px solid #fff;
}

tr.ciwo_appl_months td input {
  width: 160px;
}


/* ##################### CIWO - Anbieterformular ####################### */


tr.ciwo_offer_what td {
  padding-top: 15px;
}

tr.ciwo_offer_what .td_field input {
  float: left;
}

tr.ciwo_offer_what .td_field label {
  display: block;
  padding: 0 0 0 25px;
}

tr.ciwo_offer_conditions label {
  font-weight: bold;
}

/* Blockueberschriften */
tr.ciwo_offer_persdata_info th,
tr.ciwo_offer_info_what th,
tr.ciwo_offer_info_object th,
tr.ciwo_offer_ausst th,
tr.ciwo_offer_ausst_r th,
tr.ciwo_offer_fotos th,
tr.ciwo_offer_agb_info th,
tr.ciwo_offer_room th,
tr.ciwo_offer_1room th,
tr.ciwo_offer_2room th,
tr.ciwo_offer_3room th,
tr.ciwo_offer_4room th,
tr.ciwo_offer_5room th,
tr.ciwo_offer_6room th,
tr.ciwo_offer_7room th,
tr.ciwo_offer_8room th,
tr.ciwo_offer_9room th,
tr.ciwo_offer_10room th {
  background-color: #D1E3ED;
  font-weight: bold;
  font-style: normal;
}

tr.ciwo_offer_persdata_info th,
tr.ciwo_offer_info_object th,
tr.ciwo_offer_ausst th,
tr.ciwo_offer_ausst_r th,
tr.ciwo_offer_fotos th,
tr.ciwo_offer_agb_info th {
  border-top: 20px solid #fff;
}

/* verkuerzte Eingabefelder wegen Suffix */
tr.ciwo_offer_flat_size input,
tr.ciwo_offer_kitchen_size input,
tr.ciwo_offer_common_size input,
tr.ciwo_offer_roomcount select {
  width: 50px;
}

tr.cs_rentperiod_period select,
tr.ciwo_offer_rentperiod_min input,
tr.ciwo_offer_rentperiod_max input,
tr.ciwo_offer_warmmiete input,
tr.ciwo_offer_kaltmiete input,
tr.ciwo_offer_kaution input,
tr.ciwo_offer_electr input,
tr.ciwo_offer_number_adults input,
tr.ciwo_offer_number_infants input {
  width: 140px;
}

tr.ciwo_offer_from,
tr.ciwo_offer_to,
tr.ciwo_offer_rentperiod,
tr.ciwo_offer_freefield1 {
  background-color: #F7FBFF;
}

tr.ciwo_offer_to td,
tr.ciwo_offer_furnish_type td,
tr.ciwo_offer_tv td,
tr.ciwo_offer_tv_connection td {
  border-bottom: 0;
}


tr.ciwo_offer_1roomsize input,
tr.ciwo_offer_1personcount input,
tr.ciwo_offer_2roomsize input,
tr.ciwo_offer_2personcount input,
tr.ciwo_offer_3roomsize input,
tr.ciwo_offer_3personcount input,
tr.ciwo_offer_4roomsize input,
tr.ciwo_offer_4personcount input,
tr.ciwo_offer_5roomsize input,
tr.ciwo_offer_5personcount input,
tr.ciwo_offer_6roomsize input,
tr.ciwo_offer_6personcount input,
tr.ciwo_offer_7roomsize input,
tr.ciwo_offer_7personcount input,
tr.ciwo_offer_8roomsize input,
tr.ciwo_offer_8personcount input,
tr.ciwo_offer_9roomsize input,
tr.ciwo_offer_9personcount input,
tr.ciwo_offer_10roomsize input,
tr.ciwo_offer_10personcount input {
  width: 60px;
}

tr.ciwo_offer_cohabitsex .td_field label {
  float: left;
  margin: 3px 20px 0 3px !important;
}

tr.ciwo_offer_to2 .th_label label {
  margin-top: -2px;
}

.firefox_1_5_0 tr.ciwo_offer_to2 .td_field label {
  padding-top: 2px;
}

tr.ciwo_offer_psalutation,
tr.ciwo_offer_pfirstname,
tr.ciwo_offer_plastname,
tr.ciwo_offer_pstreet,
tr.ciwo_offer_pno,
tr.ciwo_offer_pzip,
tr.ciwo_offer_pcity,
tr.ciwo_offer_street,
tr.ciwo_offer_no,
tr.ciwo_offer_zip,
tr.ciwo_offer_city,
tr.ciwo_offer_pphone_private,
tr.ciwo_offer_pphone_office,
tr.ciwo_offer_pphone_mobile,
tr.ciwo_offer_pfax,
tr.ciwo_offer_pemail,
tr.ciwo_offer_psonst,
tr.ciwo_offer_addcontactname,
tr.ciwo_offer_addcontacthow {
  background-color: #F7FBFF;
}

tr.ciwo_offer_unmobl_info td {
  color: #c00;
}


/* Loginformular */

.ext_co_login {
  margin-top: 23px;
  margin-bottom: 10px;
}

.ext_co_login legend {
  padding-bottom: 5px;
}

.ext_co_login .login_text{
  border: 1px solid #c1c5c4;
  margin: 2px 0 2px 0;
  width: 100px;
}

.ext_co_login .wwe_form_submit{
  margin-top: 5px;
}

.ext_co_login input {
  float: left;
}

.ext_co_login label {
  padding: 5px 5px 0 0;
  float: left;
  clear: left;
}


/* Fehlertexte */
#page_body_main_content table.wwe3tbl th.th_show_error,
#page_body_main_content table.wwe3tbl td.th_show_error,
#page_body_main_content table.wwe3tbl th.warning,
#page_body_main_content .show_error {
  font-weight: bold;
  color:  #c00;
}

#page_body_main_content table.wwe3tbl .form_info .show_error {
  font-weight: normal;
  color: #666;
}

#page_body_main_content p.message,
#page_body_main_content p.positive_message {
  margin: 20px 0 20px 0;
  font-weight: bold;
  color:  #c00;
  background: #e9f0f6;
  border: 1px solid #646867;
  padding: 5px;
}


/*  GROSSES SUCHFORMULAR  */

#form_search_generic form {
  margin: 0;
}



/* Suchergebnis-Browser */

.wwe3_browsebutt {
  display: inline;
}

.wwe3_browsebutt_active{
  display: inline;
  font-weight: bold;
}

.browse_background{
  margin: 20px 0 0 0;
}

.browse_list {
  display: block;
}


/* SEARCHLIST (Ausgabe der der Suchergebnisse) */

.searchlist h2{
  margin: 0 0 5px 0;
}

.searchlist ul{
  margin: 0 0 0 18px;
  padding: 0;
  list-style-type: none;
}

.searchlist li{
  margin-bottom: 10px;
}


/* KONTAKTFORMULAR */

#wwe3_mail_form legend {
  display: none;
}

#wwe3_mail_form th.title {
  padding-bottom: 10px;
}



/* ####################################   CiWo-Objektsuchergebnisse   ############################ */

.ciwo_list ul {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}

.ciwo_list ul li {
  list-style-type: none;
  border-top: 1px solid #C8DCE7;
  border-bottom: 1px solid #C8DCE7;
  margin-bottom: -1px;
  padding: 0 5px 10px 5px;
}

.ciwo_list .ciwo_object td.toprow{
  padding-bottom: 10px;
}

.ciwo_list .ciwo_object td.toprow img {
  margin: 0 3px 0 0 !important;
}

.ciwo_list .ciwo_object td.image{
  width: 125px;
  vertical-align: top;
}

.ciwo_list .ciwo_object td.label {
  padding-right: 10px;
}

.ciwo_list li.hilight {
  background-color: #e9f0f6;
}

.ciwo_list a {
  text-decoration: underline;
}

.msie6 .ciwo_list li {
  height: 1%;
}




.detail_preview {
  width: 100%;
  text-align: center;
}

.detail_preview img {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
}

.preview td {
  padding: 0 0 8px 0;
  text-align: center;
  border-bottom: 1px solid #bbb;
}

.preview td span{
  line-height: 2em;
  text-align: left;
  display: block;
  margin: auto;
}

.ciwo_object {
  width: 100%;
}

.ciwo_object .thumbs {
  border-bottom: 1px solid #bbb;
  padding: 5px;
  text-align: center;
}

.ciwo_object .thumbs img {
  margin: 1px !important;
  padding: 1px;
  border: 1px solid #646867;
}

.ciwo_object td {
  padding-top: 7px;
}

.ciwo_object td.label {
  border: 0;
  font-weight: bold;
  vertical-align: top;
  width: 30%;
}

.detail {
  margin: 0;
  padding: 0;
}

.detail .toprow {
  border-bottom: 1px solid #bbb;
  padding-bottom: 5px;
}

.detail td.toprow strong {
  float: left;
}

.detail tr.objnr td {
  padding-top: 13px;
}

.detail .icons {
  float: right;
  margin-right: 3px;
}

.detail .icons img {
  margin-right: 0 !important;
  margin-left: 5px !important;
}

.additional_controls td,
.diashow_controls td {
  text-align: center;
  margin: 10px 0 0 0;
  border-bottom: 1px solid #bbb;
}

.detail .thumbs img,
.additional_controls td img,
.diashow_controls td img {
  cursor: pointer;
  float: none !important;
}

.additional_controls td img,
.diashow_controls td img {
  margin-left: 5px !important;
  margin-right: 5px !important;
  vertical-align: middle;
}

.additional_controls td .oepnv,
.additional_controls td .floorplan,
.diashow_controls td .slideshow {
  float: left;
}

.additional_controls td .oepnv {
  width: 203px;
}

.diashow_controls td .browse {
  position: relative;
  left: -38px;
}

.additional_controls td .googlemap {
  float: right;
}

.last_detail td {
  padding-bottom: 15px !important;
  border-bottom: 1px solid #bbb !important;
}

.bottom_links td {
  padding-top: 15px !important;
}



/* Merkliste */

#page_body_right .ciwo_wishlist ul {
  border-top: 1px solid #646867;
  border-bottom: 1px solid #646867;
  margin-bottom: 15px !important;
}

#page_body_right .ciwo_wishlist ul li {
  padding: 10px 5px;
  border: 0;
}

#page_body_right .ciwo_wishlist a{
  text-decoration: none;
}


.label_first {
  width: 100px !important;
}

.label_second {
  width: 30px !important;
}


/* Gucki */

#page_body_main_content .photo_highlight {
  position: relative;
  height: 160px;
  margin: auto;
  overflow: hidden;
  text-align: left;
  white-space: no-wrap;
}

#page_body_main_content .photo_highlight div {
  float: left;
  white-space: no-wrap;
}

#page_body_main_content .photo_highlight div img {
  margin-right: 0;
  padding: 0;
  float: none;
  width: 99px;
}

#page_body_main_content .photo_highlight div div {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  border-left: 1px solid #D1E3ED;
  border-bottom: 1px solid #D1E3ED;
}

#page_body_main_content .width2 {
  width: 198px;
}

#page_body_main_content .width3 {
  width: 297px;
}

#page_body_main_content .width4 {
  width: 396px;
}

/*******************************************/

.wwe3noformcontainer .th_label_highlight,
.wwe3noformcontainer td.highlight {
  background-color: #D1E3ED;
}

.wwe3noformcontainer {
  margin-bottom: 10px;
}

.wwe3noformcontainer td,
.wwe3noformcontainer th {
  vertical-align: top;
}


/* Druckversion */

@media print {

  .bobby {
    color: #fff !important;
  }

  .wwe_form_submit,
  .wwe_form_submit_js_hover,
  .login_button,
  .wwe_form_submit:hover,
  .wwe_form_submit:focus,
  .wwe_form_submit_js_hover,
  .login_button:hover {
    background: none;
  }

  .wwe3noformcontainer td,
  .wwe3noformcontainer th,
  .wwe3_form_container td,
  .wwe3_form_container th {
    padding: 5px;
    border-bottom: 1px solid #D1E3ED;
  }

  .th_label label {
    padding-right: 10px;
  }

  .printhide {
    display: none;
  }

}