/* Unabhaengiges Format */
#vsmall { font-family:"Arial";
   font-size:8pt;
   font-weight:normal;
}

/* Unabhaengiges Format */
#bold { font-weight:bold;
}

/* Default */
td {font-family:"Arial";}

/* Ueberschrift Seite ,Ebene 1*/
td.h1 {    
   font-family:"Arial";
   font-size:18pt;
   font-weight:bold;}

/* Ueberschrift Seite, Ebene 2*/
td.h2 {    
   font-family:"Arial";
   font-size:15pt;
   font-weight:bold;}

/* NAME der Beschreibung in einer MachineInfo-Seite */
td.sb {    
   font-family:"Arial";
   font-size:10pt;
   font-weight:bold;}

/* TEXT der Beschreibung in einer MachineInfo-Seite */
td.s {    
   font-family:"Arial";
   font-size:8pt;}

td.ss {    
   font-family:"Arial";
   font-size:8pt;}
          
/* Klein und Fett (Kategorie im Inventory) */
td.bold {
   font-family:"Arial"; 
   font-size:10pt; 
   font-weight:bold;} 

/* Klein (Rechner im Inventory) */
td.small {
   font-family:"Arial";
   font-size:10pt;
   font-weight:normal;} 

/* Mittel und Fett (Aufzählung: Überschrift) */
td.mediumb {
   font-family:"Arial"; 
   font-size:11pt; 
   font-weight:bold;} 
mediumb {
   font-family:"Arial"; 
   font-size:11pt; 
   font-weight:bold;} 

/* Mittel (Aufzählung: Eintrag) */
td.medium {
   font-family:"Arial"; 
   font-size:11pt; 
   font-weight:normal;} 

/* Hervorhenben über BOLD */   
td.b {
   font-weight:bold;} 
