body {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	background-color: #343e59;
	color: #343e59;
	padding: 0px;
	margin: 0px;
	background-image: url(hg.jpg);
	background-position: top left;
}

#mittig {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#hg_weiss {
	background-color: white;
	width: 830px;
	padding: 10px;
}

a {
	color: #343e59;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #e1fefa;
}

