@charset "utf-8";
body {
	background-image: url(hintergrund.gif);
	background-repeat: repeat-y;
	font-family: Book Antiqua, Arial, Verdana;
	color: #006600;
	margin-top: 0px;
	margin-left: 0px;
}
#seite {
	width: 950px;
	margin-top: 0px;
	margin-left: 0px;
	height: 950px;
}
#kopf {
	background-image: url(Banner.gif);
	background-repeat: no-repeat;
	height: 54px;
	width: 950px;
	margin-top: 30px;
	background-position: center;
}
#trennlinie {
	background-image: url(trennlinie.gif);
	height: 41px;
	width: 950px;
	margin-top: 10px;
	margin-left: 0px;
	background-repeat: no-repeat;
}
#navigation {
	width: 255px;
	float: left;
	margin-top: 25px;
}
#inhalt {
	width: 650px;
	margin-left: 280px;
	margin-top: 25px;
}

