/*vieth.css*/

body{
	margin:0;
	padding:0;
	font-family:arial,sans-serif;
	background-color:silver;
}

#corpus{
	position:relative;
	width:1000px;
	height:706px;
	margin:0 auto;
	background-image:url(grafik/hg2022.jpg);
	background-repeat:np-repeat;
}

#headline{
	position:absolute;
	left:280px;
	top:8px;
	color:#EE1C25;
	font-size:42px;
}

#email{
	position:absolute;
	left:135px;
	top:350px;
	color:#BDC2C6;
	font-size:29px;
}

	#email a{
		color:#BDC2C6;
		text-decoration:none;
	}

#empfehlungen{
	position:absolute;
	left:785px;
	top:640px;
	color:#000000;
	font-size:12px;
}