/* ==================================================================
Stylesheet fuer die Druckausgabe
Datei: print.css
Media: print

Datum: 18.01.2011
Autor:	grintsch communications
Internet: www.grintsch.com

Inhalt:
Stylesheet fuer die Druckausgabe

Aufbau:
1. versteckte Elemente


==================================================================== */
/* ======================================================

	=1. versteckte Elemente

========================================================= */
#wContentInfo,
#wBreadcrumb,
#wHelps,
#wFinder,
#wSearch,
#wMenuMain,
#Bannerzone,
#wPageFooter { display: none;}

#wPageTheme img { display: none; }
/*#wContentText div.box_banner,*/
#wContentText div.box_media { display: none; }

/* ======================================================

	=2. sichtbare Elemente

========================================================= */
#wLogo img { border: none; }

#wPageTheme p { font-size: 20px; font-weight: bold; color: #e2001a; padding-bottom: 6px; border-bottom: 1px solid #e2001a; }

#wContentText div.container h2 { height: auto !important; }

#wContentText div.box_text {
	font-size: 0.8em;

	padding: 0 12px;
	border: 1px solid #000;
}

#wContentText table td { vertical-align: top; }

#wContentText a {
	color: #000;
	text-decoration: underline;
	content: " [" attr(href) "]";
}

#wContentText a[href]:after {
	color: #999999;
	text-decoration: none;
	font-style: italic;
	font-size: 0.8em;
	content:close-quote " (URL: " attr(href) ")";
}

