body {
	font-family: Helvetica;
	background-color: #E7E7E7;
	padding: 0px;
	margin: 0px;
}	

div,
span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.Headline {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	width: 100%;
	height: 7px;
	background-color: #05CDFF;
	position: fixed;
	float: left;
	overflow: hidden;
}

.Absolute-Center {
	bottom: 0;
	height: 104px;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
}

.Top {
	width: 350px;
	height: 50px;
	line-height: 50px;
	font-size: 22pt;
	text-align: center;
	background-color: #05CDFF;
	margin-bottom: 4px;

}

.Privat {
	float: left;
	width: 173px;
	height: 50px;
	line-height: 50px;
	background-color: #FFFFFF;
	font-size: 14pt;
	text-align: center;
	margin-right: 2px;
}

.Business {
	float: left;
	width: 173px;
	height: 50px;
	line-height: 50px;
	background-color: #FFFFFF;
	font-size: 14pt;
	text-align: center;
	margin-left: 2px;
}

span:hover {
	background-color: #6DE9F2;
}

a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #000000;
}

i {
	margin-right: 15px;
}
