/*
 * stylesheet for tool401 quickmaster
 * content design
 * (c) www.wegewerk.com
 * ww.edit cms
 * created: 20100611 bms
 */


/* ############################################# */
/* ############    CONTENT DESIGN    ########### */
/* ############################################# */


/* --------- */
/* - FIXES - */
/* --------- */


/* richtext darf hier fuer die ies auf keinen fall auf 1% gesetzt werden */
.msie .content_object,
.msie .teaser,
.msie .rt_dbl,
.msie6 .richtext ul,
.msie6 .richtext ol {
  height: 1%;
}

.msie .content_object img{
  margin-bottom: -3px;
}

/* bei listen neben einem bild patzt der FF sonst bei der verlinkung */
.img_container,
.video_container {
  position: relative;
  z-index: 10;
}


/* -------------------------- */
/* - Seitenweites CO-Design - */
/* -------------------------- */
.topic{
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-family: Georgia, Times, serif;
  font-weight: normal;
}

h2 a,
.topic a {
  font-weight: normal !important;
}

.content_object{
  margin: 0 5px 15px 5px;
  padding: 10px;
  background: #fff;
  position: relative;
}

.richtext{
  line-height: 1.4em;
}

.richtext p{
  margin-bottom: 10px;
}

.richtext ol {
  padding: 0 0 0 28px;
  margin: 0 0 10px 0;
  overflow: auto; /* fuer floating neben Bildern */
}

.richtext ul {
  padding: 0 0 0 28px;
  margin: 0 0 10px 0;
  overflow: auto; /* fuer floating neben Bildern */
  list-style-image: url(/static/img/tool401/icon_set_1/icon_list_item.png);
}

.richtext table{
  border-collapse: collapse;
}

.richtext table td{
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align : top;
  min-width: 100px;
}

.img_container,
.video_container{
  float: left;
  margin: 0 20px 8px 0;
}

.img_info_container{
  clear: both;
  min-height: 1.2em;
  position: relative;
  font-size: .9em;
  color: #666;
}

.msie6 .img_info_container{
  height: 1.2em;
}

.img_rights{
  position: absolute;
  top: 0;
  right: 0;
  cursor: help;
}

.img_caption{
  font-size: .93em;
  padding: 2px 1px;
  color: #666;
}

.img_caption_with_rights{
  padding-right: 15px;
}

.extra_link {
  margin: 3px 0 3px;
}

.extra_link a,
.extra_link a:visited{
  color: #fff;
  background: #ff1c21 url(/static/img/tool401/icon_set_1/bg_extra_link.png) no-repeat right center;
  padding: 2px 20px 2px 5px;
}

.extra_link a:hover,
.extra_link a:focus,
.extra_link a:active{
  background-color: #333;
  text-decoration: none;
}


a.img_link img {
  display: block;
}

a.img_link,
a.img_link img {
  overflow: hidden;
}

a.img_link,
a.img_link img {
  float: left;
}

a.img_link:focus{
  border: 1px solid #ff1c21;
}

a.img_link:focus img{
  margin: -1px;
}

/* ------------- */
/* - Linkliste - */
/* ------------- */
.linklist ul{
  list-style: none;
}

.linklist li{
  margin-bottom: 5px;
}

.linklist li a,
.linklist li a:visited{
  background: url(/static/img/tool401/icon_set_1/icon_linklist_item.gif) no-repeat center left;
  padding: 2px 0 2px 35px;
}

.linklist li a:hover,
.linklist li a:focus,
.linklist li a:active{
  background-image: url(/static/img/tool401/icon_set_1/icon_linklist_item_hover.gif);
}

.linklist_move_up{
  position: relative;
  top: -15px;
  margin-bottom: 0;
  background: #fff url("/static/img/tool401/bg_topic_main.png") no-repeat 10px 2px;
}


/* ------------------ */
/* - PAGE_BODY_MAIN - */
/* ------------------ */
#page_body_main_container .topic{
  background: url(/static/img/tool401/bg_topic_main.png) no-repeat left bottom
}

/* ---------------- */
/* - MAIN_FEATURE - */
/* ---------------- */

#page_body_main_content_feature{
  margin: 0 5px 10px 5px;
  background: #191919;
}

#page_body_main_content_feature .content_object {
  margin: 0;
}

#page_body_main_content_feature .co_effect_wrapper{
  position: relative;
  height: 420px;
  width: 850px;
}

#page_body_main_content_feature .co_effect_wrapper .content_object{
  position: absolute;
  top: 0;
  left: 0;
  width: 850px;
  height: 390px;
  display: none;
  overflow: hidden;
}

#page_body_main_content_feature .co_effect_wrapper .content_object h2{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  color: #fff;
  background-color: #181818;
  padding: 2px 15px;
  font-size: 2em;
}

#page_body_main_content_feature .co_effect_wrapper .content_object .img_container{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* automatische border */
#page_body_main_content_feature .co_effect_wrapper .content_object .img_container,
#page_body_main_content_feature .co_effect_wrapper .content_object .img_container img{
  display: block;
  float: left;
  overflow: hidden;
}

#page_body_main_content_feature .co_effect_wrapper .content_object .img_container{
  height: 390px;
  width: 850px !important;
}

#page_body_main_content_feature .co_effect_wrapper .content_object .img_container .img_link{
  margin: -1px;
}

/* / automatische border */

#page_body_main_content_feature .co_effect_wrapper .content_object .richtext{
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  font-weight: bold;
  font-size: 1.2em;
  width: 550px;
}

#page_body_main_content_feature .co_effect_wrapper .content_object .richtext p{
  margin-bottom: 0px;
  line-height: 1.5em;
}

#page_body_main_content_feature .co_effect_wrapper .content_object .richtext span.rt_wrapper{
  background: #ff1c21;
  padding: 1px 2px;
}


#page_body_main_content_feature .co_effect_wrapper .co_count{
  position: absolute;
  bottom: 10px;
  left: 30px;
  z-index: 2;
  font-size: 0.9em;
  color: #ccc;
}

#page_body_main_content_feature .co_effect_wrapper .pause,
#page_body_main_content_feature .co_effect_wrapper .play{
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 2;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

#page_body_main_content_feature .co_effect_wrapper .pause{
  background: #ccc url(/static/img/tool401/icon_set_1/icon_pause.gif) 0 0 no-repeat;
}

#page_body_main_content_feature .co_effect_wrapper .pause:hover,
#page_body_main_content_feature .co_effect_wrapper .pause:focus,
#page_body_main_content_feature .co_effect_wrapper .pause:active{
  background: #ff1c21 url(/static/img/tool401/icon_set_1/icon_pause.gif) 0 -13px no-repeat;
}

#page_body_main_content_feature .co_effect_wrapper .play{
  background: #ccc url(/static/img/tool401/icon_set_1/icon_play.gif) 0 0 no-repeat;
}

#page_body_main_content_feature .co_effect_wrapper .play:hover,
#page_body_main_content_feature .co_effect_wrapper .play:focus,
#page_body_main_content_feature .co_effect_wrapper .play:active{
  background: #ff1c21 url(/static/img/tool401/icon_set_1/icon_play.gif) 0 -13px no-repeat;
}

#page_body_main_content_feature .co_effect_wrapper .co_display_status{
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: 2;
}

#page_body_main_content_feature .co_effect_wrapper .co_display_status_item{
  width: 13px;
  height: 13px;
  background: #ccc;
  float: left;
  margin-left: 5px;
  -moz-transition: background-color .1s linear;
  -webkit-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  transition: background-color .1s linear;
}

#page_body_main_content_feature .co_effect_wrapper .co_display_status_item:hover,
#page_body_main_content_feature .co_effect_wrapper .co_display_status_item:focus,
#page_body_main_content_feature .co_effect_wrapper .co_display_status_item:active,
#page_body_main_content_feature .co_effect_wrapper .co_display_status_item_active{
  background-color: #ff1c21;
  cursor: pointer;
  -moz-transition: background-color .1s linear;
  -webkit-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  transition: background-color .1s linear;
}



/* --------------------------------- */
/* - PAGE_BODY_MAIN_CONTENT_NORMAL - */
/* --------------------------------- */
#page_body_main_content_normal .img_container + .co_body_text {
  position: relative;
  top: -3px;
}

#page_body_main_content_normal .ext_teaser_double .ext_teaser_left,
#page_body_main_content_normal .ext_teaser_double .ext_teaser_right{
  width: 285px;
}

#page_body_main_content_normal .ext_teaser_double .ext_teaser_left{
  float: left;
}

#page_body_main_content_normal .ext_teaser_double .ext_teaser_right{
  float: right;
}


#page_body_main_content_feature .ext_teaser_double .content_object,
#page_body_main_content_normal .ext_teaser_double .content_object
{
   margin-left: 0;
   margin-right: 0;
   padding: 0;
}

#page_body_main_content_normal .ext_teaser .img_container + .co_body_text{
  float: right;
  width: 285px;
}

#page_body_main_content_normal .pl_item .img_container + .co_body_text{
  float: right;
  width: 460px;
}

#page_body_main_content_normal .pl_item .video_container + .co_body_text{
  float: right;
  width: 370px;
}




/* pagelist */

ul.list_results {
  list-style: none;
}

ul.list_results .pl_item {
  list-style: none;
  padding: 10px;
}

#page_body_main_content_normal .pagelist .list_results li.even{
  background-color: #ededed;
}

/* browse_list */
#page_body_main_content_normal .browse_list_upper{
  background: url(/static/img/tool401/bg_topic_main.png) no-repeat 0 20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#page_body_main_content_normal .browse_list_lower{
  background: url(/static/img/tool401/bg_topic_main.png) no-repeat 0 0px;
  padding-top: 5px;
  margin-top: 5px;
}

#page_body_main_content_normal .browse_list .list_result_text{
  float: left;
}

#page_body_main_content_normal .browse_list .browse_list_container{
  float: right;
}

#page_body_main_content_normal .browse_list li{
  list-style: none;
  display: inline;
}

#page_body_main_content_normal .browse_list li a,
#page_body_main_content_normal .browse_list li span{
  padding: 0 3px;
}

#page_body_main_content_normal .browse_list li a{
  color: #999;
}

#page_body_main_content_normal .browse_list li a:hover,
#page_body_main_content_normal .browse_list li a:focus,
#page_body_main_content_normal .browse_list li a:active{
  color: #333;
}

#page_body_main_content_normal .browse_list li span{
  color: #000;
  font-weight: bold;
}

#page_body_main_content_normal .browse_list li span.separator{
  padding: 0;
  color: #999;
  font-weight: normal;
}

a.path {
  font-style: italic;
}

.search_hit{
  background-color: #ff1c21;
  color: #fff;
  padding: 0 2px;
}

/* --------------------------- */
/* - PAGE_BODY_RIGHT_CONTENT - */
/* --------------------------- */

#page_body_right_content .topic{
  background: url(/static/img/tool401/bg_topic_right.png) no-repeat 0 23px;
}

#page_body_right_content .topic,
#page_body_right_content h2{
  font-size: 1.2em;
}

#page_body_right_content .img_container{
  margin-right: 10px;
}

#page_body_right_content .img_container + .co_body_text {
  position: relative;
  top: -3px;
}

#page_body_right_content .ext_teaser .video_container {
  margin-bottom: 8px;
}

#page_body_right_content ul.list_results .pl_item {
  padding-left: 0;
  padding-right: 0;
}

