
 /* Allgemein */
    body {
       width: 100%;
       height: 100%;
       padding: 0px;
       overflow: hidden;
    }
    a {
    /* Theme-CSS */
    }
    a:hover {
    /* Theme-CSS */
    }
    
 /* Kopfzeile */
    #kopfzeile {
       -index: 99;
       position: absolute;
       top: -10px;
       right: 0px;
       left: -10px;
       height: 55px;
       padding: 15px;
    }
    #kopfzeile a {
    /* Theme-CSS */
    }
    #kopfzeile a:hover {
    /* Theme-CSS */
    }
    
 /* Überschriften */
    h1 {
       margin: 0px;
       margin-top: -5px;
       margin-bottom: 10px;
       padding: 0px;
       font-size: 1.6em;
    }
    h1 a img {
       max-width: 25px;
       max-height: 25px;
       margin-top: 5px;
       margin-bottom: -5px;
    }
    
 /* Inhalte */
    #inhalte {
       position: absolute;
       top: 115px;
       right: 20px;
       bottom: 20px;
       left: 0px;
    }
    #inhalte > .vorschau,
    #inhalte > .wiki,
    #inhalte > .hilfe {
       position: absolute;
       top: 0px;
       bottom: 0px;
       margin: 5px;
       padding: 5px;
    }
    
 /* Iframe-Container */
    .vorschau {
       left: 0px;
       width: 320px;
    }
    .wiki {
       left: 330px;
       right: 0px; /* 385px */
    }
    .hilfe {
       right: 0px;
       width: 375px;
    }
    
 /* Werkzeuge */
    #werkzeuge div.vorschau {
       width: 320px;
    }
    #werkzeuge div.hilfe {
       width: 365px;
    }
    #werkzeuge div.hilfe > strong {
       cursor: pointer !important;
       text-decoration: none;
    }
    #werkzeuge div.hilfe > strong:hover {
       text-decoration: underline;
    }
    #werkzeuge > div {
       position: absolute;
       margin: 10px;
       padding: 15px;
       padding-top: 20px;
    }
    #werkzeuge > div {
       top: 70px;
       height: 15px;
    }
    
 /* tba */
    #inhalte > div iframe {
       width: 100%;
       height: 100%;
    }
    #kurzel {
       width: 131px;
    }
    #vorname, #nachname, #tan {
       width: 100px;
    }
    #kurzel, #vorname, #nachname, #tan {
       height: 17px;
    }
    
 /* Resize Divs */
    .handle {
       z-index: 999;
       position: absolute;
       top: 12px;
       bottom: 9px;
       width: 10px;
       padding: 0px;
       background: transparent;
       cursor: col-resize;
    }
    #handle1 {
       left: 332px;
    }
    #handle2 {
       right: 0px;
    }
    #resizeStatus {
       z-index: 999;
       position: absolute;
       bottom: 10px;
       right: 10px;
    }
   
 /* Resize Dblclick */
    #handle2zuruck {
       display: block; /* none */
       position: absolute; 
       top: -16px; 
       right: 9px;
    }
    #handle2zuruck a {
       color: white;
       font-weight: 900;
    }
    