@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

a:link, a:visited, a:active{
	text-decoration: underline;
	color: #333333;
}

a:hover{
	color: #9BBCDF;
}

#maintitel{
	font-size: 20px;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 20px;
}

.titel{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom:5px;
}

.txt{
	margin-left: 16px;
}
