@charset "UTF-8";
.container {
	height: 400px;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.ueberschrift {
	height: 70px;
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-align: center;
	color: #000000;
}
.links {
	text-align: left;
	height: 250px;
	width: 470px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	position: relative;
}
.rechts {
	text-align: left;
	float: right;
	height: 250px;
	width: 470px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	height: 14px;
	width: 970px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	border: thin solid #000000;
	left: 0px;
	bottom: 0px;
}
.headerrechts {
	float: right;
	height: 14px;
	width: 300px;
	text-align: right;
	font-size: xx-small;
	right: 40px;
}
.headerlinks {
	float: left;
	height: 14px;
	width: 300px;
	font-size: xx-small;
}

