/**
 * Overrides for the print media
 */


/*
 * disable the displaying of all page content that is not in the middle
 */
#left_column {	width: 0px; }
#right_column {	width: 0px; }
#left_middle_column { display: none; }
#right_middle_column { display: none; }
#top_row { display:none; }
#bottom_middle_column {	display:none; }
#bottom_column { display:none; }
/* die buttons unten (zurueck, tell-a-friend, drucken, speichern, suchen) */
#functionbuttons { display: none; }





/*
 * einige HTML TAGS
 */





/**
 * einige classes
 */

/* display the usually hidden impressum */
.text_anbieter {
	display: block;
	color: silver;
	font-size: 9px;
	line-height: 1.5em;
	text-align: left;
}
.text_anbieter A {
	/* Standard fuers erste */
}
.text_anbieter_noprint {
	display: none;
}


.parseTime { display: none; } /* is redundand as long as it is in #bottom_column */


.noprint {
	display:none;
}


