/* CSS Document */
/* Die Voreinstellungen der Browser l�schen */
body {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 62.5%; 
background-color: #fff;
color: #000;
}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre, img {
margin: 0;
padding: 0;
}
p, li, h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-size: 1em;
}

/* Blauen Rahmen um Linkgrafiken entfernen*/
a img {border:none;}

/* Das Layout */

  body
  {

    text-align: center;
    background-color: #000000;
  }
  
  #container
  {
    margin: 1em auto;
    width: 1150px;
    #height: 500px;
    text-align: left;
  
    
  }
  
  #top_corner 
  {
    float:left;
    height: 150px;
    overflow:hidden;
    width: 50px;
  

  }
  
    #top_logo
  {
    float: right;
    width: 1000px;
    overflow:hidden;
    height: 100px;
    text-align:center;
    vertical-align:middle;
      
    
  }
  
    #main_menu
  {
    float: right;
    width: 970px;
    overflow:hidden;
    height: 50px;
    margin-left: 30px;
    
    
    
  }


  
    #side_menu
  {
    float: left;
    width: 150px;
    overflow-x:hidden;
    overflow-y:hidden;
    /* Mindestens 300px, wenn mehr, dem Inhalt anpassen, Konstruktion für IE und Firefox*/
    #min-height:50px;
    height:auto !important;
    /*height: 300px;*/
    
    
  }
    
  
  #content
  {
    float:right;
    width:1000px;
    #overflow-x:hidden;
    /* Mindestens 300px, wenn mehr, dem Inhalt anpassen, Konstruktion für IE und Firefox*/
    min-height:300px;
    height:auto !important;
    /*height: 300px;*/
    overflow:hidden;
    border-top:1px solid #D0D0D0;
    
    
  }
  

  
  #content_right
  {
    float:right;
    width:300px;
    overflow-x:hidden;
    /* Mindestens 300px, wenn mehr, dem Inhalt anpassen, Konstruktion für IE und Firefox*/
    min-height:300px;
    height:auto !important;
    /*height: 300px;*/
    
    
  }

#content_left 
  {
    float:left;
    text-align:left;
    width:700px;
    overflow-x:hidden;
    /* Mindestens 300px, wenn mehr, dem Inhalt anpassen, Konstruktion f�r IE und Firefox*/
    min-height:300px;
    height:auto !important;
    /*height: 300px;*/
    
      
    
  }
  
  #bottom_corner
  {
    float:left;
    width:150px;
    overflow-x:hidden;
    /* Mindestens 300px, wenn mehr, dem Inhalt anpassen, Konstruktion für IE und Firefox*/
    min-height:500px;
    height:auto !important;
    #height:50px;
    
  }
  
  #footer
  {
    float:right;
    width:700px;
    overflow-x:hidden;
    /* Mindestens 300px, wenn mehr, dem Inhalt anpassen, Konstruktion für IE und Firefox*/
    min-height:50px;
    height:auto !important;
    height:50px;
    
  }
