
/*
----------------------------------------------------------------
      Designer &      
      Programmer:   Dirk Schulte
      URL:                www.schulte-design.com
      Date:              31.07.2006
      last update:    07.08.2006

----------------------------------------------------------------- */
     
      * {
      margin: 0;
      padding: 0;
      border: 0;
      }
      
      body {
      background-color: #fff;
      text-align: center;                                       /* IE austricksen*/
      background-image: url(pics/kachel.gif);
      background-repeat: repeat-x;
      background-position:  0 396px; 
      font-size: 12px;
      font-family: "Lucida Grande",  Arial;  
      line-height: 1.4em;
      }
  
      #wrap {
      width: 760px;
      margin: 0 auto;
      height: 460px;
      border: 0px solid #333;
      }
      
      /* Content */

      #content {
      float: left;
      width: 760px;
      }
      
      /* Allgemein */
      
      embed, object, img.noflash {
      margin-top: 100px;
      margin-left: auto;
      margin-right: auto;      
      }
      
      a, a:hover{
      border: 0;
      text-decoration: none;
      }
      
      

