/* set uniform font style to fit page */
* {
	font-size: 12pt !important;
	line-height: 1.2 !important;
	word-spacing: 1pt !important;
}

/* set all margins and paddings from design to 0px */
* {padding: 0; margin: 0  !important; bottom: unset !important; top: unset !important;}

/* deactivate float for viewable elements */
* {float:none !important;}

/* set absolute positioned elements back to static */
* {position: static !important; clear: both !important;}

/* set URL after links */
a[href]:after {
    background-color: inherit;
    color: #666;
 content: "";    font-style: italic;
}
a.external-link[href]:after,
table a.external-link[href]:after,
a.external-link-new-window[href]:after,
table a.external-link-new-window[href]:after {
 content: " (" attr(href) ")";
}

/* no displayed link for E-Mail etc. */
a.mail[href]:after,
table a[href]:after,
.csc-textpic-imagewrap a[href]:after,
.page-header a[href]:after,
.panel-title a[href]:after {
    content: "";
}

/* resize huge images */
img,
.animation-container,
.flipY.front,
.flipY.back {
    max-height: 100px;
    min-height: 100px;
    width: auto !important;
}

/* print navigation links */
.print-nav {
	display: block;
}

.print-link, .page-header,.subnav,.sr-only,.meta-section {
	display: none;
}