@charset "UTF-8";

@media print
{
	body
	{
		background-color:#FFF;
	}

	#page
	{
		margin:0;
		width:800px;
		/*border:1px solid #000;*/
	}

	#header
	{
		/*border:1px dotted #000;*/
		height:50px;
	}

	#hauptnavigation, #skipnav, #header div, hr, #hauptnavigation_3level
	{
		display:none;
	}

	#header h1#logo
	{
        background:none; /* url(../img/logo_1600px.gif) no-repeat scroll left top */
        height:25px;
        width:950px;
        position:static !important;
        left:0;
        top:0;
	}

	h2 span, h3 span, .ueberschrift .skip
	{
		position:static !important;
		left:0 !important;
		top:0 !important;
		width:auto !important;
		height:auto !important;
	}

	h3 img, h2 img
	{
		display:none;
	}

	h3.ueberschrift
	{
		background-image:none !important;
	}

	.logoprint
	{
		display:block !important;
	}
}