body {
background-color: #f0ede9;
font-family: Helvetica;
}
a:link {
	font-weight: none; 
	color: black; 
	text-decoration: none; 
}

a:visited { 
	font-weight: none; 
	color: black; 
	text-decoration:none; 
}

a:focus {
	font-weight: none; 
	color: black; 
	text-decoration: none; 
}

a:hover {
	font-weight: none; 
	color: black; 
	text-decoration: underline; 
}

a:active { 
	font-weight: none; 
	color: black; 
	text-decoration: underline; 
}
#danke {
margin: 100px auto 5px auto;
width: 450px;
height: 100px;
font-size: 2.5em;
text-shadow: 0px 0px 3px black;
text-align: center;
font-weight: bold;
color: #fa1d1d;
-webkit-text-stroke: 1px black;
}

#euer {
position: relative;
height: 50px;
width: 425px;
margin: 25px auto 15px auto;
text-align: right;
padding-right: 5px;
font-size: 1.5em;
text-shadow: 0px 0px 1px black;

}
#download {
height: 25px;
width: 450px;
margin: 5px auto;
}

#folgen{
height: 25px; 
width: 110px;
text-align: center;
font-size: 0.7em;
padding-top: 5px;
float: right;
} 

#footer {
position: fixed;
height: 20px;
width: 100px;
right: 20px;
bottom: 3px;
font-size: 0.7em;

}