/* ##### UL/OL/LI All Lists START ##### */

OL LI
  {
  }

UL
  {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  list-style-image: url("../images/bullet_ul_02.gif");
  }

LI
  {
  margin: 5px 0px 0px 10px;
  }

.filmstrip LI
  {
  margin: 0px;
  padding: 0px;
  }


.ulnoliststyle
  {
  list-style: none;
  list-style-image: none;
  }

.vmargin
  {
  margin: 10px 0px 10px 0px;
  }

LI A, LI A:visited
  {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  color: #d1d2d5;
  text-decoration: none;
  background: url("../images/bullet_inactive.gif") 0px 3px no-repeat;
  }

LI A:hover, LI A:active
  {
  color: #ff6600;;
  text-decoration: none;
  background: url("../images/bullet_active.gif") 0px 4px no-repeat;
  }

LI.link_current
  {
  font-weight: bold;
  padding: 0px 0px 0px 15px;
  color: #ff6600;;
  text-decoration: none;
  background: url("../images/bullet_chosen.gif") 0px 4px no-repeat;
  }


/* UL Navi und Top */

#topbar_sublinks UL
  {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  list-style: none
}

#topbar_sublinks LI
  {
  margin: 0px 15px 0px 0px;
  float: right;
  }

#navigation UL
  {
  list-style: none;
  list-style-image: none;
  background: none;
  margin: 0px 0px 0px 25px;
  padding: 5px 0px 0px 0px;
  }

#navigation LI
  {
  float: left;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  background: none;
  }
/* ##### UL/OL/LI All Lists END ##### */



