/*
	Styles zum Drucken
*/

body { 
	color:#000;
	background-color:#fff;
	background-image:none;
}

.browse, em, .gray, .important, h1, h2, h3, h4 { color:#000; }
a:link, a:visited, a:hover, a:active { color:#000; }
hr { color:#000; }

.noprint { display:none; }
#outerbox { min-width:300px; }
#topbox { display:none; }
#leftbox {display:none; }

#middlebox { 
	margin:0;
	max-width:6000px;
}

#rightbox, .browsebox, #notdienstebox, #debugbox, #localnavbox { display:none; }
#newstickerbox { display:none; }
#gotop { display:none; }

.hr { 
	height:0px;
	margin-bottom:3em;
	overflow:hidden;
	background-color:#fff;
	/* display:none; */
}

#printoutbox { 
	position:absolute;
	display:block;
	z-index:100;
	right:0;
	top:0;
	width:99px;
	height:78px;
}


