
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
	font: normal 12px/15px verdana, sans-serif;
}
a,
a:visited {
	text-decoration: underline;
}
/*
a[href]:after {
	content: " (" attr(href) ")";
}
*/
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
 * Don't show links for images, or javascript/internal links
 */
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
	content: "";
}
pre,
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group; /* h5bp.com/t */
}
tr,
img {
	page-break-inside: avoid;
}
img {
	display: block;
	max-width: 70% !important;
}
@page {
	margin: 1cm 2cm 2cm 2.5cm;
}
p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}
h2,
h3 {
	page-break-after: avoid;
}
/*************** HIDE ************************/
.meta-nav,
.breadcrumb,
.main-nav-container,
.leftnav ,
.linkfooter,
.copyfooter li,
.bildbox,
.buehne-cont,
.imageteaser,
.buehne-slide>a,
.buehne-navigation,
.container-flashvideo,
.section-gallery
{
	display:none;
}
/*************** SHOW ************************/
.copyfooter li.copyright 
{
	clear: both;
	float: none;
	display: block;
	margin: 1cm 0 0 45%;
	width: 100%;
}
/*************** Teaser ************************/
.teaser.box,
.section-teaserblock {
	clear:both;
	float:none;
	position:relative;
}
.teaser.box {
	width:100% !important;
}
.section-teaserblock>div {
	float:left;
	margin-right: 5%;
	position:relative;
	width:45%;
}
.section-teaserblock>div:last-child {
	font-weight:bold!important;
}
