#content {
  position: absolute;
  top: 70px;
  left: 185px;
  padding: 10px 250px 20px 30px;
  z-index: 0;
}

#content .csc-header h1 {
/*   padding-top: 0.5em; */
  margin: 1.5em 0 .5em 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 120%;
  color: #1e468c;
}

#content .csc-header h1.csc-firstHeader {
  margin: .5em 0;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bolder;
  font-size: 160%;
}  

#content .bodytext {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
  margin: .5em 0;
/*   text-align: justify; */
  line-height: 1.2em;
/*   text-indent: 1.5em; */
}

#content .tx-indexedsearch {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
  margin: .5em 0;
  line-height: 1.2em;
} 


#content table {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 80%;
  margin: .5em 0;
  line-height: 1.2em;
} 

#content tr.user-jungenarbeit-pi1-listrow-header {
  background-color: #f0f9f0;
  font-size: 110%;
  text-align: center;
}

#content tr.user-jungenarbeit-pi1-listrow-odd {
  background-color: #90b9e0;
}

#content tr {
  background-color: #a0c9f0;
}

#content .bodytext a {
  color: #1e468c;
}

#content .bodytext a:hover {
  text-decoration: underline;
}

#content #kastenspalte {
  position: absolute;
  top: 20px;
  right: 20px;
}  

#content .kasten {
  padding: 10px;
  width: 200px;
  background-color: white;
  border: 1px solid #1e468c;
  color: #1e468c;
  font-size: 10pt;
}

#content .kasten h1 {
  font-size:12pt;
  font-variant: small-caps;
  margin-top:0px;
}

#content #fragen .bodytext img {
  padding-left: 40px;
}

#content .frage {
  font-weight: bold;
  font-size: 9pt;
}

#content .antwort {
font-size: 9pt;
line-height: 1.2em;
/*margin-top: 0px;
padding-top: 0px; */
}

#content .antwort .bodytext {
font-size: 9pt;
line-height: 1.2em;
/*margin-top: 0px;
padding-top: 0px; */
}

#content .antwort li {
  margin-left: -20px;
  padding-top: 0px;
  
}

