body, html { 
	background-color: #fff;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica;
	background-image: url('/images/achter.gif');
}

p {
	padding-bottom: 12px;
}

a {
	color: #600;
}

a:hover {
	color: #000;
}

#content {
	width: 990px;
	margin: 0 auto;	
}

#menu {
	list-style: none;
	display: block;
	background-color: #000;
	height: 30px;
}
	
#menu li {
	float: left;
	padding-left: 12px;
}

#menu a {
	color: #fff;
	text-decoration: none;
	padding-top: 7px;
	display: block;
	font-size: 14px;
}
#menu a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 30px;
}