/* ######################################################################################################
** # "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_023.css
**  Funktion    : Druck-Stylesheet - druckt die Spalten #col2 und #col3
**  Checked with http://jigsaw.w3.org/css-validator/ 19.1.07 - DB
*/
@page {size:portrait;}
@media print
{
body * {font-size:11pt; font-family:Verdana, Times, serif}
blockquote {font-family: Verdana, Times, serif;}

h1 {font-size:14pt; font-weight:bold; color:#990000; background:inherit; margin:1.5em 0 0.5em 0; padding:0.5em 0 0.3em 0; border-top:1px #ccc dotted; border-bottom:1px #ccc dotted;}
h2 {font-size:12pt; font-weight:bold; color:#333; background: inherit; margin:0.2em 0 0.5em 0; padding:0.5em 0 0.3em 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;}

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-size:70%; font-style:italic;} */


/* Umformatierung der Layoutboxen */
body {margin:0; padding:0;}
#page_margins, #page {margin:0; padding:0; border:0;}

#header {height:auto;}
#head_bild {display:none;}
#nav {display:none;}

#main {margin:0; padding:0;}

#col1 {display:none;}
#col1_content {display:none;}

#col2 {display:none;}
#col2_content {display:none;}

#col3 {margin:0; padding:0; border:0; }
#col3_content {margin:0; padding:0; border:0;}
#col3_innen {overflow: visible;}
tr { vertical-align: top; }

#footer {display:none;}

}

