/* PRINTSTYLES */

/* hide for printing */
#header, #pictures, #menue, #secondary-content, #footer {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: Georgia, 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; border:none;}


/* Einblenden Printheader und -footer */

#printheader {display:block; margin-bottom:0pt; margin-top:0px; text-align:right; margin-left:400px; float:right;}
#printheader hr {display:block;}
#printfooter {display:block; text-align:center;}
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 {
  display    : none !important;
  height     : 0;
  width      : 0;
  position   : absolute;
  overflow   : hidden;
}

.sIFR-alternate {
  visibility : visible !important;
  display    : block   !important;
  position   : static  !important;
  left       : auto    !important;
  top        : auto    !important;
  width      : auto    !important;
  height     : auto    !important;
}


