/* 
**  Dateiversion: 04.04.06
**  Datei       : print.css
**  Funktion    : Druck-Stylesheet - druckt die Spalte #col3
**
*/

@media print
{
body * {font-size: 10pt;}

h1 {font-size: 14pt; font-weight:bold;}
h2 {font-size: 12pt; font-weight:bold; }
h3 {font-size: 10pt; font-weight:bold;}

/* 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:"], 
{
	padding-left: 0;
	background-image: none;
}

a[href]:after {
 content:" <URL: "attr(href)">";
 font-style:italic;
} */

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

#logo {
	position:static;
}

#logo img {border:none;}


#claim {background: none;
	}

#claim_content {
	background:none;
	padding:0;
	font-weight:bold;
	}
	
#claim_content h1 {
	font-size:16pt;
}

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

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

.top {display:none;}

#footer {display: none;}

#a-z, .skip {
	display:none;
}


}

