body {
	background-color: #808F91;
}
#body {
	background-color: #fff;
	width: 1000px;
	margin-top: 30px;
	margin-left: auto;
	margin-right:auto;
	bottom: auto;
	height: 600px;
	font-family: Arial;
	font-size: 17px;
}
#beschreibung {
	background-color: #fff;
	width: 1000px;
	margin-top: 30px;
	margin-left: auto;
	margin-right:auto;
	bottom: auto;
	font-family: Arial;
}
#zurueck {
	position: absolute;
	margin-top: 100px;
	margin-left: 30px;
}
a {
 text-decoration: none;
 font-size: 17px;
 color: #4F585D;
}
a:hover {
 color: #ccc;
}
li {
	list-style-image: url("../grafik/dreieck_klein.png");
	padding-top: 10px;
	line-height: 1.5em;
}
#logo {
	margin-top: 0px;
	background-color: #4F585D;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 50px
}
#oben {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 10px;
	background-color: #ccc;
}
.ul {
	color: #ecc037;
	list-style-type: square;
	font-size: 17px;
}
p {
	color: #4F585D;
	font-family: Arial;
	font-size: 17px;
}
p a {
	color: #4F585D;
	text-decoration: none;
	font-size: 17px;
}
p a:hover {
	color: #cccccc;
}
strong {
	color: #ecc037;
	font-weight: normal;
}
h2 {
	color: #ecc037;
	font-family: Arial;
	margin-left: 50px;
	font-weight: normal;
}
.red {
	color: #ff00000;
	margin-top: -5px;
}
