      .example-desc {
        margin:3px 0;
        padding:5px;
      }

      #carousel {
        width:100%;
        min-height: 400px;
        height:auto;
        position:relative;
        clear:both;
        overflow:hidden;
        background-color: #f5f5f5;
      }
      #carousel img {
        visibility:hidden; /* hide images until carousel can handle them */
        cursor:pointer; /* otherwise it's not as obvious items can be clicked */
        width: 200px;
      }

      .split-left {
        width:450px;
        float:left;
      }
      .split-right {
        width:400px;
        float:left;
        margin-left:10px;
      }
      #callback-output {
        height:250px;
        overflow:scroll;
      }
      .korrekturbox{
        top: -10px;
        position: relative;
       
        height: 330px;
        

        width: 100%;    
      }