#header, #navigation, #leftmenu, #rightmenu, #meta_navigation, #iconset, #bookmark, #right_content_box h2.menuheader {
	display: none;
}
/* Mozilla braucht die overflow-Aufhebung, um mehrere Seiten drucken zu können */
#all {
	overflow: visible;
}
#all_print {
	background-color: #F1F0EE;
	height:auto;
	width: 612px;
	margin-top: 0px;
	padding: 0 0 16px 0;
}
/* Printheader: Name, Datum, Linkadresse */
#print_header {
	text-align: left;
	background-color: #F1F0EE;
	width: 612px;
	margin-top: 10px;
	padding: 0 0 16px 12px;
}
#print_header a {
   	color: #46617D;
	text-decoration: underline;
}
#print_header a:hover {
	color: #E58316;
	text-decoration: underline;
}
#print_header h1 {
	background-color: #F1F0EE;
	color: #46617D;
	font-size: 11px;
	font-weight: bold;
}
#print_header noscript {
	margin-top: 5px;
	font-weight: bold;
}

/* überschreibt normale #contentbox (gesamter Contentbereich) aus main_template.css */
#contentbox {
	text-align: left;
	width: 612px;
	margin-top: 10px;

}
/* überschreibt #normal_content (mittlere Spalte) aus main_template.css */
#normal_content {
	width: 612px;
	float: none;
	overflow: visible;
}
/* 19.12.07 kastei Breite auf 612 gesetzt */
#normal_content h2.quadrat {
	width: 612px;
	padding: 2px 0 3px 0;
}
/* große Bilder in IE7 werden tendenziell seitlich verschoben, daher Bugfix: clear: both; (bringt IE zum Absturz!) */

#normal_content div.image_block {
	float: none;
    width: 612px;
}

/* Hack IE Bilderverschlucker */
* html #normal_content div.image_block {
    display: block;
	position: relative;
	z-index: 1; 
}
* html #normal_content div.image_block img {
	position: relative;
	z-index: 1;
}
* html #normal_content div.image_block p {
	position: relative;
	z-index: 10;	
}

/* Linkinhalt hinter Link angeben - kann IE nicht 
#normal_content  a[href]:after {
 	content: " <"attr(href)">";
 	color: #333;
 	background-color: inherit;
 	font-style: italic;
 	font-size: 90%;
} 
*/


/* Printdefinitionen rechte Spalte */
/* überschreibt #right_content_box aus main_template.css */
#right_content_box {
	clear: both;
	float: none;
	width: 612px; 
	margin: 0;
	padding: 0 12px 12px 12px;
}
/* Print-Überschriften fett  */
#right_content_box h2.box_orange {
	width: auto;
	font-weight: bold;
	padding: 2px 0 3px 0;	
}

 
/* keine Einrückung, keine Hintergrundfarbe  */
#right_content_box p {
	width: 612px;
	background-color: transparent;
	padding: 5px 0 5px 0;	
}
#right_content_box div.clear {
	border-color: transparent;
}
/* IE kann transparenten Border nicht, bei eingestellter Farbe #F1F0EE druckt es sonst auf Weiß eine feine Linie, daher hack: */
* html #right_content_box div.clear {display: none;}

#right_content_box div.image_block, #right_content_box div.image_float, #right_content_box div.image_banner, #right_content_box div.bu_200 {
	background-color: transparent;
}
/* Linkinhalt hinter Link angeben - kann IE nicht 
#right_content_box  a[href]:after {
 	content: " <"attr(href)">";
 	color: #333;
 	background-color: inherit;
 	font-style: italic;
 	font-size: 90%;
} 
*/
#right_content_box #rightboxes ul {
	background-color: transparent;
	list-style-type: square;
}
#right_content_box div.download, #right_content_box div.excel, #right_content_box div.zip, #right_content_box div.video, #right_content_box div.audio  {
	background-color: transparent;
	padding: 2px 7px 5px 0;
}
/* Text statt Icon - kann IE nicht 
#right_content_box div.download a:before {
	content: "PDF: ";
 	color: #333;
 	background-color: inherit;
 	font-style: italic;
 	font-size: 90%;
}
*/
/* Keine Darstellung der Funktionskästen rechts */
#right_content_box h2.box_warmgreydunkel {
	display: none;
}
#right_content_box div.calendar, #right_content_box div.searchright, #right_content_box div.finderright, #right_content_box div.sort, #right_content_box div.initials {
	display: none;
}



/* Printdefinitionen linke Spalte */
/* überschreibt #left_content_box aus main_template.css: breiter! */
#left_content_box {
	clear: both;
	float: none;
	text-align: left;
	width: 612px;
   	margin-left: 12px;
	padding: 10px 0 10px 0;
}
#left_content_box h2.box_orangeleft {
	width: auto;
	background-color: transparent;
	color: #333;
	font-weight: bold;
	padding: 2px 0 3px 0;	
}
#left_content_box div.box_home {
	width: auto;
	padding: 5px 0 5px 0;	
	background-color: #F1F0EE;
}
#left_content_box div.box_dklblau {
	width: auto;
	padding: 5px 0 5px 0;	
	background-color: #F1F0EE;
	color: #333;
}
#left_content_box form.box_dklblau {
	display: none;	
}
