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

@media all
{
body {
	background: url(../../../img/header_print.gif); 
	background-repeat: no-repeat;
}
body * {
	font-size: 10pt;color: #000000;
	font-family: Arial, sansserif;text-decoration:none;
	
}
blockquote { font-family: Arial, sansserif}
code.css, code.xhtml, em.file { font-family:Arial, sansserif}

h1 {font-size: 12pt; font-weight:normal; color: #000000;  background:inherit;  margin:0.4em 0 0.5em 0; background:none; }
h2 {font-size: 10pt; font-weight:normal; color: #000000; background: inherit;   margin:0.2em 0 0.5em 0;}
p,ul,li,h3 {font-size: 10pt; font-weight:normal; margin:0.4em 0 0.3em 0;}
a *{color: #999999; text-decoration:none;}
/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3 { page-break-after:avoid; }

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

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

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

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

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

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

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

#footer {display: none;}
}
img {display:none}
.news-single-imgcaption {display:none}
.csc-caption {display:none}
/* Override für Logo */
.headprint{display:inline}

