/* allgemein Formate */
  body, td, li, ol {
  	font-size : 10pt;
  	color: #000000;
  	font-family : Verdana, Arial, Helvetica, sans-serif;
  }

/* Ueberschriften */
  .ueberschrift {
  	color : #31394A;
  	font-size: 13pt;
  	font-weight : bold;
  }

  .ueberschrift_sub {
  	color : #86A7C8;
  	font-size: 11pt;
  	font-weight : bold;
  }
  
  .ueberschrift_sub_sub {
  	color: #86A7C8;
  	font-size: 12px;
  	letter-spacing: 5px;
  }
  .artikel_ueberschrift {
  	font-size: 14px;
  	font-weight: bold;
  }

/* Links */
  a {
  	color : #CC0000;
  }
 

/* Navigation */
  .nav {
  	font-size : 9pt;
  	text-decoration : none;
  	color : #31394A;
  	font-weight : bold;
  }

  .nav_active {
  	font-size : 9pt;
  	text-decoration : none;
  	color : #FFFFFF;
  	font-weight : bold;
  }

/* Tabellenhintergruende */
.tblgrau {
	background : #E2DDDA;	
}

.tblblau {
	background : #E0E8F1;
}
  
/* sonstige */
  .suchfeld {
  	color: #000000;
	font-size: 10px;
  }

  .aktuelles {
	font-size: 10px;
  }

  .copyright {
	font-size: 10px;
  }
  
  .newsletter_eintragen {
  	font-size: 11px;
  }
	

  .eintrag_fehlt {
  	color: #CC0000;
  }
