body {
   margin: 0;
   padding: 0;
   text-align: center;
   min-width: 740px;
   background-color: #050845;
   color: white;
   font: small Verdana, Geneva, Helvetiva, Arial, sans-serif;
 }
 #wrapper {
    text-align: left;
    width: 800px;
    margin-top: 30px;
    margin-right: auto;    
    margin-bottom: auto;    
    margin-left: auto;
    background-color: #fdf8f2;
    color: #01407a;
    padding: 30px;
  }
#header {
    border-top: 1px solid #b9d2e3;
    border-bottom: 1px solid #b9d2e3;
    height: 1%;
  } 
#header-bottom ul {
    margin: 0;
    padding: 0 30px 0 0;
    text-align: right;
  }
#header-bottom li {
    display: inline;
    background-color: #fdf8f2;
    color: #050845;
  }
#header-bottom a:link, #header-bottom a:visited {  
    text-decoration: none;
    background-color: #fdf8f2;
    color: #050845;
  }   
#tagline {
    font-weight: bold;
    color: #050845;
    font-style: italic;
    margin: 0 0 0.5em 0;
    padding: 0 0 0 0.20px;
  }
#content {
    background-color: white;
    border: 1px solid #f0f0f0;
    padding: 0;
  }
#content .inner {
    margin: 50px;
  }
#content h1 {
    font-size: 215%;
    color: #01407a;
    padding: 0.3em 0 0.3em 30px;
    background-repeat: no-repeat;
    background-position: left center;
    border-top: 1px solid #c5d6e2;
    border-bottom: 1px solid #c5d6e2;
  }
#content h2 {
      font-size: 120%;
      font-weight: bold;
      font-family: Verdana, Geneva, Helvetiva, Arial, sans-serif;
      color: #032469;
      border-bottom: 1px solid #c5d6e2;
      margin: 1em 0 0 0;
    }
#content p {
    line-height: 1.6em;
  }
#content ul.liste {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 100%;
    color: #01407a;
    line-height: 1.5em;       
    padding-left: 20px;
  }
#content ul.liste1 {
    margin: 0;
    padding: 0;
    list-style: disc;
    font-size: 100%;
    color: #01407a;
    line-height: 1.5em;       
    padding-left: 20px;
  }  
#content a:link, #content a:visited {
    color: #113e61;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: bold;
  }
#content span.kursiv {
    font-style: italic;
  } 
#content span.caps {
    font-variant: small-caps;
    font-size: 100%;
  }  
#footer {
    width: 100%;
    margin-top: 10px;
  }
#footer p {
    font-size: 110%;
    text-align: center;
    font-weight: bold;
    color: white;
    margin: 0;
    padding: 0.2em 0 0.2em 0;
  }          
      
