@charset "utf-8";

body {
	background-color:#c4a25b;
}

#seite {
	position: relative;
	min-height: 100%;
	width: 1024px;
	text-align: center;
	margin: 0 auto;
}

#grafik {
	text-align: center;
	width: 96%;
}

#grafik img {
	float: left;
	width: 20%;
	margin: 5px 5px 5px 20%;
}

#grafikm {
	text-align: center;
	width: 96%;
}

#grafikg {
	text-align: center;
	width: 250%;
	margin-left: 15%;
}

#grafikk img {
	text-align: center;
	width: 100%;
	margin-left: 15%;
}

#grafikm img {
	float: left;
	width: 40%;
	margin-left: 33%;
}

#ueberschrift {
	float: left;
	width: 75%;
	text-align: right;
	font-weight: bold;
}

#text {
	clear: both;
	width: 97%;
	margin-left: 1%;
	text-align: center;
}

#text a {
	color: #990000;
	font-size: 36px;
}

#text h1 {
	text-align: left;
	color: #990000;
	font-size: 36px;
	font-weight: bold;
}

h1 {
	text-align: left;
	color: #990000;
	font-size: 36px;
	font-weight: bold;
}

#text h2 {
	color: #177ac9;
	font-size: 16px;
	font-weight: bold;
}

#text h3 {
	text-align: left;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

#text h4 {
	color: #990000;
	font-size: 24px;
	font-weight: bold;
}
#text h3 a {
	color: #ff0000;
	font-size: 28px;
	font-weight: bold;
}

#text img {
	float: left;
	width: 15%;
	margin: 5px 5px 5px 4%;
}

#fussbereich {
	position: absolute;
	bottom: 0;
	margin-left: 10%;
}