/* (c) 2005 StudentInnenschaft der Universitaet Bern */

ul#organigram {
  display: block;
  position: relative;
  width: 322px;
  height: 430px;
  margin: 0 auto;
  padding: 0;
  background-repeat: no-repeat;
  list-style: none;
  background: url('common/img/org/org.png');
}

ul#organigram li {
  position: absolute;
}

ul#organigram a {
  display: block;
  background-repeat: no-repeat;
  text-decoration: none;
  height: 52px;
}

ul#organigram li a:hover {
  background-position: 0 -52px;
}

ul#organigram span {
  position: absolute;
  left: -10000px;
}

#orgSt { width: 322px; top: 222px; left: 0px; }
#orgFa { width: 102px; top: 112px; left: 220px; }
#orgSR { width: 212px; top: 112px; left: 0px; }
#orgVS { width: 102px; top: 2px; left: 0px; }
#orgKo { width: 102px; top: 2px; left: 110px; }
#orgMi { width: 102px; top: 2px; left: 220px; }

#orgSt a { background: url('common/img/org/orgSt.png'); }
#orgFa a { background: url('common/img/org/orgFa.png'); }
#orgSR a { background: url('common/img/org/orgSR.png'); }
#orgVS a { background: url('common/img/org/orgVS.png'); }
#orgKo a { background: url('common/img/org/orgKo.png'); }
#orgMi a { background: url('common/img/org/orgMi.png'); }


