* {
  padding:0px;
  margin:0px;
}
body {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 12px;
  color: #000000;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

#navigation {
	position:absolute;
	height: 65px;
	width: 980px;
	left:50%;
	margin-left:-490px;
	z-index: 0;
	overflow: hidden;
	background-image: url(images/header.png);
	top: 47px;
}
#navigation a {
  position: absolute;
  height: 38px;
  width: 88px;
  top: 20px;
  text-decoration: none;
}
#navigation a i { visibility: hidden; }
 
a#wuensche {left: 140px; width: 180px;}
a#projekt { left: 340px; width: 240px; }
a#video { left: 570px; width: 180px; }
a#hintergrund { left: 770px; width: 140px; }

#content{
	position:absolute;
	height: 604px;
	width: 980px;
	left:50%;
	margin-left:-490px;
	z-index: 0;
	overflow: hidden;
}
#content a {
  position: absolute;
  height: 38px;
  width: 88px;
  top: 0px;
  text-decoration: none;
}
#content a i { visibility: hidden; }

a#startseite { top: 57px; left: 60px; width: 40px; height: 110px; }

#footer{
	position: absolute;
	height: 30px;
	width: auto !important;
	min-width: 100%;
	background: #000;
	color: #777;
	font-size: 11px;
	font-family: Verdana, Arial;
	top: 714px;
	padding-top: 50px;
}
#footer_bild {
	position:absolute;
	height: 66px;
	width: 980px;
	left:50%;
	margin-left:-490px;
	z-index: 0;
	overflow: hidden;
	top: 714px;
}

#footer a{
 color: #fff;
}
 
a:link, a:visited, a:active {
  color: #666666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #333333;
}

.video{
  position: absolute;
  top: 20px;
  left: 42px;
  width: 180px;
  height: 156px;
}

.wform_startseite{
  position: absolute;
  top: 360px; 
  left: 720px; 
  width: 200px;
}

.impressum_inhalt {
  position: absolute; 
  top: 200px; 
  left: 550px; 
  width: 200px; 
  font-size: 12px; 
  color: black;
}
