body {
		font-family: verdana;
		
	}
	
.text {
		font-size: 10px;
		color: #555555;
		line-height: 16px;
		
	}
	
.randbemerkung {
		font-size: 9px;
		color: #7c7c7c;
		line-height: 16px;
		
	}
	
.aktuell {
		font-size: 10px;
		color: #555555;
		
	}
	
.ticker {
		font-size: 10px;
		color: #555555;
		
	}

A.textlink {
				font-size: 10px;
				color: #555555;
				font-weight: normal;
				text-decoration: underline;
}

A.textlink_aktuell {
				font-size: 11px;
				color: #555555;
				font-weight: bold;
				text-decoration: underline;
}

A.textlink:hover {
				color: #555555;
				font-weight: normal;
				text-decoration: underline;
}
	
A.news {
				font-size: 10px;
				color: #555555;
				font-weight: bold;
				text-decoration: underline;
}

A.news:hover {
				color: #000000;
				font-weight: bold;
				text-decoration: underline;
}

A.projekte {
				font-size: 10px;
				color: #555555;
				font-weight: bold;
				text-decoration: underline;
}

A.projekte:hover {
				color: #000000;
				font-weight: bold;
				text-decoration: underline;
}

.formularzelle {
				border-bottom: 1px solid #555555 dotted;
}