/* syntax highlighting (used by the first combo defined for the CSS plugin) */
.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 ***/
h1{
font: bold 15px/16px verdana, arial, sans-serif;
color: #1B5E97;
}
h2{
font: bold 13px/16px verdana, arial, sans-serif;
color: #D12E2F
}
h3{
font: italic 11px/16px verdana, arial, sans-serif;
color: #666;
}
/* Textmarklierung */
.SpezTXT{
font: normal 11px/16px verdana, arial, sans-serif;
color: #000;
padding: 1px;
}
/* Bildunterschrift */
.BildTXT{
font: normal 9px verdana, arial, sans-serif;
color: #000;
}
/*** USER Styles ***/
.NewsBox{
border: 1px solid #99C6A7;
padding: 2px 4px;
background: #DCECE1;

}