a {
	text-decoration: none
}

a:link {
	color: #667733;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #2a3115;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #667733
}

body {
	background-color: #F5F5F5; /*#99BBFF*/
	color: #667733;
	font-size: medium;
	margin: 5px;
	font-family: Verdana, Georgia, "Lucida Sans Unicode", "Arial",
		"Book Antiqua", sans-serif;
}

h1 {
	color: #2a3115;
	font-size:x-large;
}

h2 {
	color: #2a3115;
	font-size: large;
}

h3 {
	color: #2a3115;
	font-size: medium;
}

p {
	color: #000000;
	font-size: small;
}

ul,ol {
	color: #000000;
	font-size: small;
}

#footer {
	clear: both;
	margin-top: 1em;
	background: #99BBFF;
	text-align: center;
	padding: 1px;
	border-top-color: #667733;
	border-left-color: #667733;
	border-right-color: #667733;
	border-bottom-color: #667733;
	border-width: 1.5px;
	border-style: solid;
}

#Gattung {
	font-family: Arial;
	font-size: 1em;
	font-style: italic;
}