/* CSS Document */

a {
	text-decoration: none;
}

a:hover {
	color:red;
}

a:link {
	color: #0000ff; 
}

a:visited {
	color: #0000ff;
}

body {
	background-color: #FFFFFF;	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.fusszeile-anschrift {
	font-size: 10px;
}

.fusszeile-beratung {
	font-size: 16px;
	font-weight: bold;
}

.ueberschrift1 {
	font-size: 18px;
	font-weight: bold;
}

.ueberschrift2 {
	font-size: 16px;
	font-weight: bold;
}

.ueberschrift3 {
	font-size: 14px;
	font-weight: bold;
}
