

/*Grundlayout der Webseite*/
 body, textarea {
  background-color:#DAFEB1;
  background-image: url(images/grkachel.gif);
  font-family:Georgia;
  font-size: 15px;
  font-color: #003300;

  scrollbar-base-color:#CCFF99;
  scrollbar-3d-light-color:#003300;
  scrollbar-arrow-color:#003300;
  scrollbar-darkshadow-color:#006600;
  scrollbar-face-color:#CCFF99;
  scrollbar-highlight-color:#FFFFCC;
  scrollbar-shadow-color:#006600;
  scrollbar-track-color:#CCFF99;


  }

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


/*scrollbar - wird nur von IE ab Version 5 glesen*/
a:link {
	font-weight: bold;
	color: #00C070;
	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;

}

table {
	font-size: 15px;
}

#content {
margin:3% 8% 3% 8%;
padding: 25px;
border:1px solid #000000;
background:url(images/bg-2.gif);

}


	#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.2em;
}
