@charset "utf-8";

body {
	width: 1280px;
	background-color:#c4a25b;
}

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

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

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

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

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

#text h3 {
	margin-left: 2%;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

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

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

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

#img img {
	width: 15%;
}