body {
	background-color: #F4FAFF;
}
div {
	border: 1px solid #0066BF;
	background-color: White;
	width: 500px;
	left: 50%;
	top: 60%;
	margin-left: -250px;
	margin-top: -220px;
	position: absolute;
	height: 200px;
}

p {
	padding: 0px;
	margin: 0px;
}
p#kontakt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	layout-grid-type: fixed;
	text-align: center;
	line-height: 50px;
	vertical-align: bottom;
}
p#alpha {
	text-align: center;
	line-height: 110px;
	vertical-align: bottom;
}
a:hover#link {
	color: #0057AA;
	text-decoration: none;
}
a#link {
	color: #B0D9FF;
	text-decoration: none;
}
a#mail {
	text-decoration: none;
	color: #005AB0;
	}
a:hover#mail {
	text-decoration: underline;
}
