/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  YAML Version: 2.5.2
**  Dateiversion: 6.11.06
**  Datei       : print_003.css
**  Funktion    : Druck-Stylesheet - druckt die Spalte #col3
**  Checked with http://jigsaw.w3.org/css-validator/ 19.1.07 - DB
*/

@media print
{
body * {font-size:12pt; font-family:Arial, sans-serif;color:#000000;background:#ffffff;}
body {margin:0; padding:0;width:100%;}

blockquote {font-family: Arial, sans-serif}
code.css, code.xhtml, em.file {font-family:Arial, sans-serif;}

h1 {font-size:16pt; font-weight:bold; color:#000; background:inherit; margin:0.4em 0 0.5em 0; }
h2 {font-size:14pt; font-weight:bold; color:#000; background:inherit; margin:0.2em 0 0.5em 0; }
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 {page-break-after:avoid;}

abbr[title]:after, acronym[title]:after {content:'(' attr(title) ')';}

a {font-weight:normal; text-decoration:underline; color:#000000;}

#header_images {display:none;}
#header_logo a img {border:0;margin-top:20px;margin-bottom:20px;}

.print_functions {display:none;}
.print_functions a {display:none;}
.print_functions img {display:none;}

.print_top {display:none;}

.csc-linkToTop {display:none;}

}

