/* PRINTSTYLES */

/* hide for printing */
#header, #mm-lib, hr, #mainmenu, #submenu, #sidebox, #lastline {display:none;}
/* display content of all links */
a[href]:after {content: " [" attr(href) "] "; color: #999; font-size: 90%; font-style:italic;}

/* avoid ff bug of non printing sheets */
body {float:none;}


h1,h2,h3,p,a { font-family: Verdana, Arial, Helvetica, sans-serif; color:#000}
h1 {font-size:16pt;}
h2 {font-size:14pt;}
h4 {font-size:12pt;}
p {font-size:12pt;}

img {margin-right:10pt; margin-bottom:10pt; border:none;}

/* Einblenden Printheader und -footer */
#print {margin-top:50pt; display:block; font-size:11pt; text-align:right; font-style:italic;}
#print a {color:#224422;}
#print hr {display:block;}

#printheader {display:block; margin-bottom:60pt; margin-top:0px; text-align:right;}
#printheader hr {display:block;}

form span {margin-bottom:0pt;} 
input, textarea {display:block; margin-bottom:10pt;}

embed, object {display:none;}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
