body {	
	background-image: url(images/content_blue.jpg);
	background-repeat: no-repeat;
	background-position: 100px 0px;
}

#i_hlogo_big {
	position: absolute;
	left: 150px;
	top: 150px;
}

#span_name {
	position: absolute;
	left: 300px;
	top: 150px;
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
}

#span_de {
	position: absolute;
	left: 400px;
	top: 300px;
}

#span_en {
	position: absolute;
	left: 600px;
	top: 300px;
}

a:link {
	font-family: Arial;
	font-size: 20px;
	color: #666666;
}

a:visited {
	font-family: Arial;
	font-size: 20px;
	color: #666666;
}

a:hover {
	font-family: Arial;
	font-size: 20px;
	color: #000000;
}