

/*Grundlayout der Webseite*/
 body, textarea {
  background-color:#DAFEB1;
  font-family:Georgia;
  font-size: 15px;
  font-color: #003300;


  }

  td {
  background-color:transparent;
  font-family:Georgia;
  font-size: 15px;
  font-color: #003300;}


a:link {
	font-weight: bold;
	color: #191970;
	text-decoration: none;
}
a:visited { font-weight:bold; color:#339933; text-decoration:none }
a:hover {
	font-weight: bold;
	color: #FFD700;
	text-decoration: underline overline;

}
a:active { font-weight:bold; color:#669966; text-decoration:none }
a:focus { font-weight:bold; color:#999933; text-decoration:none }



/*Überschriften*/
h1, h2, h3, h4, h5 {
color: #005F00;
text-align: center;
}


/* Absatzformatierung*/
p{
text-indent: 5mm;
text-align: justify;
}

img {
	align: center;
	margin: 0.7em;
}

table {
	font-size: 15px;
}

#content {
padding: 25px;
}


	#content hr {
	clear: both;
	color: #007070;
	height: 1px;
	margin: 0.2em 0.5em;
}

# content p{
text-indent: 5mm;
text-align: justify;
}

#content p img {
	float: left;
	margin: 0.7em;
}