body {
	font-size: 13px;
	font-family: Geneva, Arial, sans-serif;
	color: #000000;
	padding: 0px;
	margin-top: 10px;
}

#mainframe_center {
	margin-left: auto;
	margin-right: auto;
	width: 425px;
	border: 1px solid black;
}

#titel {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#titel a {
	color: black;
	text-decoration: none;
}

#titel a:hover {
	color: white;
}

#mainframe_center a {
	color: black;
	text-decoration: none;
}

#mainframe_center a:hover {
	text-decoration: underline;
}

