.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link { 
	text-decoration:underline; 
	color:#000000;
	background-color:#DAEAF2;
}
a:visited { 
	text-decoration:underline;
	color:#000000;
	background-color:#EDF3F8;
}
a:hover { 
	text-decoration:underline; 
	color:#000000; 
	background-color:#DAEAF2; 
}
a:active { 
	text-decoration:underline; 
	color:#000000; 
	font-weight:bold; 
}
.fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
body { 
	background-image:
	url(mat/seitenhintergrund.jpg);
	background-repeat:repeat-x; 
}
.kursiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000;
}
