/*** Scrollable ***/
.scrollable {
  position:relative;
  overflow:hidden;
  width: 497px;
  height: 248px;
}
.tabs {
  width: 549px;
  height: 196px;
}
.breit {
  width: 765px;
  height: 248px;
}
.items {
  width:20000em;
  position:absolute;
}
.items div {
  float:left;
  width: 497px;
  height: 248px;
}
.tabs .items div {
  width: 549px;
  height: 196px;
}
.breit .items div {
  width: 765px;
  height: 248px;
}
.navitems {
  height: 13px;
  bottom: 0px;
  position:absolute;
}
.navitems a.browse {
  height: 13px;
  width: 25px;
  display: block;
  float: left;
  cursor: pointer;
}
.navitems a.prev {
  background: url(pfeile_links.jpg) no-repeat;
  margin-right: 5px;
}
.navitems a.next {
  background: url(pfeile_rechts.jpg) no-repeat;
}
.navitems a.disabled {
  visibility: hidden !important;
  display: none;
}
/*** Scrollable ***/


/*** Accordion ***/
#accordion h2 {
  margin: 0 0 10px 0;
  cursor: pointer;
}
#accordion div.pane {
  margin: 0 0 20px 0;
  width: 587px;
}
/*** Accordion ***/


/*** Tooltip ***/
.tooltip {
  position: absolute;
  display: none;
  height: 200px;
  width: 400px;
  z-index: 5;
  background: #fff;
  border: 1px solid #212121;
  padding: 16px;
}
/*** Tooltip ***/



