@charset "utf-8";

html, body,
h1, h2, h3, h4, h5, h6,
p{
    	margin: 0;
    	padding: 0;
}

body  {
    	font: 66.25% Verdana, Arial, Helvetica, sans-serif;
    	text-align: left;
    	color: #000000;
		margin-left: 100px;
    }
	 
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}

#header {
	display: none;
}
#hilfsnavigation {
	display: none;
}

#container2 {
	display: none;
}


#artikel {
	vertical-align: top;
	font-size: 12px;
	line-height: 135%;
	background: transparent url(../images/print.bg.gif) no-repeat left;
	width:90%;
	margin:0 auto;
}

#artikel h1 {
	margin:0.5em 0;
}

#printheader{
	display: block;
	margin-bottom: 30px;
}

#copyright{
	display: block;
	z-index: 1000;
	font-weight: bold;

	position: absolute;
	top:150px;
	left: 220px;
	opacity: 0.5;
}


#footer {
	display: none;
}