/* CSS Document */
/* ---------------------CONTAINER -----------------------------------*/  
  
  .bodytext {text-align: left;}
  
  #template_container
  {
    margin: 0em auto;
    width: 949px;
    background-color: #fff;
    height: 100%;
    min-height: 1000px;

  }
  
  #navi_oben_container
  {
    float: left;
    height: 266px;

  }
  
  #links
  {
    float: left;
    width: 200px;

    background-color: #eee;
  }
  
  #lila
  {
    float: left;
    width: 200px;
    height: 52px;
    background-color: #f1f1f2;
  }
  
  #weiss
  {
    float: left;
    width: 200px;
    height: 52px;
    background-color: #fff;
  }
  
  #logo
  {
    float: left;
    width: 200px;
    height: 162px;
    background-color: #fff;
  }
  
  #rechts
  {
    float: left;
    width: 749px;
    height: 264px;
    text-align: left;
  }
  
  #inhalt_container
  {
    float: left;
    width: 550px;
    text-align: left;
    background-color: #fff;
  }
  
  #rechts_container
  {
    float: left;
    width: 199px;
    background-color: #fff;
  }
  
  #links_container
  {
    float: left;
    width: 200px;
    background-color: #fff;
  }
  
  #lila_ueberchrift_links
  {
    float: left;
    width: 190px;
    height: 25px;
    background-color: #f1f1f2;
    padding-top:12px;
    padding-right: 10px;
    text-align:right;
  }
  
  #lila_ueberchrift_rechts
  {
    float: left;
    width: 189px;
    height: 25px;
    background-color: #f1f1f2;
    padding-top:12px;
    padding-left: 10px;
    text-align:left;
  }
  
  #suche
  {
    float: left;
    width: 190px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align:left;
  }
  
  #anschrift
  {
    float: left;
    width: 190px;
    padding-top:10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align:left;
  }
  
  #news_container
  {
    float: left;
    width: 200px;
    padding-top:10px;
    padding-right: 10px;
    padding-left:10px;
    padding-bottom: 10px;
    text-align:left;
  }
  
  
  
  
  
  
  
  
  
  