/* formatierung für links */
  /* noch nicht besuchte Ziele */
   a:link     { color: #0F47A0; text-decoration: none;
                font-family: Arial, Verdana, Helvetica; 
                font-weight: bold; font-size: 10pt}
  /* besuchte Ziele */ 
   a:visited  { color: #0F47A0; text-decoration: none; 
                font-family: Arial, Verdana, Helvetica; 
                font-weight: bold; font-size: 10pt}
  /* Verweise bei "MouseOver" */ 
   a:hover    { color: #CC0000; text-decoration: none;
                font-family: Arial, Verdana, Helvetica; 
                font-weight: bold; font-size: 10pt}
  /* Angeklickte Verweise */ 
   a:active   { color: #CC0000; text-decoration: none;
                font-family: Arial, Verdana, Helvetica; 
                font-weight: bold; font-size: 10pt}
  /* Verweise, die Fokus erhalten */ 
   a:focus    { color: #CC0000; text-decoration: none;
                font-family: Arial, Verdana, Helvetica; 
                font-weight: bold; font-size: 10pt} 


/*ueberschrift*/
     
.uebl {
        background-color: #F3EDBE;
        font-family: Arial, Verdana;
        font-size: 10pt;
        font-weight: bold;
        color: #000000
      }

.ueblkoz {
        background-color: #DDDDDD;
        font-family: Arial, Verdana;
        font-size: 10pt;
        font-weight: bold;
        color: #000000
      }

.uebz {
        font-family: Arial, Verdana;
        font-size: 10pt;
        font-weight: bold;
        color: #7F7F7F
      }

.uebr {
        font-family: Arial, Verdana;
        font-size: 10pt;
        font-weight: bold;
        color: #7F7F7F        
      }

.uebs {
        font-family: Arial, Verdana;
        font-size: 11pt;
        font-weight: bold;
        color: #000000
      }

.uebbw {
        font-family: Arial, Verdana;
        font-size: 10pt;
        background-color: #006699;
        color: #ffffff;
        font-weight: bold;
        text-align: center
      }
      
/*name*/
.na   {
        margin-top:0px;
        font-family: Arial, Verdana;
        font-size: 8pt;
        font-weight: bold;
        color: #000000;
      }

/*beschreibung*/
.be   {
        margin-top:0px;
        font-family: Arial, Verdana;
        font-size: 8pt;
        color: #000000;
        font-weight: normal
      }

.beg   {
        font-family: Arial, Verdana;
        font-size: 10pt;
        color: #000000;
        font-weight: normal
      }
      
.begf   {
        font-family: Arial, Verdana;
        font-size: 10pt;
        color: #000000;
        font-weight: bold
      }
      
.il   {
        margin-top:0px;
        font-family: Arial, Verdana;
        font-size: 8pt;
        color: #000000 
      }
      
.ilz   {
        background-color: #DDDDDD;
        margin-top:0px;
        font-family: Arial, Verdana;
        font-size: 8pt;
        color: #000000;
        text-align: center
      }
      
.preis{
        margin-top:0px;
        font-family: Arial, Verdana;
        font-size: 10pt;
        font-weight: bold;
        color: #CC0000
      }
      
.fuell{
        margin-top:0px;
        font-family: Arial, Verdana;
        font-size: 5pt;
        font-weight: bold;
        color: #CC0000
      }
 
 .koz {
        background-color: #DDDDDD;
        font-family: Arial, Verdana;
        font-size: 8pt;
        font-weight: bold;
        color: #000000
        
      }

  /* text klein grau*/
  .tkg
  {font-family: Arial, Verdana, Helvetica; font-size: 8pt; color: #808080}
  
  /* text klein grau zentriert*/
  .tkgz
  {font-family: Arial, Verdana, Helvetica; font-size: 8pt; text-align: center; color: #808080}
  
  /* text ganz klein grau*/
  .tkkg
  {font-family: Arial, Verdana, Helvetica; font-size: 7pt; color: #808080}  


/*link*/
a     {
        margin-top:0px;
        font-family: Arial, Verdana;
        font-size: 8pt;
        font-weight: bold;
        color: #0F47A0
      }
      
.ueblb  {
          background-color: #0000FF;
          font-family: Arial, Verdana;
          font-size: 10pt;
          font-weight: bold;
          color: 7F7F7F
        }

body  {
       margin-top: 0px;
       margin-bottom: 0px;
       margin-left: 0px;
       margin-right: 0px;
       scrollbar-face-color : #006699;                 /* scrollbar und pfeiltasten */
       scrollbar-shadow-color : #5555FF;                 /* */
       scrollbar-highlight-color : #ffffcc;         /* schattenfarbe links und oben */
       scrollbar-3dlight-color : #006699;
       scrollbar-darkshadow-color :#ffffcc;         /* schattenfarbe rechts und unten */
       scrollbar-track-color : #ffffcc;                 /* lauffläche des scrollbar */
       scrollbar-arrow-color : #ffffcc;}
      }
