/* Print für KZSKV
   Drucker brauchen ganz andere CSS angaben als Bildschirme. Aus diesem Grund
   haben wir für diese auch eine eigene CSS Datei. */
   
   
/* Drucker sollten alles mir einer Schriftart mit Serifen drucken, da diese auf dem Papier wesentlich 
    leichter zu lesen ist. */ 

body {
 background: white;
 color: black;
 font-family: georgia, serif;  
}

 .NorText  {font-size: 11px;
            text-decoration: none;
 } 
	
 .TitleG    {font-weight: bold; 
  	       font-size: 22px;
 }
 
 .HTitel   {font-size: 28px; }
 
 .UTitel   { font-weight: bold;
	       font-size: 15px;
           text-decoration: none;
 }
 
 .UUTitel { font-size: 14px;
           text-decoration: none;
 }
 
 .UUTiteN { font-size: 13px;
           text-decoration: none;
 }
 
 .Rglist   {font-size: 11px; 
           color: #993366; 
           text-decoration: none;
 }
 
 .Relink  {font-weight:  bold; 
	       font-size: 15px; 
           color: #FF0000;
           text-decoration: none;
 }
 
 .NorTextK {font-size: 10px;
            color: #000000;
 } 
 
 .NorTextMail {font-size: 10px;
              color: #0033FF;
              text-decoration: none;
 }
 
 ul#navlist    { font-weight:  bold; 
              font-family: verdana, arial, sans-serif;
	          font-size: 12px;
			  text-decoration: none;
 } 
  

.skip, #subnav, #menu { /* Wenn sich jemand eine Seite aus dem Internet ausdruckt dann will er mit hoher Wahrscheinlichkeit den Inhalt drucken und nicht das Menü oder sonstige angaben die für die Navigation auf dem Bildschirm gedacht sind. Deshalb lassen wir diese vom Papier verschwinden. Das spart auch viel Paphier und Tinte. */
 display: none;
}

.fright { /* Damit die Fließeigenschaften auch beim Drucken beachtet werden. */
 float: right;
 margin: 0 0 1em 1em;
}
.fleft {
 float: left;
 margin: 0 1em 1em 0;
}