/*
 * stylesheet for wir-thueringen.de
 * content design
 * (c) www.wegewerk.com
 * created:      20100208 rbf
 * lastmodified: 20100222 bms
 */


/* --------- */
/* - 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{
  position: relative;
  z-index: 10;
}




/* -------------------------- */
/* - Seitenweites CO-Design - */
/* -------------------------- */
#page_container{
  font-size: .77em;
}

.content_object,
.teaser,
.rt_dbl{
  margin: 0 0 20px 0;
}

.richtext{
  line-height: 1.4em;
}


.firefox .richtext ol,
.firefox .richtext ul {
  overflow: auto;
}

.richtext ol {
  padding: 0 0 0 30px;
  margin: 0 0 20px 0;
}

.richtext ul {
  padding: 0 0 0 18px;
  margin: 0 0 20px 0;
}

.img_container{
  float: left;
  margin: 0 10px 5px 0;
  position: relative;
}

.img_container_large_version{
  display: none;
}

.img_version_switch a.toggle_img_size{
  position: absolute;
  top: 0;
  right: 0;
}

.img_version_switch a.toggle_img_size{
  display: none;
}

.img_description,
.img_caption{
  font-size: .9em;
  padding: 2px;
  position: relative;
  padding-right: 10px;
}

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


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

/* extra_links */
.extra_link a,
.extra_link a:visited {
  color: #c20016;
  padding: 3px 0 3px 25px;
  /*display: block;*/
}


.topic{
  padding: 1px 6px;
  text-transform: uppercase;
  font-size: .9em;
}

.topic a,
.topic a:visited{
  color: #fff;
  font-weight: normal;
  display: block;
}

h2 a,
h2 a:visited{
  color: #000;
}


/* ------------- */
/* - PAGE_HEAD - */
/* ------------- */


#page_head_content_head h1{
  color: #c20016;
  font-size: .9em;
  font-weight: normal;
}

#site_title h2{
  color: #fff;
  font-size: 1em;
  margin: 0;
}


/* -------------------------- */
/* - PAGE_BODY_MAIN_CONTENT - */
/* -------------------------- */

#page_body_main_content .topic{
  color: #fff;
  background: #b91914;
}

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

#page_body_main_content .extra_link a{
  background: url(/static/img/tmwat10/icn_go_extra_link_main.gif) no-repeat 0 3px;
}

#page_body_main_content .pagelist{
  margin-bottom: 0;
}

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

#page_body_main_content .pagelist .main_teaser li{
  margin-bottom: 0px;
}

#page_body_main_content .pagelist ul{
  list-style-type: none;
}

#page_body_main_content .pagelist h2{
  font-size: 1.6em;
  margin: 6px 0;
}

/*
#page_body_main_content .pagelist h2 a{
  color: #3b6cb8;
}
*/

#page_body_main_content .pagelist .main_teaser h2{
  font-size: 2.1em;
  margin: 8px 0 10px 0;
}

#page_body_main_content .pagelist .extra_link{
  clear: both;
}


/* --------------------------- */
/* - PAGE_BODY_RIGHT_CONTENT - */
/* --------------------------- */
#page_body_right_content .content_object {
  background:  #fff url("/static/img/tmwat10/bg_co_right.gif") repeat-y top left;
  color: #333;
}

#page_body_right_content .topic{
  background: #333;
  color: #fff;
}

#page_body_right_content h2{
  margin-top: 0;
  color: #333;
}

#page_body_right_content .co_body{
  padding: 0 12px 12px 12px;
}

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

#page_body_right_content .extra_link a{
  background: url(/static/img/tmwat10/icn_go_extra_link_right.gif) no-repeat 0 1px;
}

/* linklist */
#page_body_right_content .co_head{
  padding: 12px 12px 0 12px;
}

#page_body_right_content .linklist .co_head h2{
  font-size: 1.3em;
}

#page_body_right_content .linklist ul li {
  padding-top: 8px;
  border-top: 1px solid #666;
  padding-bottom: 8px;
}

#page_body_right_content .linklist li:first-child {  /* see tmwat10_IE6_conditional.css for IE6 equivalent */
  border-top: none;
}

#page_body_right_content .linklist li:last-child {  /* see tmwat10_IE6_conditional.css for IE6 equivalent */
  padding-bottom: 0px;
}

#page_body_right_content .linklist li a,
#page_body_right_content .linklist li a:visited {
  color: #3a6cb8;
  font-size: 1.1em;
}


/* Newsletter registration box */
#page_body_right_content .rt_ext_displ_set_nl .co_head{
  padding: 18px 28px 0 28px;
}

#page_body_right_content .rt_ext_displ_set_nl .co_body{
  padding: 0 28px 18px 28px;
}

#page_body_right_content .rt_ext_displ_set_nl .co_head h2{
   padding: 0 0 10px 65px;
   background: url(/static/img/tmwat10/icn_newsletter.png) no-repeat left top;
}

/* editorial box */
#page_body_right_content .rt_ext_displ_set_editorial .bg_editorial_top{
  background: url(/static/img/tmwat10/bg_editorial_top.gif) no-repeat 10px 10px;
}

#page_body_right_content .rt_ext_displ_set_editorial .bg_editorial_bot{
  background: url(/static/img/tmwat10/bg_editorial_bot.gif) no-repeat 205px bottom;
}

/* pagelists */
#page_body_right_content .pagelist{
  background: #fff;
}

#page_body_right_content .pagelist ul.resultlist{
  list-style-type: none;
}

#page_body_right_content .pagelist .co_head,
#page_body_right_content .pagelist .co_body{
  padding: 0;
}

#page_body_right_content .pagelist .topic{
  background-color: #b91914;
}

#page_body_right_content .pagelist h2{
  font-size: 1.2em;
  padding: 5px 0 5px 6px;
  margin:0;
}

/*
#page_body_right_content .pagelist h2 a{
  color: #3b6cb8;
}*/

#page_body_right_content .pagelist .pl_item_separator{
  width: 20px;
  height: 1px;
  border-bottom: 1px solid #ccc;
}

#page_body_right_content .pagelist li .extra_link a{
  background: url(/static/img/tmwat10/icn_go_extra_link_main.gif) no-repeat 0 3px;
}

/* ----------------------- */
/* - PAGE_BODY_MAIN_FOOT - */
/* ----------------------- */
#page_body_main_foot {
  border-top: 1px solid #c8c8c8;
  padding: 10px 0;
}

#page_body_main_foot ul{
  list-style-type: none;
}

#page_body_main_foot li{
  display: inline;

}

#page_body_main_foot li a{
  margin-right: 20px;
  padding-top: 5px;
}

#page_body_main_foot li.print a{
  background: url(/static/img/tmwat10/icn_print_article.gif) no-repeat;
  padding-left: 30px;
}

#page_body_main_foot li.send a{
  background: url(/static/img/tmwat10/icn_send_article.gif) no-repeat;
  padding-left: 25px;
}


/* ------------- */
/* - PAGE_FOOT - */
/* ------------- */
#page_foot{

}

