
                               /*BODY*/
    
body {

       background-color: white;
       background-image: url(logo_alboomy3_2.png);
       background-repeat: no-repeat;
       background-position: center;
       background-attachment: fixed;
       line-height: 20px;
}

                               /*BOX*/
                               
.box {
          
          color: #000000;
          font-family: arial, verdana, sans-serif;
          font-weight: bold;
          height: 500px;
          width: 800px;
          top: 50%;
          left: 50%;
          margin-top: -250px;
          margin-left: -400px;
          padding-top: 30px;
          padding-bottom: 20px;
          position: absolute;
          text-align: justify;
          
}

.box2 {

          color: #a91500;
          font-family: arial, verdana, sans-serif;
          font-weight: bold;
          font-style: italic;
          font-size: 80px;
          height: 500px;
          width: 1100px;
          top: 50%;
          left: 50%;
          margin-top: -100px;
          margin-left: -550px;
          padding-top: 30px;
          position: absolute;
          text-align: center;
          
}
          
.facebook {

           position: absolute;
           top: 630px;
           left: 70px
}

                               /*TABELLE*/
                               
table {

        table-layout: fixed;
        width: 500px;
        border-spacing: 20px;
        margin-top: 20px;
        font-family: arial,verdana,sans-serif;
        font-size: 15;
        font-weight: bold;
        
        
}

                               /*LINK*/
                               
a:link {

         color: #6d6d6d;
         text-decoration: none;

}

a:active {

           color: #c7c7c7;
           text-decoration: none;
           
}

a:visited {

           color: #6d6d6d;
           text-decoration: none;
            
}

a:hover {

           color: #c7c7c7;
           text-decoration: none;
           
}
  
