a {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #660000;
	text-decoration: none
	
	;
}

.grau {
color: #666666;
}

.grau-klein {
font-size: 11px;
color: #666666;
}

.rot {
color: #990000;
}

.rot-klein {
font-size: 11px;
color: #990000;
}

.klein {
    font-size: 11px;
}

h3 {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: -4px;
}
