/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.1
**  Dateiversion: 27.08.06  
**  Datei       : print_003.css
**  Funktion    : Druck-Stylesheet - druckt die Spalte #col3
**
*/

@media print
{
body * {font-size: 10pt; font-family: Arial, Helvetica, sans-serif; }
blockquote { font-family: Arial, Helvetica, sans-serif; }
code.css, code.xhtml, em.file { font-family:"Courier New", Courier, mono;}

h1 {font-size: 15pt; font-weight: bold; color: #000; background: inherit; margin:0.4em 0 0.5em 0; border-bottom: solid 1px #666; }
h2 {font-size: 13pt; font-weight: bold; color: #000; background: inherit; margin:0.2em 0 0.5em 0; }
h3 {font-size: 11pt; font-weight: bold; margin:0.4em 0 0.3em 0;}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3 { page-break-after:avoid; padding: 0; }

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

/* Sichtbare Auszeichnung der URLs von Links */
#col3 a[href^="http:"], #col3 a[href^="https:"], 
#col1 p a[href^="http:"], #col1 p a[href^="https:"],
#col2 p a[href^="http:"], #col2 p a[href^="https:"]
{
	padding-left: 0;
	background-image: none;
}

a[href]:after {
 content:" <Link: "attr(href)">";
 color:#444;
 background-color:inherit;
 font-style:italic;
} 

/* Umformatierung der Layoutboxen */
body {margin:0; padding: 0; text-align: left; }
#page_margins, #page, #wrapper {min-width: inherit;  margin:0; padding: 0; border: 0; max-width: 100%; width: 100%;   } 
#topnav {display: none;}

#page_margins { }

#header {height: auto; text-align: center; }
#header img { padding:0; }
#header a[href]:after { content:""; }

#nav_main {display:none;}
#teaser { margin: 1em 0 0 0; padding: 0; border:0; }

#main {margin: 0; padding: 0; width: 100%;}

#col1 {display:none; }
#col1_content {display:none; }

#col2 {display:none; }
#col2_content {display:none; }

#col3 { margin:0; padding: 0; border:0; width: 100%; }
#col3_content {margin:0; padding: 0; border:0; }

#footer {display: none;}

}
