div {
	text-align: center;
	font-family: Verdana,Arial,sans-serif;
}

img {
	border: 0;
}

#impressum {
	position: absolute;
	top: 50px;
	left: 50px;
	font-size: 0.9em;
	text-align: left;
	background: #FFFFFF;
	border: 1px dashed #CCCCCC;
	padding: 5px;
	display: none;
}

#info {
	color: #CCCCCC;
	font-size: 0.75em;
}

#text {
	position: absolute;
	top: 120px;
	left: 35%;
	z-index:-1
}

#text a {
	color: #000000;
}

a:link {
	text-decoration:none;
	color: #CCCCCC;
}
a:visited {
	text-decoration:none;
	color: #CCCCCC;
}
a:focus {
	text-decoration:underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration:underline;
	color: #CCCCCC;
}
a:active {
	text-decoration:underline;
	color: #CCCCCC;
}
