/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

@media print {
  .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;
  }
}

/* custom styles */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	}
	
h1 {
	font-size:12pt;
	text-transform: uppercase;
	}
	
h2 {
	font-size:11pt
	}
	
h3 {
	margin-top: 1cm;
	
	margin-bottom: 0.2cm;
	font-size:10pt
	}
	
.subhead {
	font-size:10pt;
	color: #222;
	margin-top: 0.5cm;
	margin-bottom: 1cm;
	}
		
#suche {
	display:none
	
	}

#meta {
	display:none
	}

#logo {
	text-align:right;
	
	margin-bottom: 1.2cm;
	
	}

#navigation {
	display:none
	}

#sondernavigation {
	display:none
	}

#subnavigation {
	display:none
	}