@charset "UTF-8";
@media print
{
/*Allgemeine Angaben*/

body {
	color: black;
	font-style: normal;
}

a img {
 	border:none;
}

p {
	margin: 0 0 16pt 0;
	line-height: 16pt;
}

a {
	text-decoration: none;
	text-transform: none;
	color: black;
	outline: none;
}

/*Überschriften*/

h1 {
	font-size:20px;
	font-weight:bold;
	color: #3f3f3f;
	margin:0px;
	margin-bottom:5px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color: #3f3f3f;
	margin:0px;
	margin-bottom:5px;
}

/*STyles*/
#header-logo {
	display:none;
	
}

#content {
	width:100%;
}

#left {
	display:none;
}

* html #left {
	display:none;
}

#footer {
	display:none;
}

/*Ende*/
}