body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../bilder/background.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#inhalt {
	position: absolute;
	height: 20px;
	width: 100px;
	margin: 150px 0px 0px 220px;
	top: 50%;
	left: 50%;
	padding: 0px;
}

a, area {
	outline: none;
	color: #182a7a;
	text-decoration: none;
	font-style: italic;
}

a:hover { 
	color: #8b94bc;
	font-style: italic;
}

