/* 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 ***/
/* Headline Kasten rechte Spalte */
span.right_box_hl {
    border-bottom: 1px solid #ccc;
	font-family: verdana;
	color: #000;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0 -10px 10px -10px;
	background: #ccc url(../img/bg_navi.jpg) 0 0 repeat-x;
	display: block;
}

/* Inhaltstext schwarz fett */
span.text_bold_black {
    font-weight: bold;
	color: #000;
	display: block;
}

/* Bilder Referenzen */
span.ref_abs {
    background: url(../img/ref_bg.jpg) repeat-x;
	padding: 10px;
	height: 100px;
	width: 178px;
	float: left;
	border: 1px solid #ccc;
	border-bottom-width: 2px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Bilder zentriert */
span.img_abs {
	text-align: center;
	display: block;
}

/*** USER Styles ***/

span.ref_abs img {
	padding: 10px;
}

