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

@media print
{
body * {font-size: 12pt; font-family: Georgia,"Times New Roman", Times, serif; }
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; font-weight: bold; }

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;
}

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

/* Umformatierung der Layoutboxen */
body {margin:30px; padding: 0; width: auto;}
#page_margins, #page {min-width: inherit; margin:0; padding: 0; border: 0; width: auto;} 
#topnav {display: none;}

#header {height: auto; display: block; position: relative;  }
#header img {position:relative; top:0; left:0; padding:0; border: 0; }
#header #logo {
	position: relative; 
	margin: 0; padding: 0;	
}
#nav_main, #header_bg, #menu3, #menu2 {display:none;}


#main {margin: 50px 0 0 0; padding: 0; clear: both;}

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

#col2 { margin:0; padding: 0; border:0; width: 100%; }
#col2_content {margin:0; padding: 0; border:0; }

#rootline {
		font-size: 12pt;
}
#rootline p { display: inline; }

#col3 {display:none;}
#col3_content {display:none;}

#footer { text-align: left; font-size: 0.8em; 
	display:none;
	}
#footer a, #footer span {font-size: 1em;}
}
