
/*
----------------------------------------------------------------
      Designer &      
      Programmer:   Dirk Schulte
      URL:                www.schulte-design.com
      Date:              31.07.2006
      last update:    14.08.2006
----------------------------------------------------------------- */
     
      * {
      margin: 0;
      padding: 0;
      border: 0;
      }
      
      body {
      background-color: #fff;
      background-image: url(pics/bg.gif);
      background-repeat: repeat-x;
      background-position:  0% 0%; 
      text-align: center;                                       /* IE austricksen*/
      font-size: 12px;
      font-family: "Lucida Grande",  Arial;  
      line-height: 1.4em;
      }
  
      #wrap {
      width: 760px;
      margin: 0 auto;
      padding: 0;
      text-align: left;
      height: 550px;
      border: 0px solid #333;
      }
      
      #logo {
      padding-top: 38px;
      float: left;
      width: 297px;
      }

      #footer {
      float: left;
      width: 760px;
      height: 550px;
      }
      
      
      /* Logo */

      #logo a, #logo a:hover {
      background-color: transparent;
      border: 0;
      }
      
      
      /* Content */

      #content {
      float: left;
      width: 760px;
      padding: 0;
      text-align: center;
      margin-top: 0;
      }
      
      table {
      empty-cells: hide;   /* Leere Zellen nicht zeigen */
      width: 760px;
      vertical-align: top;      
      border: 0px solid #333;
      }
      
      tr, td {
      vertical-align: top;
      padding: 5px 10px 5px 10px;
      border: 0px solid #333;
      }
      
      td.righthead {
      padding: 15px 10px;
      color: #275e95;
      font-weight: normal;
      font-size: 2.2em;      
      text-align: left;
      }
      
      td.left {
      width: 267px; 
      text-align: right;
      color: #275e95;
      }
      
      td.linie {
      width: 4px;
      height: auto;
      padding: 0;      
      background: #fff url(pics/trenner.gif) no-repeat 0 -550px;
      }
      
      td.right {
      text-align: left;
      color: #666;
      }
      
      td.rightbig {
      padding: 5px 10px 15px 10px;
      text-align: left;
      color: #666;
      }            
      
      /* Allgemein */
      
      p {
      padding: 0 0 12px 0;
      }
      
      p.boxtext {
      padding-left: 15px;
      color: #275e95;
      }
      
      h1 {
      padding: 10px 15px 15px 15px;
      color: #275e95;
      font-weight: normal;
      font-size: 2.2em; 
      }      
      
      a {
      color: #b91908;
      text-decoration: none;
      border-bottom: 1px dotted #b91908;
      }
        
      a:hover {
      color: #fff;
      background-color: #275e95;
      }      

      embed {
      margin-left: auto;
      margin-right: auto;      
      }
      

