a {
	color: #017C01;
	}
	
a:hover {
	color: black;
	text-decoration: none;
	}
	
ul {
	list-style: square inside;
	padding: 0 0 0 10px;
	margin: 0;
	}
	
img {
	border: 0;
	float: left;
	}

p {
	margin: 7px 0 7px 0;
	}
	
	
/*****************************
*	UEBERSCHRIFTEN		 	 */

h1 {
	font-size: 18px;
	color: #017C01;
	margin: 9px 0 9px 0;
	}

h2 {
	font-size: 16px;
	color: #017C01;
	margin: 8px 0 8px 0;
	}
	
h3 {
	font-size: 14px;
	line-height: 16px;
	color: #017C01;
	margin: 7px 0 7px 0;
	}	