@charset "utf-8";

body {
	background-color:#c4a25b;
}

#seite {
	width: 1280px;
	text-align: center;
}

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

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

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

#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: #008a06;
	font-size: 20px;
}

#text h1 {
	text-align: center;
	color: #990000;
	font-size: 24px;
	font-weight: bold;
	text-decoration-line: 1px;
	text-decoration: underline;
	text-decoration-style: double;
}
#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 h1 a {
	color: #990000;
	font-size: 28px;
	font-weight: bold;
}

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