/* ############################################# */
/* ############    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%;
}

/* --------- */
/* - Texte - */
/* --------- */

.richtext{
  line-height: 1.3em;
}

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

.richtext ul {
  padding: 0 0 0 18px;
  margin: 0;
  overflow: auto; /* fuer floating neben Bildern */
}

.wwquiz_question #page_body_main_content img {
  float: right;
}

.wwquiz_question h2 {
  float: left;
  width: 300px;
  margin-bottom: 0;
}

.wwquiz_question .q_short {
  width: 300px;
  float: left;
  margin-bottom: 20px;
}

.wwquiz_result h2,
.wwquiz_result .auswertung {
  width: 365px;
  margin-bottom: 0;
  margin-left: 25px;
}

.wwquiz_result h2 {
  margin-bottom: 0;
}

.wwquiz_result .auswertung {
  margin-bottom: 20px;
}

/* ------------- */
/* - Infolayer - */
/* ------------- */

.info_layer {
  width: 330px;
  font-size: 0.93em;
  text-align: left;
}

.il_top {
  height: 18px;
  background: url(/static/img/ver33/infolayer_oben.png) left top no-repeat;
}

.msie6 .il_top {
  background: url(/static/img/ver33/infolayer_oben.gif) left top no-repeat;
}

.il_mid {
  padding: 15px 35px 30px 35px;
  background: url(/static/img/ver33/infolayer_mitte.png) left top repeat-y;
}

.msie6 .il_mid {
  background: url(/static/img/ver33/infolayer_mitte.gif) left top repeat-y;
}

.il_bot {
  height: 14px;
  background: url(/static/img/ver33/infolayer_unten.png) left bottom no-repeat;
}

.msie6 .il_bot {
  background: url(/static/img/ver33/infolayer_unten.gif) left bottom no-repeat;
}

.viewport-right {
  margin-left: 60px;
}

.viewport-bottom {
  margin-top: 15px;
}

.viewport-right .il_top {
  background: url(/static/img/ver33/infolayer_oben_rechts.png) left top no-repeat;
}

.msie6 .viewport-right .il_top {
  background: url(/static/img/ver33/infolayer_oben_rechts.gif) left top no-repeat;
}

.viewport-bottom .il_top {
  height: 7px;
  background: url(/static/img/ver33/infolayer_oben_ohne.png) left top no-repeat;
}

.msie6 .viewport-bottom .il_top {
  background: url(/static/img/ver33/infolayer_oben_ohne.gif) left top no-repeat;
}

.viewport-bottom .il_bot {
  height: 21px;
  background: url(/static/img/ver33/infolayer_unten_links.png) left top no-repeat;
}

.msie6 .viewport-bottom .il_bot {
  background: url(/static/img/ver33/infolayer_unten_links.gif) left top no-repeat;
}

.viewport-bottom.viewport-right .il_bot {
  height: 21px;
  background: url(/static/img/ver33/infolayer_unten_rechts.png) left top no-repeat;
}

.msie6 .viewport-bottom.viewport-right .il_bot {
  background: url(/static/img/ver33/infolayer_unten_rechts.gif) left top no-repeat;
}

/* Weiterempfehlen-Link */
.rcmd {
  background: transparent url(/static/img/ver33/empfehlen.png) no-repeat left center;
  padding-left: 50px;
  line-height: 47px;
  margin: -7px 0 0 40px;
  cursor: pointer;
  font-size: 1.4em;
  font-family: Arial Bold, Arial, sans-serif;
  color: #d1031c !important;
  height: 47px;
  position: absolute;
  bottom: 33px;
  z-index: 4;
  left: 20px;
  width: 160px;
}