<!-- GRÜLZ -->

body { 
       font-family:      Verdana, Tahoma;
       font-size:        11px;
     }

a:link, a:visited
 {
  color:black;
 }

div.ol { 
         top:              5px;
         left:             5px;
         width:            100px;
         height:           70px;
         border:           1px solid #000000;
         position:fixed;
         background-color: silver;
       }

div.ul { 
         top:              80px;
         left:             5px;
         width:            100px;
         border:           1px solid #000000;
         border-top:       0px;
         position:         fixed;
         background-color: darkorange;
       }   

div.or { 
         top:              5px;
         left:             0px;
         width:            683px;
         height:           70px;
         border:           1px solid #000000;
         text-align:       center;
         position:         absolute;
         background-color: darkorange;
       }

td.or {
        height:           65px;
        width:            681px;
        align:            center;
        font-size:        22px;
      }


div.mr { 
         top:              80px;
         left:             0px;
         width:            683px;
         height:           0px;
         border:           1px solid #000000;
         position:         fixed;
       }

div.ur { 
         top:              0px;
         left:             0px;
         width:            683px;
         border-top:       0px;
         border-left:      1px;
         border-right:     1px;
         border-bottom:    1px;
         border-color:     #000000;
         border-style:     solid;
         background-color: silver;
         position:         absolute;
       }

td.ur { 
         width:            681px;
         border-top:       0px;
         border-left:      1px;
         border-right:     1px;
         border-bottom:    1px;
         border-color:     #000000;
         border-style:     solid;
         background-color: silver;
         top:              0px;
         left:             0px;
         position:         absolute;
       }

img.ur {
         border:           1px solid #000000; 
         hspace:           10px;
       }

big.ur {
         font-weight:      bold;  
       }

a          {
             font-family:      Verdana;
             font-size:        11px;
             border:           0px solid #000000;
           }

table      {
             font-family:      Verdana;
             font-size:        11px;
             border:           0px solid #000000;
           }

table.shop {
             background-color: #dfdfdf;
           }

.col1 {
        width: 100;
      }

.col2 {
        width: 415;
      }

.col3  {
         width: 50;
         text-align: right;
       }

.cola1 {
         width:       20;
         text-align:  right;
       }

.cola2 {
         width:       140;
//         width:       310;
         text-indent: 5;
       }

.colh  {
         width:       360;
         text-indent: 5;
       }

.menu {
        display:         block;
        padding:         3px;
        border-top:      1px solid #000;
        text-align:      center;
        text-decoration: none;
        color:           black;
      }

small.menu {
             font-size: 8px;  
           }

a.menu:link, a.menu:visited
 {
  color:           black;
  text-decoration: none; 
 }

a.menu:active, a.menu:hover
 {
  color:            darkorange; 
  background-color: #7f7f7f;
 }

.ll {
      background-color: silver;
      margin-top: 0px;
      text-align:       center;
      text-decoration:  none;
      font-family:      Verdana;
      font-size:        11px;
      color:            black;
    }

a.ll:active, a.ll:hover
 {
  color: #7f7f7f; 
 }
