a:link,
a:visited {
	color: #E8E8E8;
	text-decoration: underline;
	line-height: 18px;
}

a:hover {
	color: #A6DDFF;
	text-decoration: underline;
	line-height: 18px;
	cursor: pointer;
}

div#impressum a:link,
div#impressum a:visited {
	color: #7E6861;
	text-decoration: none;
	line-height: 18px;
}

div#impressum a:hover {
	color: #A6DDFF;
	text-decoration: none;
	line-height: 18px;
	cursor: pointer;
}


h1 a:link,
h1 a:visited {
	color: #FFCC33;
	line-height: 25px;
	text-decoration: none;
}

h1 a:hover {
	color: #A6DDFF;
	line-height: 25px;
	text-decoration: none;
	cursor: pointer;
}

h3 a:link,
h3 a:visited {
	color: #FFCC33;
	line-height: 16px;
	text-decoration: none;
}

h3 a:hover {
	color: #A6DDFF;
	line-height: 16px;
	text-decoration: none;
	cursor: pointer;
}