  body { 
    color: white;
    font-family: 'Arial Black', 'sans-serif';
    background-color: #1b315d; 
    margin: 0;
    padding-bottom: 2em;
    text-align: center;
    }
    
  h1,p { text-align: left; }
      
  
  h1, h2, h3 {
    font-size: 12pt;
    }
    
  p, li {
    font-size: 10pt;
    }
    
  #wrapper{ 
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
    border: none;
    padding: none;
    }
    
  #headwrap {
    margin: 0 auto;
    width: 800px;
    }
    
  #head {
    border: 2px solid white;
    border-bottom: none;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 120px;
    background: url("pics/logo-420x90.png") no-repeat 95% 50%; 
    }
  #stripewrap {
    width: 100%;
    height: 150px;
    background-color: white;
    }
  
  #stripe {
    background: white url("pics/verlauf-800x5.png") repeat-y center;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
  
  
  #stripepic {
    height: 150px;
    background: url("pics/kronleucht-400x150.jpg") no-repeat center;
    }
    
  #main {
    border: 2px solid white;
    border-top: none;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
    padding-top: 1em;
    }
    
  #left {
    width: 200px;
    height: 400px;
    float: left;
    }
    
  #right {
    font-size: 8pt;
    width: 190px;
    float: right;
    text-align: left;
    }
    
  #right p {
    font-size: 8pt;
    }
    
  #center {
    width: 380px;
    min-height: 400px;
    margin-left: 210px;
    }

  #impressum {
    text-align: left;
    }
    
  .homelink {
    display:inline-block;
    width:100%;
    height:100%;
    }
    
  #footer {
    text-align: left;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    }
    
    
  #footer a {
    font-size: 10pt;
    font-weight: normal;
    color: white;
    text-decoration: none;
    }