/* CSS für Print */
body {
	background-color: transparent;
}
#screen {
	background-image: none;
	width: 90%;
}
.overlay, #logo_ingo_rust img, #navi, #subnavi, .lupe, #main img, #network_links, #impressum, #pagination {
	display: none;
}
.browse, .next, .right, .left {
	display: none;
	visibility: hidden;
}
#mirror {
	display: none;
	background-image: none;
}
#main {
	background-image: none;
	top: 0;
}
#contentbox {
	height: 100%;
	position: relative;
	left: 0;
	top: 30px;	
	width: 100%;
	background-image: none;
	background-color: transparent;
}
.scrollable {
	width: 100%;
	clear: left;
	height: 100%;
	margin-top: 10px;
}
.scrollable .items {
	width: 100%;
	position: static;
}
.items div.scroll_content {
	clear: left;
	float: none;
	width: 100%;
}
             
#content {
	margin: 5px;
	width: 100%;
}
#adresse {
	position: absolute;
	top: 0;
	right: 0;
	width: 370px;
}

