 .noElements {
    color: grey;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
  }

  .loaderContainer,
  .moreElements {
    margin-top: 10px;
  }

  .postingList {
    background: white;
    padding: 10px;
    color: black;
    font-size: 10pt;
  }

  .postingList ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .postingList li {
    border-bottom: 1px solid #bcb3a2;
  }

  .postingListControls {
    border-bottom: 4px solid lightgrey;
    padding-bottom: 10px;
  }

  .postingListControls ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .postingListControls li {
    border: none;
    display: inline-block;
  }

  .postingListControls > div {
    display: inline-block;
    margin-right: 20px;
  }

  .postingListControls .sortContainer .active,
  .postingListControls .limitContainer .active {
    color: green;
    font-weight: bold;
  }

  .postingListControls .addPostingButton {
    background-color: green;
    color: white;
    font-weight: bold;
    padding: 5px;
    font-size: 8pt;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    width: 127px;
    margin-bottom: 10px;
  }

  .watchContainer img {
    position: relative;
    top: 3px;
  }

  .postingElement {
    padding: 10px;
  }

  .postingElement .postingContent {
    margin: 10px 0;
  }

  .postingElement .postingFoot {
    text-align: right;
  }

  .postingElement .postingFoot > span {
    margin-left: 10px;
  }

  .postingElement .postingFoot span {
    display: inline-block;
    vertical-align: top;
    line-height: 17px;
  }

  .loaderContainer {
    text-align: center;
  }

  .newThreadsContainer > ul > li:first-child {
    border-top: none;
  }

  .newThreadsContainer {
    border-bottom: 4px solid lightgrey;
    background: beige;
  }

  .newAnswersContainer {
    background: beige;
  }

  .newThreadElementContainer .postingCountContainer {
    margin-top: 10px;
  }

  .newAnswerElementContainer {
    float: right;
  }

  .newThreadElementContainer .postingCountContainer,
  .newAnswerElementContainer .postingCountContainer {
    text-align: center;
    background-color: darkred;
    color: white;
    padding: 5px;
    font-size: 8pt;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
  }

  .postingTiefe2 { margin-left: 50px;  }
  .postingTiefe3 { margin-left: 100px; }

  .postingTiefe2,
  .postingTiefe3 {
    padding-left: 50px;
    background: url('/_/pics/sym/forum/kommentar-antwort-1.gif');
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 10px;
  }

  .postingTiefe4,
  .postingTiefe5,
  .postingTiefe6 {
    padding-left: 60px;
    background: url('/_/pics/sym/forum/kommentar-antwort-2.gif');
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 10px;
    margin-left: 150px;
  }
  .counter {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #tablogin .tablink, #tabregister .tablink {
    height: 16px;
    text-align: center;
}
  
  #tablogin, #tabregister {
    height: 15px;
    float: right;
    border-color: #bcb3a2 #bcb3a2 white;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    display: block;
    position: relative;
    text-align: left;
    top: 9px;
    z-index: 1;
    background: white;
}
  #tablogin {
    background-image: url('/templates/img/verlaufTabs.jpg');
    background-repeat: repeat-x;
    background-position: 0 bottom;
  }
  div.editor_row .editor_row_text {
    width: 570px !important;
    margin-top: 5px;
  }
  .send {
    background-color: #af240d;
    color: #ffffff;
    border: none;
    height: 27px;
    font-size: 14px;
    width: 180px;
  }
  .senddiv {
    float: left;
    
  }
  
  .senddiv2 {
     position: relative;
     left: 440px;
     top: -25px;
  }
  .senddiv3 {
     position: relative;
     left: 440px;
     top: -25px;
  }
  #login {
    margin-bottom: 10px;
  }
  input[name="cu_change[data][sicherheit-antwort]"] { 
    width: 150px !important;
  }