.raetsel_detail { 
  width: 100%;
  overflow: hidden;
}

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

.raetsel_content {
  width: 100%;
  margin-top: 30px;
  overflow: auto;
}

.img {
  width: 39%;
  float: left;
}

.texts {
  width: 60%;
  float: right;
  font-size: 110% !important;
}


.answer {
  margin-left: 20px;
  margin-top: 20px;
  min-height: 144px;
}

.question {
  padding-top: 5px;
  padding-left: 70px;
  min-height: 100px;
  background: url(/media/images/scherze/fragezeichen-teekessel.gif) no-repeat;
}

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

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

#toggle_a {
  cursor: pointer;
}

.raetsel_navi {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}

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



