@charset "UTF-8";
.schrift_klein {
	font-size: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.pic {
	border-radius: 5px;
}
a {
	color: #006;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;	
	}