@charset "utf-8";
.seite1 {
	width: 1000px;
	background-image: url(gfx/bg2.jpg);
	height: 1300px;
	margin-right: auto;
	margin-left: auto;
}
.seitemenulinks {
	float: left;
	width: 250px;
	height: 125px;
	clear: left;
}
.seitecontent {
	width: 980px;
	padding: 10px;
	background-image: url(gfx/content2.png);
	background-repeat: repeat-y;
	text-align: center;
}
.seitelogo {
	width: 750px;
	height: 125px;
}
.seiteunten {
	padding: 15px;
}
.seitecontenttop {
	width: 1000px;
	background-image: url(gfx/content1.png);
	height: 24px;
}
.seitecontentbottom {
	width: 1000px;
	background-image: url(gfx/content3.png);
	height: 29px;
}
