/* ************************************************* *\
             RESERVIERUNG CSS print styles
\* ************************************************* */


div#content { /* contains top, header, middle, footer */
	background-image: url();
}

div#header {
	position: relative;
	z-index: 1;
	margin-top: 0;
	height: 140px;
	border: 6px solid #fff;
	border-bottom-width: 0px;	/* !!! 0 border bottom !!! */
}

div#top {
	display: none;
}

div#footer {
	background-image: url();
}

div.cart {
	display: none;
}

div.headerback {
	display: none;
}

div.logoleft {
	position: absolute; top:10px; left: 10px;
}

div.weather {
	display: none;
}

.headerback div.hdrlft {
	display: none;
}

.bheadline div.abort {
	display: none;
}

div.copyright {
	display: none;
}

