@charset "UTF-8";

/* import print base styles | Basisformatierung für Drucklayout einbinden */
@import url(../core/print_base.css);

@media print
{
 /**
  * @section column selection
  * (en) individually switch on/off any content column for printing
  * (de) (De)aktivierung der Contentspalten für den Ausdruck
  *
  * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
  */

  #col1 { display:none; }
  #col2 { display:none; }
  #col3, #col3_content { width: 100%; margin:0; padding: 0; border:0; }

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional output of acronyms and abbreviations*/
  /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */

  /*
    abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }
  */

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional URL output of hyperlinks in print layout */
  /* (de) optionale Ausgabe der URLs von Hyperlinks */
  /*
  a[href]:after {
    content:" <URL: "attr(href)">";
    color:#444;
    background:inherit;
    font-style:italic;
  }
  */
  
  .sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

.suche {display:none;}

.linkboxs ul {
list-style-type: disc;
}

.linkbox ul li {
list-style-type: disc;
}

.linkbox ul {
list-style-type: disc;
}

  hr {
    color: #000;
    background:transparent;
    margin: 0.7em 0 -0.4em 0;
    padding: 0 0 0.1em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }

#topnavi {display:none;}

.bilderstrasse {display:none;}

#header {display:none;}

#footer {display:none;}

#menu {display:none;}

#print {display: block; visibility: visible; text-align: right;}


}
