.content {
	padding: 50px 0px 20px 0px;
	width:100%;
	/*background-color: #003d8f; 1and1blue*/
	/*border-bottom: 1px solid #fff; white*/
}

.main {
	position:absolute;
	border: 1px solid #003d8f; /*1and1blue*/
	top:30px;
	left: 85%;
	margin-left: 20px;
	/*margin-right: 20px;*/
	margin-bottom: 20px;
	background-color: #fff; /*white*/
	/*-moz-border-radius: 25px;
	-webkit-border-radius: 25px;*/
}

.highlight {
	color: #003d8f; /*1and1blue*/
}