body, html {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.ueberschrift1 {
	font-size: 26px;
	font-weight: bold;
	color: #000000;
}

.ueberschrift2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

a:link  {
	text-decoration: none;
	color:#0000FF; 
}
a:visited  {
	text-decoration: none;
	color:#0000FF;
}
a:hover {
	text-decoration: none;
	color:#009900;
}

.beschreibung1 {
	font-size: 16px;
}

.beschreibung2 {
	color:#000000;
	font-size: 14px;
	font-weight: normal;
}

.beschreibung3 {
	color:#FF0000;
	font-size: 14px;
	font-weight: normal;
}