body {
  background-color: #ddd;
  color: #222;
  font-family: Helvetica;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

img#bg {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   z-index:-1;
 } 

#navigation ul {
  list-style-type: none;
}

#navigation ul li a:link { text-decoration:none; font-weight:bold; font-size: 17px; color:#00F; }
#navigation ul li a:visited { text-decoration:none; font-weight:bold; font-size: 17px; color:#00F; }
#navigation ul li a:hover { text-decoration:none; font-weight:bold; background-color:#ff0; }
#navigation ul li a:active { text-decoration:none; font-weight:bold; background-color:#cff; }
#navigation ul li a:focus { text-decoration:none; font-weight:bold; background-color:#080; }

div#content {
   position:relative;
 } 

div#kopf{
	text-align: center;
/*	background:url(LogoFPS.png) no-repeat;
	background-size: 100%; CSS3 */
}

div#navigation{
	float:left; 
	width:50em; 
}

div#rand{
	float:right; 
	width:5em; 
}

div#inhalt{
	margin: 0em 5em;
	padding: 1em;
}

div#fuss{
	clear: both;    /*beendet float Bereiche*/
	font-size: 9px;
}
