.question, .answer, .raetsel_detail { 
  overflow: auto;
}

.raetsel_detail {
  margin-bottom: 40px;
}

.raetsel_detail h2 {
  font-size: 90% !important;
  font-weight: normal;
  color: #666;
}

.question, .answer {
  font-size: 150%;
  line-height: 1.2;
  color: darkred;
}

.question {
  margin-left: 120px;
}

.question .img {
  width: 110px;
  float: left;
  text-align: right;
}

.question .txt{
  width: 300px;
  float: left;
  padding-left: 80px;
  min-height: 144px;
  background: url(/media/images/scherze/fragezeichen-computer.gif) no-repeat;
}

.answer .img {
  width: 160px;
  float: left;
  padding-left: 0px;
}

.answer .txt {
  display: None;
  padding-top: 20px;
  max-width: 380px;
  float: left;
}

#toggle_a {
  cursor: pointer;
}

.raetsel_navi {
  margin-top: 20px;
  text-align: center;
}

.raetsel_navi a:first-child {
  margin-right: 30px;
}

.answer .pkt {
  padding-top: 80px;
  font-weight: bold;
  float: left;
}


