/* ######################################################################################################
** # "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 print
{
body * { font-size: 12pt; font-family: Verdana, Helvetica, Arial, sans-serif;}
blockquote { font-family: Verdana, Helvetica, Arial, sans-serif; }
code.css, code.xhtml, em.file { font-family:"Courier New", Courier, mono;}

h1 {font-size: 16pt; font-weight:bold; color: #336699;  background:inherit;  margin:0.4em 0 0.5em 0 !important; border-bottom: 1px #ccc solid;}
h2 {font-size: 14pt; font-weight:bold; color: #666; background: inherit;   margin:0.2em 0 0.5em 0; padding: 0.3em; }
h3 {font-size: 13pt; font-weight:bold; margin:0.4em 0 0.3em 0;}
body p, body p a, table, td, th { font-size: 12px !important;}
/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3 { page-break-after:avoid; }

table {margin-left:1px;width:99.8%;}

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; background:none !important;}
#page_margins, #page {margin:0; padding: 0; border: 0; background:none !important; } 
#topnav {display: none;}

#header {display: none;}
#header img {position:relative; top:0; left:0;  padding:0; }
#nav_main, #teaser {display:none;}

#main {margin: 0; padding: 0; background:none !important;}

#col1 {display:none; background:none !important; }
#col1_content {display:none; background:none !important;}

#col2 {float:none; width: auto; margin: 0; padding: 0; background:none !important;}
#col2_content {float:none; width: auto; margin: 0; padding: 0; background:none !important;}


#col3 {display:none; background:none !important;}
#col3_content {display:none; background:none !important;}

#footer {display: none;}
p, sup, p sup { font-size: 12pt !important;}

}

