/* syntax highlighting (used by the first combo defined for the CSS plugin) */
body{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
td{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}

.code { color: #f5deb3; }
.string { color: #00ffff; }
.comment { color: #8fbc8f; }
.variable-name { color: #fa8072; }
.type { color: #90ee90; font-weight: bold; }
.reference { color: #ee82ee; }
.preprocessor { color: #faf; }
.keyword { color: #ffffff; font-weight: bold; }
.function-name { color: #ace; }
.html-tag { font-weight: bold; }
.html-helper-italic { font-style: italic; }
.warning { color: #ffa500; font-weight: bold; }
.html-helper-bold { font-weight: bold; }

/* info combo */

.quote { font-style: italic; color: #ee9; }
.highlight { background-color: yellow; color: #000; }
.deprecated { text-decoration: line-through; color: #aaa; }

/*** USER Styles ***/
/* Standard Ueberschrift */
.hl3{
        display: block;
        margin: 10px 0 10px 0;
        padding: 4px;
        border: 1px solid #ccc;
        font: bold 100% verdana, arial, helvetica, sans-serif;
        background-color: #f2f2f2;
        color: #000;
}

.hl3 a {
        color: #2f2f2f;
}
/* Ueberschrift mit Linie oben und unten */
.hl3_o_u {
        display: block;
        margin: 7px 0 7px 0;
        padding: 7px 0 7px 0;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        font: bold 100% verdana, arial, helvetica, sans-serif;
}
/* Ueberschrift mit Linie nur unten */
.hl3_u {
        display: block;
        margin: 0 0 7px 0;
        padding: 0 0 7px 0;
        border-bottom: 1px solid #ccc;
        font: bold 100% verdana, arial, helvetica, sans-serif;
}
/*** USER Styles ***/