/*
 * stylesheet for unsere-autos.de
 * overrides startseite
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20090608 bms
 * lastmodified: 20090720 bms
 */

#page_head_content_head {
  height: 335px;
  overflow: hidden;
}

#page_head_content_head .content_object{
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.msie6 #page_head_content_head .content_object{
  height: auto;
}

#page_head_content_head .content_object .co_body{
  height: 333px;
  background: #2d2d2d url(/static/img/vda10/verlauf_gross.jpg) no-repeat;
}

#page_head_content_head .content_object .co_body_top{
  position: absolute;
  height: 200px;
  bottom: 143px;
}

#page_head_content_head .content_object .slogan_container{
  position: absolute;
  bottom: 0px;
}

#page_head_content_head .content_object .co_body_bottom{
  width: 468px;
  position: absolute;
  top: 200px;
  left: 20px;
}

#page_head_content_head .richtext {
  font-size: 1.1em;
}

#rotate_cos_terminal {
  position: absolute;
  display: none;
  width: 50px;
}

#rotate_cos_terminal .co_terminal_btn {
  position: relative;
  display: inline;
  height: 16px;
  width: 16px;
  cursor: pointer;
}

#page_body_main_container{
  position: static;
  margin: 0;
  padding: 0;
  width: 508px;
}


/* - timeline */
.scrollable_dock_container{
  width: 510px;
  height: 272px;
  overflow: hidden;
  background: url(/static/img/vda10/timeline/bg_timeline.jpg) repeat-x;
  position: relative;
}

.scrollable_dock_list_container .wait{
   position: absolute;
   left: 227px;
   top: 80px;
   background: white;
}

.scrollable_dock_list_container{
  width: 470px;
  height: 240px;
  overflow: hidden;
  padding: 0 !important;
  border: 0 !important;
  position: absolute;
  left: 20px;
  top: 10px;
}

.scrollable_dock_list_container ul{
  height: 240px;
}

.scrollable_dock_list_container li.scrollable_dock_item{
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 84px;
  border: 2px solid #fff;
  background: #fff;
  display: none;
}

.scrollable_dock_list_container .scrollable_dock_item img.teaser_img{
  width: 75px;
  height: 84px;
}

.msie6 .scrollable_dock_list_container .scrollable_dock_item img.teaser_img{
  margin-bottom: -3px;
}

.scrollable_dock_container .scrollable_dock_control{
  width: 470px;
  height: 48px;
  position: absolute;
  bottom: 2px;
  left: 20px;
}

.scrollable_dock_container .scrollable_dock_control .scrollbar{
  width: 470px;
  height: 48px;
  background: url(/static/img/vda10/timeline/bg_scrollbar_start.gif) repeat-x;
  position: absolute;
  top: 0;
}

.scrollable_dock_container .scrollable_dock_control .slider{
  position: absolute;
  top: 8px;
  height: 30px;
  width: 17px;
  background: url(/static/img/vda10/timeline/slider_start.gif) no-repeat;
}

.scrollable_dock_container .scrollable_dock_title_img{
  position: absolute;
  top: 0px;
  z-index: 100;
}

