<!--
.ernstings_rot
{
	background-color: #E60000;
}

.ernstings_dunkel
{
	background-color: #FACCCC;
}

.ernstings_mittel
{
	background-color: #FCE5E5;
}

.ernstings_hell
{
	background-color: rgb(255, 244, 232);
}

.ernstings_mit_rand
{
	border-width: 1px;
	border-style: solid;
	border-color: #E60000;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 3px;
}

a.schwarz_link:link
{
	color: rgb(0, 0, 0);
	text-decoration: none;
	font-weight: bold;
}

a.schwarz_link:visited
{
	color: rgb(0, 0, 0);
	text-decoration: none;
	font-weight: bold;
}

a.schwarz_link:hover
{
	color: #E60000;
	text-decoration: none;
	font-weight: bold;
}

a.rot_link:link
{
	color: #E60000;
	text-decoration: none;
}

a.rot_link:visited
{
	color: #E60000;
	text-decoration: none;
}

a.rot_link:hover
{
	color: #E60000;
	text-decoration: underline;
}
//-->