@media print
{
body * {font-size: 10pt; font-family: Verdana, "Times New Roman", Times, serif; }
blockquote { font-family: "Times New Roman", Times, serif; }
code.css, code.xhtml, em.file { font-family:"Courier New", Courier, mono;}

h1 {font-size: 12pt; font-weight:bold; color: #000000;  background:inherit;  margin:0.4em 0 0.5em 0; width: 720px;}
a {font-size: 10pt; font-family: Verdana, "Times New Roman", Times, serif; padding: 0.2em; }
/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3 { page-break-after:avoid; }

abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }


/*
a[href]:after {
 content:" <URL: "attr(href)">";
 color:#444;
 font-size: 8pt;
 background-color:inherit;
 font-style:italic;
}
*/

/* Umformatierung der Layoutboxen */
body {margin:0; padding: 0;}

html {height:inherit;}

#page_margins {
	margin:0;
	padding: 0;
	background: none;
	width:inherit;
	height:inherit;
}

#page {
	width:auto;
}

#header {
		
}
#main {
	margin: 0;
	padding: 0;
	background:none;
	width:auto;
}

#col1,#col1_content {display:none;}
#col3,#col3_content {display:none;}

#col2,#col2_content {
	margin:0;
	padding: 0;
	border: 0;
	float:none;
	width:auto;
}

p {
	width:auto;
}

.box {
	width:auto;	
}


#footer {
	text-align: left;
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px solid #000000;
	font-size: 10pt;
}

.SeiteDrucken{
	display: none;
}

}
