/************************************/
/*fragFINN - Print CSS  *************/
/************************************/


/*Überschriften für Druck sichtbar schalten*/
.col2 h3.sifr {
  visibility: visible;
  display: block;
  width: 15em;
  height: 3em;
}

.col2 h3.sifr span {
  display: block !important;
  width: 15em;
  height: 3em;
}

.col1 h3.sifr {
  display: block !important;
  width: 12em;
  height: 3em;
}

.col1 h3.sifr span {
  display: block !important;
  width: 12em;
  height: 4em;
  line-height: 1.2em;
}

embed {
  display: none;
}

/***/

#content .search_results h2.sifr, #content .search_results h2.sifr span {
  display: block !important;
  width: auto;
  height: auto;
}

#content .search_results strong.sifr, #content .search_results strong.sifr span {
  display: block !important;
  width: auto;
  height: auto;
}

.search_pages, .previous, .next {
  display: none;
}


/***/

#search {
  display: none;
}


/***/

#footer {
  display: none;
}