@charset "utf-8";

body {
	background-color:#c4a25b;
}

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

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

#text {
	width: 98%;
	margin-left: 2%;
	text-align: center;
}

#text a {
	color: #008a06;
	font-size: 20px;
}

#text h1 {
	color: #990000;
	font-size: 20px;
	font-weight: bold;
}

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

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

#text h2 {
	color: #177ac9;
	font-size: 16px;
	font-weight: bold;
}
#text img {
	float: left;
	width: 15%;
	margin: 5px 5px 5px 4%;
}