/* Style Sheet */

#kopf {
  position:relative;
  background-color:#ffffff;
  width:100%;
  margin-left:-20px;
}
body {
  background-color:#000000;
  color:#ffffff;
  font:verdana;
  
}
ul {
	list-style-type: none;
}
#fuss {
	text-align:center;
	font: sans-serif,Verdana; 
	background-color:#353535;
	letter-spacing:2px;
	line-height:1.5;
	width:100%;
	padding: 20px;
	margin-left:20px;
	clear:both;
	
}
#rahmen {
  width:80%;
  background-color:#999999;
  margin:auto;
  position:relative;
}
#wrapper {
  	position: relative;
	width:100%;
	letter-spacing:3px;
	 
}
body link {
  color:#353535;
}
a {
  text-decoration:none;
}
a:link {
  color:#ffffff;
}
a:visited {
  color:#ffffff;
}
a:hover, a:focus {
  text-decoration:underline;
}
a:active {
  color:#ffffff;
  background-color: #353535;
}
#navi {
  background-color:#353535;
  width:20%;
  float:right;
  position:absolute;
  top:30px;
  left:80%;
}
.zusatz {
  font-size:70%;
}
#navi li {
border-bottom:thin solid #000000;;
border-top:thin solid #000000;
}




