
/* Block-Elemente (Dropdown 'blockstyle') */

.testKlasse {
	background-color: red;
	color: white;
}


/* SPAN-Elemente (Dropdown 'textstyle') */

span.code {
	background-color: #eee;
	border: 1px solid #ccc;
	font-family: monospace;
}
span.roteSchrift {
	color: red;
}


/* Spezielle TAG-Elemente */

h3 {
	color: #333399;
	font-size: 1.4em;
	margin-bottom: .8em;
}
h4 {
	color: blue;
	color: #BAAB5A;
	font-size: 1.1em;
	margin-bottom: 1em;
}
blockquote {
	background-color: #fee;
	background-color: #F1EFDF;
	border-left: 1em solid #fcc;
	border-left: 1em solid #E4DEBE;
	font-size: .9em;
	Xfont-style: italic;
	Xfont-weight: bold;
	margin-left: 0;
	padding: 0 1em;
}

li.roterPunkt {
	color: red;
}
