/* Drucker brauchen ganz andere CSS angaben als Bildschirme. Aus diesem Grund
   haben wir für diese auch eine eigene CSS Datei. */
   
body {
 background: white;
 color: black;
 font-family: georgia, serif; 
 font-size: 90.01%; 
 width: 600px; 
}

.skip,#headbackground, #subnav, #Navigation,#scrollTop {
 display: none;
}

#a { color: black; text-decoration: none; } 

.fright { /* Damit die Fließeigenschaften auch beim Drucken beachtet werden. */
 float: right;
 margin: 0.5em 0.5em 0.5em 0.5em;
 padding:1px;
 border: solid 1px #aaa;
}
.fleft {
 float: left;
 margin: 0.5em 0.5em 0.5em 0.5em;
 padding:1px;
 border: solid 1px #aaa;
}
.languageflag 
{
	display:none;
}
p#footer {display:none;}
.faq_links {display:none;}
