      body 
        {
        background: #fff;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size:9pt;
        color:#444444;
        padding: 5px 20px 10px 20px;
        }
    
      /* ----------------------------------------------------
        Formatierung der Titel 
         ----------------------------------------------------*/
      h1
        {
        font-size:16pt;
        color:#EEEEEE;
        padding-top:7px;
        padding-right:10px;
        text-align:right;
        }  

      h2
        {
        font-size:11pt;
        font-weight:bold;
        color:#2B2BF7;
        padding:0px;
        margin:0px;
        }  

      h3
        {
        font-size:10pt;
        color:#2B2BF7;
        padding:0px;
        margin:0px;
        }  
      
      /* ----------------------------------------------------
        Formatierung der Haupt-Div-Boxen  
         ----------------------------------------------------*/
      .topbox
        {
        vertical-align:bottom;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:1px;
        width:813px;
        height:90px;
        background-image: url(entree_top.jpg);
        background-repeat:no-repeat;  
        padding:0px;
        }  
        
      .navbox
        {
        vertical-align:top;
        text-align:left;
        margin-bottom:50px;
        border: solid 0px #888;
        padding:10px;
        height:800px;
        }  
      
      .contentbox
        {
        vertical-align:top;
        text-align:left;
        margin-bottom:50px;
        padding:10px;
        margin-top:2px;
        width:580px;
        }  
      
      .divboxtext
        {
        width:580px;
        text-align:justify;
        }
      
      /* ----------------------------------------------------
        Formatierung der UL-Liste mit den Menü-Links 
        (Link-Formatierung siehe weiter unten)
         ----------------------------------------------------*/
      ul
        {
        margin-left:0px; 
        padding-left:13px;
        list-style-type:square;
        font-size:10pt;
        }
        
      li
        {
        margin-top:2px;
        margin-bottom:2px;
        }
                
      /* ----------------------------------------------------
        generelle Tabellen-Formatierung 
         ----------------------------------------------------*/
      table
        {
        margin-left:0px;
        padding-left:0px;
        font-size:10pt;
        }

       tr
        {
        margin-left:0px;
        padding-left:0px;
        }

       td
        {
        margin-left:0px;
        padding-left:0px;
        vertical-align:top; 
        padding:4px;
        }

      /* ----------------------------------------------------
        Formatierung der Haupttabelle f&uuml;r die Seitengestaltung
         ----------------------------------------------------*/
      table.main
        {
        width: 813px;
        margin-top:2px;
        }
        
      td.tdmainnav
        {
        background-color:#D9D9D9;  /* #D4D4D4 #D9D9D9 */
        }
        
      td.tdmaincontent
        {
        background-color:#E4E4E4; /* #E3E3E3 #E6E6E6 */
        }

      /* ----------------------------------------------------
        weitere Tabellen-Formatierungen (hier Tabelle auf Seite badragaz.php)
         ----------------------------------------------------*/
      table.badragaz 
        {
        width:580px;
        padding:0px;
        border-spacing:0px;
        padding-top:10px;
        text-align:justify;
        }
        
      td.badragaz
        {
        padding-top:10px;
        text-align:justify;
        }
        
      /* ----------------------------------------------------
        weitere Tabellen-Formatierungen (hier Tabelle auf Seite preisliste.php)
         ----------------------------------------------------*/
      table.pricelist
        {
        width:580px;
        border: 0.05em solid #D6D6D6;
        padding:0px;
        border-spacing:0px;
        }
              
      td.pricelist
        {
        border: 0.05em solid #D6D6D6 /* #E4F1C3 */;
        text-align:center;
        padding:2px;
        }
        
      tr.trpricelist
        {
        background-color:#D6D6D6;
        }
      
      td.titlepricelist
        {
        border-top: 1px solid #D6D6D6;
        border-bottom: 1px solid #D6D6D6;
        border-left: 1px solid #E8E8E8;
        border-right: 1px solid #E8E8E8;
        text-align:center;
        }

      /* ----------------------------------------------------
        weitere Tabellen-Formatierungen 
        (hier Tabelle auf Seite bildgalerie.php und links.php)
         ----------------------------------------------------*/

      table.tablepicture
        {
        width:580px;
        text-align:center;
        font-size:8pt;
        padding:0px;
        border: 0.01em solid #D6D6D6;
        margin-bottom:20px;
        }        

      td.tdpicture
        {
        text-align:center;
        }
        
      th.thpicture
        {
        text-align:left;
        background-color: #D6D6D6 /*  #D4D4D4 #DBDBDB */; 
        padding: 8px;
        margin:0px;
        border: 0.01em solid #D6D6D6;
        color:#2B2BF7;
        font-size:10pt;
        }
        
      /* ----------------------------------------------------
        weitere Tabellen-Formatierungen 
         ----------------------------------------------------*/

      td.withborderleft
        {
        border: 1px solid #DDDDDD/* #E4F1C3 */;
        text-align:left;
        }

      table.tablelinks
        {
        width:580px;
        text-align:left;
        /* font-size:10pt; */
        padding:0px;
        border: 0.01em solid #D6D6D6;
        margin-bottom:20px;
        }        

      .imgtext
        {
        margin-right: 10px;
        margin-top:3px;
        }

      img
        {
        margin-right: 0px;
        }
      
      /* ----------------------------------------------------
        Formatierung der Standard-Links 
         ----------------------------------------------------*/
      a 
        {
        text-decoration:none;
        font-weight:lighter;
        }  

      a:link 
        {
        color:#656;
        font-weight:bold;
        }

      a:visited 
        {
        color:#656;
        font-weight:bold;
        }

      a:hover
        {
        background-color:#2B2BF7;
        color:#FFFFFF;
        }  

/*       a:active
        {
        background-color:#2B2BF7;
        color:#FFFFFF; 
        }  */ 

      /* ----------------------------------------------------
        Formatierung der (auch aktiven) Menü-Links 
         ----------------------------------------------------*/
      a.highLight
        {
        background-color:#2B2BF7;
        color:#FFFFFF;
        }

      li.highLight
        {
        color:#2B2BF7;
        }
       
      li.highLight a:link
        {
        background-color:#2B2BF7;
        color:#FFFFFF;
        }
       
      li.highLight a:visited
        {
        background-color:#2B2BF7;
        color:#FFFFFF;
        }

      li a:link
        {
        font-weight:lighter;
        }
       
      li a:visited
        {
        font-weight:lighter;
        }
        
            