/** Hausansicht ausblenden
 */
#table-for-results th.houseview, #table-for-results th.houseview *
 {
  display:none;
  visibility:hidden;
 }

#table-for-results td.houseview, #table-for-results td.houseview *
 {
  display:none;
  visibility:hidden;
 }

/** Objektansicht ausblenden
 */
#table-for-results th.objectview, #table-for-results th.objectview *
 {
  display:none;
  visibility:hidden;
 }

#table-for-results td.objectview, #table-for-results td.objectview *
 {
  display:none;
  visibility:hidden;
 }

/** Grundriss ausblenden
 */
#table-for-results th.footprint, #table-for-results th.footprint *
 {
  display:none;
  visibility:hidden;
 }

#table-for-results td.footprint, #table-for-results td.footprint *
 {
  display:none;
  visibility:hidden;
 }

/** Funktionsleiste ausblenden
 */
#table-for-results th.functions, #table-for-results th.functions *
 {
  display:none;
  visibility:hidden;
 }

#table-for-results td.functions, #table-for-results td.functions *
 {
  display:none;
  visibility:hidden;
 }


/** Weiße Hintergrundfarbe
 */
#table-for-results tr
 {
		background-color:transparent;
 }

/** Schwarze Rahmenlinien
 */
#table-for-results td
 {
  border-color:#686870;
 }

/** Dünne Rahmenlinien
 */
#table-for-results th
 {
  border-top-width:0px;
  border-bottom-width:0px;
 }

#table-for-results .rooms, #table-for-results .living_space, #table-for-results .description, #table-for-results .dimension, #table-for-results .coasts
 {
  border-left-width:0px;
  border-bottom-width:0px;
 }

#table-for-results .rooms
 {
  border-left-width:0px;
 }

#table-for-results .dimension, #table-for-results .coasts
 {
  border-right-width:0px;
 }


/** Sortierpfeile ausblenden
 */
#table-for-results th table a
 {
  display:none;
  visibility:hidden;
 }
