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

@media print
{

.typo3-adminPanel { display: none; }
	
body * {font-size: 11pt; font-family: Verdana, Arial, Sans-Serif; font-weight: normal; line-height: 20pt; }
blockquote { font-family: "Times New Roman", Times, serif; }
code.css, code.xhtml, em.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: #003399; 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 { page-break-after:avoid; }

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

/* Umformatierung der Layoutboxen */
body { margin:0; padding: 0;}
#page_margins, #page {min-width: inherit; margin:0; padding: 0; border: 0; } 


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



#footernavigation {display: none;}
#footer-tiplink {display: none;}
#footer-toplink {display: none;}

#logo-zusatz {display: none;}
#logo {display: none;}
#header-navigation {display: none;}
#klickpfadnavigation {display: none;}  
#quicklinks {display: none;}

#footer-banner {display: none;} 
#header-banner {display: none;} 
#links-banner {display: none;} 
#rechts-banner {display: none;} 


}

