@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-image: url(bilder/hintergrund.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 22px;
	color: #FFB300;
}
p {
	font-size: 14px;
	font-weight: normal;
}
a {
	color: #FFB300;
}
.wrapper {
	width: 950px;
	margin: auto;
}
.klein {
	font-size: 9px;
	color: #000000;
}
#inhalt {
	float: left;
	display: inline;
	width: 450px;
	text-align: left;
	margin: 30px 0 0 100px;
}
#box {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 10px;
	float: right;
	display: inline;
	width: 300px;
	text-align: left;
	margin: 0 10px 0 0;
}
.erscheiner {
	position: absolute;
	top: 270px;
	right: 20%;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 10px;
	width: 300px;
	text-align: left;
}
li {
	list-style-image: url(bilder/dot.gif);
}
#fuss {
	clear: both;
}