span.hervorheben {
	color: #FF0000;
}

ul.kreis { 
	color: rgb(17,27,56);; 
	list-style-type: square; 
}

ul.disc { 
	color: rgb(17,27,56);; 
	list-style-type: disc;
}

ol.roemisch-klein {
    color: rgb(17,27,56);; 
	list-style-type: lower-roman; 
}

ol.roemisch-grosz {
    color: rgb(17,27,56);; 
	list-style-type: upper-roman; 
}

table.Gestaltung1 {
    color: rgb(17,27,56);;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(17,27,56);;
	caption-side: bottom;
	border-collapse: collapse;
}

table.Gestaltung1 td {
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(17,27,56);;
}

td a.hover {
	text-decoration: underline;
}

.fett-blau-center {
	font-weight: bold; 
	background-color: rgb(136,141,155);
	text-align: center;
}

