
        body {
            background: #b11;
            font-family: Arial,sans-serif;
            font-size: 12px;
            color: white;
        }
        
        a {
            color: white;
            text-decoration: none;
        }
        
        a:hover {
            text-decoration: underline;
        }
        
        #kopfzeile {
            border-bottom: black 0px solid;
            background-color: #cbcbcb;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#CBCBCB)) !important;
            background-image: -webkit-linear-gradient(top, #E7E7E7, #CBCBCB) !important;
            background-image: -moz-linear-gradient(top, #E7E7E7, #CBCBCB) !important;
            background-image: -ms-linear-gradient(top, #E7E7E7, #CBCBCB) !important;
            background-image: -o-linear-gradient(top, #E7E7E7, #CBCBCB) !important;
            -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
            color: black;
        }
        
        #kopfzeile a {
            color: black;
            text-decoration: none;
        }
        
        #kopfzeile a:hover {
            text-decoration: underline;
        }
        
        h1 {
            font-size: 1.6em;
        }
        
        h1 a img {
            border: 0;
        }
        
        #kopfzeile input {
            color: black;
            background-color: white;
        }
        
        #inhalte > div {
         /* Vorlage-CSS */
        }
        
        .vorschau {
         /* Vorlage-CSS */
        }
        
        .wiki {
         /* Vorlage-CSS */
        }
        
        .hilfe {
         /* Vorlage-CSS */
        }
        
        #werkzeuge div.vorschau {
         /* Vorlage-CSS */
        }
        
        #werkzeuge div.hilfe {
         /* Vorlage-CSS */
        }
        
        #werkzeuge > div {
            border: black 0px dotted;
        }
        
        #werkzeuge > div {
         /* Vorlage-CSS */
        }
        
        #inhalte > div {
         /* Vorlage-CSS */
        }
        
        #inhalte > div iframe {
            border: black 2px solid;
            background: white;
        }
        