@charset "utf-8";
/* CSS Document */
#corpo {
	background-image: url(images/sfondo_centro.jpg);
	background-position: left top;
	display: block;
	float: left;
	clear: both;
	width: 780px;
	position: relative;
}

#inhalt {
	font-size: 1em;
	float: left;
	display: block;
	width: 470px;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 5px;
}


