
/* Hier werden alle CSS-Klassen definiert, die im RTE ausgewaehlt werden koennen */

h2 {
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
}

span.orange {
	color: #EA8528;
}
span.blue {
	color: #004463;
}


/* Listen */
ul {
	margin-left: 1em;
}
ul.list_without_bullet {
	/*s. stylesheet.css*/
	margin-left: 1em;
	list-style-type: none;
}
ul.list_with_points {
	margin-left: 0em;
}
ul.list_with_points li {
	padding-left: 1em;
	list-style-type: none;
	background-image: url(../art_global/bullet_points.gif);
	background-position: 0em 0.92em;
	background-repeat: no-repeat;
}

table.test {
	color:red;
}
