/* 
 * VSCML-Elemente, die bei Till noch nicht implementiert sind.
 * Die Datei sollte leer sein.
 */
 
 
 span.warn {
  color: red;
  }
  
  /*
   * Warnung falls etwas noch nicht implementiert ist.
   */
 div.not-implemented,span.not-implemented,caption.not-implemented,td.not-implemented {
     color: orange;
 } 
 
 /*
  * Invalides VSCML etc.
  */
 div.invalid-input, span.invalid-input {
     color: red;
     text-decoration: blink;
     font-weight: bolder;
 } 

/*
 * Dinge, die die Redaktion noch tun muß.
 */
.todo-editorial {
    color: orange
}

#content .todo-editorial {
    color: orange
}

/*
 * display : none auf dem öffentlichen Server 
 */
.only-editorial {
  /* display: none*/
    
}

.editorial-document-infos {
  font-size: 10px;
}
  