/* content holding image and datenschutzlink */
.content {
	position:relative;
	max-width: 1024px;
	max-height: 768px;
	margin: auto;
	color: white;
}

.bgImg {
	width: 1024px;
	height: 768px;
}

.companyText {
	position: absolute;
	text-align: left;
	left:510px;
	top: 350px;
	width: 431;
}
.companyText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6A5D54;
	text-decoration: none;
}

.datenschutzlink {
	position: absolute;
	left: 510px;
	top: 580px;
	text-align: left;
	width: 431;
	/*font-size: 1em;*/
}
.datenschutzlink a, a:visited, a:hover, a:link, a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6A5D54;
	text-decoration: none; 
	/* No underlines on the link */
    /*z-index: 10; /* Places the link above everything else in the div */
    /*background-color: #FFF; /* Fix to make div clickable in IE */
    /*opacity: 0; /* Fix to make div clickable in IE */
    /*filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}