/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : print_100.css
**  Funktion    : Druck-Stylesheet - druckt die Spalte #col1
**
*/

@media all
{
/* body * {font-size: 12pt; } */
/* blockquote { font-family: "Times New Roman", Times, serif; } */
code.css, code.xhtml, em.file { font-family:"Courier New", Courier, mono;}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3 { page-break-after:avoid; }

abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }

/* Sichtbare Auszeichnung der URLs von Links */
/* 
* a[href]:after {
* content:" <URL: "attr(href)">";
* color:#444;
* background-color:inherit;
* font-style:italic;
*} 
*/

/* Umformatierung der Layoutboxen */
body {margin:0; padding: 0; }
#page_margins, #page {margin:0; width: auto; padding: 0; border: 0; } 
#topnav {display: none;}

#header { display: none; }
#header {height: auto;}
#header img {position:relative; top:0; left:0;  padding:0; }

#header_print {
  height: 100px;
  position: relative;
  font-size: 1.1em;
  display: block;
}

#header_print_text {
  top: 45px; 
  position: absolute; 
  right: 10px; 
  margin: 0; 
  padding: 0; 
}

div.artikeltoolbar {
  display: none;
}

div.sitelinkscontainer {
  display: none;
}

#header_print_img {
  margin: 0 0 0 3px;  
}

#nav_main, #teaser {display:none;}
#subnav { display: none; }



#main {margin: 0; padding: 0;}

#col1 {float:none; width: auto; margin: 0; padding: 0 10px 0 0; }
#col1_content {float:none; width: auto; margin: 0; padding: 0;}

#col2 {display:none;}
#col2_content {display:none;}

#col3 {display:none;}
#col3_content {display:none;}

#footer {display: none;}

#footer_print { 
  display: block;
  padding: 40px 10px 10px 10px;
  font-size: 1.1em;
  line-height: 2em;
}

#superbanner {
  display: none;
}

#skyscraper {
  display: none;
}

/* Inhaltselemente ausblenden */

div.user_dim_pagecomments_commentform {
  display: none;
}

div.artikeltoolbox {
  display: none;
}

}
