/******************************************************************************/
/* CSS Document zur Formatierung der Hauptcontainer                           */
/******************************************************************************/

html, body{
  text-align: center;
  font-family:verdana;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #fff;
  }
      
#main{
  position:relative;
  text-align: left;
  margin: 10px auto;
  width: 850px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-color: #fff;
  }
  
#languagemenu{
  z-index: 5;
  position: absolute;
  top: 170px;
  left: 790px;
  width: 60px;
  }

#header{
  float:none;
  width: 850px;
  height: 200px;
  background-image: url(/fileadmin/grafics/header.jpg);
  background-repeat: no-repeat;
  }
       
#content{
  width: 850px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top:0px;
  background-color: #fff;
  }

#content-left{
  float: left;
  width: 250px;
  margin-top: 0px;
  padding-top:0px;
  }

#content-middle{
  float: left;
  width: 600px;
  margin-top: 0px;
  padding-top:0px;
  }
  