@meta { Title: "Siemens Style Sheet" }

/* Grundsätzliche Formatierung der Links */
/* Link, nicht unterstrichen, schwarz */
A:link { color: #000000 }

/* Benutzte Links, schwarz */
A:visited { color: #000000 }

/* 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: 10pt;
	color: #000000;
	font-weight: bold }
	
H3 { font-family: "arial", "geneva", "helvetica";
	font-size: 10pt;
	color: #000000;
	font-weight: bold }
	
H4 { font-family: "arial", "geneva", "helvetica";
	font-size: 10pt;
	color: #000000;
	font-weight: bold
	font-style: italic }

H5 { font-family: "arial", "geneva", "helvetica";
	font-size: 10pt;
	color: #000000;
	font-weight: normal
	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-size: 14pt }
      	
/* Sekundaer Navigation, nicht unterstrichen und schwarz */
/* Definition der Schrift in der Sekundärnavigation mit weißem Hintergrund ohne Unterstrich */
.SECNAV {
  	font-family:  "arial", "geneva", "helvetica"; 
  	font-size: 10pt; 
  	line-height: 14pt; 
  	text-decoration: none;
  	color: #000000;
	background: #FFFFFF }

.TERTNAVI {
  	font-size: 10pt; 
  	line-height: 12pt; 
  	text-decoration: none;
  	font-family:  "arial", "geneva", "helvetica"; 
  	color: #000000 }
	
.NAVI {
  	font-size: 10pt; 
  	line-height: 14pt; 
  	text-decoration: none;
  	font-family:  "arial", "geneva", "helvetica"; 
  	color: #000000 }

.JUNK {
	color: white; }
	
.IDENT {
	font-family: "arial", "geneva", "helvetica", "sans-serif";
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	align: right;
	color: #990033;
 }
