/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : print_003.css
**  Funktion    : Druck-Stylesheet - druckt die Spalte #col3
**
*/

@media print
{
body * {
	font-size: 9pt;
	font-family: Verdana,'Trebuchet MS', Helvetica, Arial, sans-serif;
	background-color: none;
}
blockquote { font-family: Verdana,'Trebuchet MS', Helvetica, Arial, sans-serif; }
code.css, code.xhtml, em.file { font-family:"Courier New", Courier, mono;}

h1 {font-size: 14pt; font-weight:bold; color: #336666;  ground:inherit;  margin:0 0 0.2em 0; border-bottom: 1px #ccc solid; padding-top: 0.5em;}
h2 {font-size: 10pt; font-weight:bold; color: #336666; margin:1.2em 0 1.2em 0; padding-top: 0.2em; }
h3 {font-size: 10pt; font-weight:normal; color: #336666; margin:0.8em 0 0.1em 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 */
/* #col3 a[href^="http:"], #col3 a[href^="https:"], 
#col1 p a[href^="http:"], #col1 p a[href^="https:"],
#col2 p a[href^="http:"], #col2 p a[href^="https:"]{
	padding-left: 0;
	ground-image: none;
}

a[href]:after {
 content:" <URL: "attr(href)">";
 color:#444;
 ground-color:inherit;
 font-style:italic;
} /* 

/* Umformatierung der Layoutboxen */
body {margin:0; padding: 0;}
#page_margins, #page {min-width: inherit; margin:0; padding: 0; border: 0; } 
#topnav {display: none;}
#logo {	left: 0px; top: 0px;	}
#logo img {
	position:fixed;
	top:0px;
	left:0px;
	width:400px;
}
#pdf {display: none;}
#nav {display: none;}
#rand {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

#header {height: 38pt;}
#header img {position:relative; top:0; left:0; padding:0}
#nav_main {display:none;}
#teaser { margin: 0 0 0 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;
	background-color: none;
}
#col3_content {
	margin: 0;
	padding: 0;
	border:0;
	background-color: none;
}

#footer {display: none;}

#col3_content ul {
	padding-left: 5px;
	margin: 0px 0px 0px 10px;
	list-style-type:square;
	background-color: none;
	}
#col3_content ul li {
	margin-left: 0px;
	padding-left: 0px;
}

)

