@charset "UTF-8";

/* typo3 styles */

div.tx-feuserlisting-pi1 {
  margin-top: 1em;
  margin-bottom: 2em;
}

div.tx-feuserlisting-pi1-listrow table,
div.tx-feuserlisting-pi1-singleView table {
  border-collapse: collapse;
  width: 100%;
}
div.tx-feuserlisting-pi1-listrow table tr.tx-feuserlisting-pi1-listrow-odd {
  background-color: #f6f6f6;
}
div.tx-feuserlisting-pi1-listrow table th,
div.tx-feuserlisting-pi1-listrow table td,
div.tx-feuserlisting-pi1-singleView table th,
div.tx-feuserlisting-pi1-singleView table td {
  border-bottom: 1px solid #666;
  line-height: 2em;
  text-align: left;
  vertical-align: top;
}

div.csc-textpic-clear {
  clear: both;
}

div.csc-textpic-right div.csc-textpic-imagewrap {
  text-align: right;
}
