  body {
    background-image: url(../imgs/background.gif);
    font-size: 12px;
    font-family: Arial,Verdana,sans-serif;
    color: #666666;
    margin: 10px; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
    min-width: 1000px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }
  
  .framework {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 1000px;
    margin-top: 10px;
    background-color: #CCCCCC;
    background:url(../imgs/background_content.gif) center;
  }  

  .headernavigation {
    float: left;
    font-size: 11px;
    width:795px;
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 3px 205px;
    background:url(../imgs/background_headernavigation.gif) center;
  }

  .headerlink{
    z-index:9;
    clear:both;
    display:block;
    width:83px;
    height:63px;
    position:relative;
    top:-103px;
    left:853px;
  }

  .globalnavigationlink {
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    background:url(../imgs/global_link.gif) no-repeat left center;
    padding-left:7px;
    padding-right:6px;
    font-weight: bold; 	  
  }

  .globallink {
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    padding-left:6px;
    padding-right:6px;
    font-weight: bold; 	  
  }    
  
  div#typenavigation {
    width:1000px;
    height:20px;
    min-height:20px;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  
  
  div#breadcrump {
    width:1000px;
    height:50px;
    min-height:50px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
 

  div#footer {
    width:1000px;
    height:115px;
    min-height:115px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background:url(../imgs/background_content.gif);
  }


  div#content {
    float: left;
    z-index:2;
    width:780px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    text-align: justify;
  }
  

  div#portraitgrafic {
    float: left;
    z-index:2;
    width:800px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    text-align: justify;
  }
  
  .contentarea {
    width:800px;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    background-color: #FFFFFF;
    text-align: justify;
  }

  
  div#contentend {
    width:779px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    background-color: #EBEBEB;
    font-family: Georgia, Times New Roman, Times, serif;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
  }
  
  
  
  div#title {
    width:780px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    background-color: #EBEBEB;
    font-family: Georgia, Times New Roman, Times, serif;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
  }
  
  
  div#fooder {
    width:800px;
    height:100px;
    min-height:100px;
    margin: 0px 0px 0px 200px;
    padding: 5px 0px 0px 0px;
    text-align: center;
    background-color: #EBEBEB;
  }
  
  .image_border {
    border-style: solid;
    border-color: #666666;
    border-width: 1px;
  }
  
  div#spacer {
    margin-top: 15px;
  }

  .spacer {
    margin-top: 15px;
  }
