html,  body

<style type="text/css">
<!--

body {
  text-align: center; /* Zentrierung IE */
  azimuth: left-side;
    }

#seitenbereich {
  
  text-align:left;  /* Inhalt wieder links */
  margin: 0 auto;   /* Zentrierung mitte */
  margin-top: 50px;
  width: 780px;
  height: 130px;
  
  }
  
/* Logobereich  */

#logobereich 
    {
    height: 130px;
    border-radius: 10px;
    border-color: #2346FF;
    border-style: none;
    border-width: 10px;
    box-shadow: 5px 5px 5px #2346FF,
                -5px -5px 5px #2346FF,
                -5px 5px 5px #2346FF,
                5px -5px 5px #2346FF;
    }
    
#gelb 
    {
    float: left;
    background-color: #FFFF00;
    height: 6px;
    width: 580px;
    margin-top: 58px;
    }

#navirahmen 
    {
    background-color: #2346FF;
    width: 580px;
    height: 20px;
    margin-top: -40px;
    border-radius: 0px 5px 0px 5px;  
    }
    
#navi ul {list-style: none;}

#navi li 
    {
    float:left;
    font-size: 14px;
    font-family: Arial;
    font-style: italic;                     
    margin-left:10px;               
    width:auto;                     
    margin-top:1px;                /* Außenabstand oben  */
    }
    
#navi a {color: yellow;}

/* Hauptframe  */
 
#hauptframe 
    {
    margin-top: 20px; 
    border: thin;
    border-color: #2346FF;
    border-style: solid;
    text-align: center;
    height: auto;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #2346FF,
                -5px -5px 5px #2346FF,
                -5px 5px 5px #2346FF,
                5px -5px 5px #2346FF;
    }
              
#hauptframenavirahmen 
    {
    background-color: #2346FF;
    width: 580px;
    height: 20px;
    margin-top: -40px;
    border-radius: 0px 5px 0px 5px;
    margin-top: 20px;
    border: thin;
    border-color: #2346FF;
    border-style: solid;
    text-align: center;
    }
     
#grafik1 {
   
   
 }
 
#hauptframenavi ul {list-style: none;}
 
    #hauptframenavi 
    {
    float:left;
    font-size: 14px;
    font-family: Arial;
    font-style: italic;
    margin-left:10px;
    width:auto;
    margin-top:-10px;                /* Außenabstand oben  */
    }
    
#hauptframenavi a {color: yellow;}

 -->
</style>