@meta { Title: "NEMA Style Sheet" }

/* Grundsätzliche Formatierung der Links */
a { color:#000000; text-decoration:none;}
a:link { font-family: Arial, Helvetica, sans-serif; color:#003060; text-decoration:none;}
a:visited { color:#003060; text-decoration:none;}
a:active { color:#800000; text-decoration:none;}
a:hover   { font-family: Arial, Helvetica, sans-serif;  font-weight: normal; color: #ff0066 ; text-decoration: none}

/* Grundsätzliche Textdefinition */
/* alles arial, geneva, helvetica */
P,UL,OL,LI,DIV,TD,TH,TR,ADRESS,BLOCKQUOTE,NOBR,B {
	font-family: "arial", "geneva", "helvetica";
	font-size: 9pt; }

/* Code ohne unterstreichen */
.CODELINK { text-decoration: none }
	
/* Definition der Schrift in der Fußzeile */
.FOOTER { font-family:  "arial", "geneva", "helvetica";
	font-size: 8pt;
	color: #000000 }

/* Definition der Schrift zur Angabe der momentanen Position innerhalb der OI-Site */
.INFOTXT { font-family: "arial", "geneva", "helvetica";
	font-size: 8pt;
	color: #000000 }
	
/* Definition der Schrift des Inhalts */
.CONTENTTEXT { font-family: "arial", "geneva", "helvetica";
	font-size: 8pt;
	color: #000000 }
	
/* Ueberschriften */
H1 { font-family: "arial", "geneva", "helvetica";
	font-size: 16pt;
	color: #000000;
	font-weight: bold }
	
H2 { font-family: "arial", "geneva", "helvetica";
	font-size: 14pt;
	color: #000000;
	font-weight: bold }
	
H3 { font-family: "arial", "geneva", "helvetica";
	font-size: 12pt;
	color: #000000;
	font-weight: bold }
	
H4 { font-family: "arial", "geneva", "helvetica";
	font-size: 10pt;
	color: #000000;
	font-weight: bold }

H5 { font-family: "arial", "geneva", "helvetica";
	font-size: 10pt;
	color: #000000;
	font-weight: bold
	font-style: italic }

H6 { font-family: "arial", "geneva", "helvetica";
	font-size: 10pt;
	color: #000000;
	font-weight: normal
	font-style: italic }
	
.HEADING {
  	font-family:  "arial", "geneva", "helvetica"; 
	font-weight: bold;
  	font-size: 10pt }

.HEAD {
  	font-family:  "arial", "geneva", "helvetica"; 
	font-weight: bold;
  	font-size: 10pt }

     	
/* Sekundaer Navigation, nicht unterstrichen und schwarz */
/* Definition der Schrift in der Sekundärnavigation mit weißem Hintergrund ohne Unterstrich */

.PRINAV {
  	font-family:  "arial", "geneva", "helvetica"; 
  	font-size: 10pt; 
  	line-height: 14pt; 
  	text-decoration: none;
  	font-weight: bold;
  	color: #000000;
  	background: #FFFFFF }

/* Definition der Sekundaernavigation */
.NAVI {
  	font-family:  "arial", "geneva", "helvetica"; 
  	font-size: 10pt; 
  	line-height: 14pt; 
  	text-decoration: none;
  	color: #000000; }

/* Definition der Schrift im PrimNavLabel */
all.LABEL { font-family:"arial", "geneva", "helvetica"; 
	font-size:14pt; 
	color:#000000; 
	font-weight:bold; }

/* Definition der Seitenüberschriften*/    
all.BANNER { font-family: "arial", "geneva", "helvetica";
	font-weight:bold; 
	font-size:20pt; 
	color: #000000; }

/* Definition der ZURÜCK-buttons*/    
all.BACK { font-family: "arial", "geneva", "helvetica";
	color:darkblue; 
	font-size:10pt; 
	line-height:14pt; 
	text-decoration:none; }


