
/* body und allg. tags */

html,body {
  overflow:auto;
}

/* allg. class */


/* allg. layer */

#um_alles {
  width:1010px;
  height:100%;
}

  /* header */

  #logo_pos {
    width:157px;
  }

  /* navi */

  #un_1, #un_2, #un_3, #un_4, #un_5, #un_6 {
    top:100px;
  }
  .a_un_item {
    cursor:pointer;                /* für ie 6*/
  }
  .un:hover {
    color:#9c9c9c;
  }
  .ie6_un_abstand {
    height:5px;
    font-size:1px; line-height:1px;
    background-color:white;
  }

  /* content navi links */

  #cont_navi_li_pos {
  }
  #cont_navi_li {
    padding:35px 15px 0px 30px;
  }

  /* content */

  #content_pos {
    overflow:auto;
    height:100%;
    width:850px;
  }

  #content_mi {
    width:555px;
  }

    /* multimedia  */



  /* bild rechts */

  .hg_bild_re {
    background-repeat:no-repeat;
    background-position:bottom right;
  }


  /* footer */


  
  
