/* written on a beautiful day */

p, div, a {
	font-family: "Arial", Arial, sans-2serif;
	font-size: 12px; 
	color: white;
}
body { background-color: #bf3b3b; }
#containerMAIN {
	width: 800px;
	position: relative; top: 50px; z-index: 200;
	margin: 0 auto;
	text-align: center;
}
#containerMAIN img#ayurveda { border: 1px solid white; }
#verlauf {
	background-image: url('verlauf.png'); 
	background-repeat: repeat-x;
	position: absolute; top: 60px; left: 0px;
	height: 591px; width: 100%;
	z-index: 100;
}
a { text-decoration: none; color: white; }
a:hover { color: #ddd; }