A {
	text-decoration: none;
}

A:link {
	color: white;
}
A:visited {
	color: white;
}
A:active {
	color: white;
}
A:hover {
	color: white;
}
:focus {
    outline: 0px none white;
}
.impressumtext {
	color: black;
	background-color: white;
	font-size:12px;
	
	border: 0px hidden white;
	text-align: left;
	
	padding-left: 50px;	
	
	max-width: 400px;
	
	font-family: arial, helvetica;
}

.impressumlistheader {
	color: black;
	background-color: white;
	font-size:12px;
	
	font-weight: bold;
}
