/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.highresolution.info/webdesign/yaml/) #
** ######################################################################################################
** 
**  YAML Version: 2.0.1
**  Dateiversion: 23.12.05 
**  
**  Datei       : print_010.css
**  Funktion    : Druck-Stylesheet - druckt die mittlere Spalte
**
*/
@media print
{
body * {font-size: 12pt; font-family: "Times New Roman", Times, serif; }
blockquote.hint { font-family: "Times New Roman", Times, serif; }
blockquote.css, blockquote.xhtml, blockquote.file { font-family:"Courier New", Courier, mono;}

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

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

/* Sichtbare Auszeichnung der URLs von Links */
.itemtext a[href]:after {
 content:" <URL: "attr(href)">";
 color:#444;
 background-color:inherit;
 font-style:italic;
} 

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

#header, #nav  {display:none;}

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

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

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

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

#footer {display: none;}

.floatbox, .item {overflow:visible;}
}
