@charset "UTF-8";
ul {
	list-style-type: none;
}
li a {
	line-height: 200%;
	text-decoration: none;
	background-color: #D5D5D5;
	height: 100%;
	width: 100%;
	padding: 3px;
}
a:visited {
	color: #000099;
}
a:link {
	color: #000000;
}
a:hover {
	font-size: 1.5em;
	color: #FF0000;
}
a:active {
	color: #00FF00;
}
a.impressum {
	font-size: 9pt;
	text-decoration: none;
}

