@charset "ISO-8859-1";
/* Grundformatierungen */

body {
	color: #074710;
	background-color: #F1F1F1;
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
	font-size: 100%;
	font-family: cabin-sketch;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img {
  border: 0;
}

#container  {
	position: relative; /* Durch Hinzufügen von position: relative können Sie die beiden Randleisten im Verhältnis zu diesem Container positionieren. */
	width: 784px; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
    } 

h2 {
	font-size: 30px;
}

p {
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	color: #48841E;
}
