/*importiert normalisierung.css*/
@import url("norm.css");


body {
	background-color: #1c1919;

}
a:link {
	font: 0.8em Verdana, "Lucida Grande", Lucida, sans-serif;	
	text-decoration: underline;
	color: #feffff;
}	
a:visited {
	color: #feffff;
	}
	



	


body {
	background: url(../hintergrund/sven.jpg);
	background-position:center;
	background-attachment:fixed;	
}


#navigation {
		color: #feffff;
	position: relative;
	top: 20px;
	white-space: normal;
	float: right;
	

}




a:link {
	text-decoration: none;
	color: #feffff;
}


#impressum {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 800px;
	height: 1000px;
	position: relative;
	top: 50px;
	background-color: rgba(72,72,72,0.5);
	color: #feffff;
	padding: 20px;
	margin: 30px;
	float: right;
	right: -200px;
}


#datenschutz {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 800px;
	height: 1000px;
	position: relative;
	top: 50px;
	background-color: rgba(72,72,72,0.5);
	color: #feffff;
	padding: 20px;
	margin: 30px;
	float: right;
	right: -200px;
}

p {
	font: 0.8em Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #feffff;
}

h2 {
	font: 1em Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #feffff;
}

h1 {
	font: 1.2em Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #feffff;
}