<!-- bibinfo.css //-->

* { margin: 0;
    padding: 0;
  }

body { color: black;
       font-size: 13px;
			 font-family: Arial, Helvetica, Geneva;
			 line-height: 16px;
     }
     
.fett { font-weight: bold;
      }

a { color: #79040d;
    text-decoration: underline
  }
  
table {
			table-layout: fixed;
			width: 680px;
}

div#kopf { position: absolute; left:0px; top:0px;
           width: 806px; height: 76px;
           background: url(../../../buttons/images/neutral/1_top.jpg); no-repeat;
         }
         
div#kopf_bg { position: absolute; left:806px; top:0px;
              height: 76px; width: 100%;
              background: url(../../../buttons/images/neutral/1_top_bg.gif);
            }
          
div#spalte1 { position: absolute; left:0px; top:76px;
              width: 70px; height: 503px;
              background: url(../../../buttons/images/neutral/1_left.jpg); no-repeat;
            }
            
div#spalte1_bg { position: absolute; left:0px; top:579px;
                 width: 70px; height: 100%;
                 background: url(../../../buttons/images/neutral/1_left_bg.jpg);
               }

div#ueberschrift { position: absolute; left:116px; top:116px;
                   width: 680px; height: 20px;
                   padding: 2px;
                   background-color: #d1d1d1;
                   color: #464646; font-size: 16px;
                   font-weight: bold; text-decoration: none;
                 }
               
div#inhalt { position: absolute; left:116px; top:160px;
             width: 680px;
             background-color: white;
           }
           
div#fuss { position: relative; top:20px;
           width: 680px;
           background-color: white;
           background-image: url(../../../buttons/images/neutral/footer_neutral.gif);
           background-repeat: no-repeat;
           background-position: center;
         }

           
