/* ################## PAGE_HEAD_CONTENT_HEAD #################### */

#page_head_content_head{
  background-color: #ffc400;
  height: 68px;
  border-bottom: 10px solid #fff;
}

#page_head_content_head .content_object h2{
  width: 590px;
  color: #000;
  float: left;
  padding: 16px 0px 5px 20px;
}

#page_head_content_head .content_object img{
  float: right;
  border-left: 10px solid #fff;
}

#page_body_container{
  background: url(/static/img/verdi22b/twocol_background.gif) repeat-y top left;
}

/* #####################      PAGE_BODY_MAIN_CONTENT       ################## */

#page_body_main_content{
  width: 610px;
  border-right: 10px solid #fff;
  float: left;
}

#page_body_main_content .content_object h2{
  padding-bottom: 12px;
}

#page_body_main_content .content_object{
  background-color: #d7d7be;
  position:relative;
  margin: 0 0 20px 0;
  padding: 20px;
}

#page_body_main_content .video_content{
  margin-bottom: 20px;
}

#page_body_main_content .teaser_video{
  padding: 0px;
}

#page_body_main_content .teaser_video .video_info{
  padding: 15px 10px 0 10px;
}

#page_body_main_content .teaser_video .video_info .richtext{
  margin-bottom: 10px;
}

#page_body_main_content .teaser_video .video_info .extra_link{
  margin-bottom: 5px;
}

#page_body_main_content .teaser_video .video_info .extra_link a{
  padding-left: 22px;
  background: url(/static/img/verdi22b/icons/next_dunkel_12x12.gif) no-repeat 0 2px;
}

#page_body_main_content .teaser_video .video_info .richtext a{
  padding-left: 18px;
  background: url(/static/img/verdi22b/icons/next_dunkel_12x12.gif) no-repeat 2px 2px;
}



/* ###################    PAGE_BODY_RIGHT_CONTENT     ############## */

#page_body_right_content {
  background-color: #464648;
  width: 300px;
  float: right;
}

#page_body_right_content .rt_ext_inh{
  color: #fff;
  padding: 10px;
}

#page_body_right_content .rt_ext_inh a,
#page_body_right_content .rt_ext_inh a:visited{
  color: #fff;
}

#page_body_right_content .rt_ext_inh a:hover,
#page_body_right_content .rt_ext_inh a:focus,
#page_body_right_content .rt_ext_inh a:active{
  color: #D42121;
}

#page_body_right_content .video_teaser{
  position: relative;
  border-bottom: 8px solid #fff;
}

.msie6 #page_body_right_content .video_teaser{
  position: relative;
  border-bottom: 5px solid #fff;
}

#page_body_right_content .video_list .video_teaser h2{
  position: absolute;
  bottom: -2px;
  font-size: 1.1em ;
  font-family: arial;
  background: #fff;
  padding: 4px;
  padding-bottom: 0px;
}

.msie7 #page_body_right_content .video_list .video_teaser h2{
  bottom: 0px;
}

.msie6 #page_body_right_content .video_list .video_teaser h2{
  bottom: 5px;
}

#page_body_right_content .video_list .video_teaser h2 a,
#page_body_right_content .video_list .video_teaser h2 a:visited{
   color: #464648;
}

#page_body_right_content .video_list .video_teaser h2 a:hover,
#page_body_right_content .video_list .video_teaser h2 a:focus,
#page_body_right_content .video_list .video_teaser h2 a:active{
  color: #D42121;
}


#page_body_meta{
  border-top: 10px solid #fff;
  padding: 0;
}

.safari #page_body_content_container{
  margin-bottom: -10px;
}


.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    top: 34px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    list-style: none;
    width: 300px;
    height: 178px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next,
.jcarousel-prev {
    z-index: 3;
    display: none;
}

 .jcarousel-container {
    background: #fff;
}

.jcarousel-container-vertical {
    width: 300px;
    height: 594px;
}

.jcarousel-clip-vertical {
    width:  300px;
    height: 534px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 300px;
    height: 26px;
    cursor: pointer;
    background: transparent url(/static/img/verdi22b/video_gallery/jc_next.png) no-repeat 0 0;
}

.jcarousel-next-vertical:hover {
    background-position: 0 -26px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -52px;
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -78px;
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 26px;
    cursor: pointer;
    background: transparent url(/static/img/verdi22b/video_gallery/jc_prev.png) no-repeat 0 0;
}

.jcarousel-prev-vertical:hover {
    background-position: 0 -26px;
}

.jcarousel-prev-vertical:active {
    background-position: 0 -52px;
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -78px;
}

