/* ######################################################################################################
** # "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 * {  background-image: url(../../img/header_start.gif); font-size: 10pt; font-family: "Arial", Arial, Helvetica, sans-serif;}
blockquote { font-family: "Arial", Arial, Helvetica, sans-serif;}
code.css, code.xhtml, em.file {font-family: Arial, Helvetica, sans-serif;}

h1 {font-size: 16pt; font-weight:bold; color: #336699;  background:inherit;  margin:0.4em 0 0.5em 0; 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: 12pt; font-weight:bold; margin:0.4em 0 0.3em 0;}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3,p { 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;
 text-decoration: none;
} 

/* Umformatierung der Layoutboxen */
body {margin:0; padding: 0;}
#page_margins, #page {margin:0; padding: 0; border: 0; } 
#topnav {display: none;}

#header {height: 126px; width: 700px; }
#header {position:relative; top:0; left:0;  padding:0; }
/* Formatierung der Kopfbereiches */
/*#header {height: 126px; color: #fff; background: #f9f9f9 url(../../img/header_start.gif) no-repeat top left; }
#header img {margin: 48px 0 0 40px; font-size:208%;}*/

#nav_main, #teaser {display:none;}

#main {margin: 0; padding: 0;}

#col1 {
	float: none;
	width: auto;
	margin: 0 30% 0 0;
	padding: 0;
	page-break-after:avoid;
}
#col1_content {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	page-break-after:avoid;
}

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

#col3 {
	float: none;
	width: auto;
	margin: 0;
	padding: 0 0 0 70%;
	border: 0;
	page-break-after:avoid;
}
#col3_content {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	page-break-after:avoid;
}
/*#col3 {display:none;}
#col3_content {display:none;}*/

#footer {display: none;}
}
