@charset "utf-8";
ul  a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
}
ul {
	list-style-position: inside;
	list-style-image: url(img/Eifeler%20Vogelfreunde%20e.V%20Feder.png);
	list-style-type: disc;
	line-height: 25px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8ABB14;
	font-style: normal;
	line-height: normal;
}
ul a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

ul a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}
a {
	text-decoration: underline;
	color: #8ABB14;
	font-style: oblique;
}

h1 {
	font-size: 36px;
	line-height: 40px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}
#Float {
	float: left;
}
#Align {
	vertical-align: top;
}

