html { 
  background: url(hintergrund1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a:link { font-weight:bold; color:#adeade; text-decoration:none; }
a:visited { font-weight:bold; color:silver; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:#abcabc; text-decoration:none; }
a:active { font-weight:bold; color:#999; text-decoration:underline; }

#header {
	position:fixed;
	width:80%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
   left:0;
   right:0;
   top:0;
margin-bottom:20px;	
/*opacity:0.5; */
	/*background:#000;*/
	background-color: rgba(0,0,0,0.7);
	font:Verdana, Geneva, sans-serif;
	font-size:1.5em;
	color:#a4a864;
	
	}
#content {
	width:80%;
	max-width:1200px;
    margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	/*opacity:0.5; */
	/*background:#000;*/
	background-color: rgba(0,0,0,0.7);
	font:Verdana, Geneva, sans-serif;
	font-size:2em;
	color:#a4a864;
	
	}
	
#logo {float:left; padding: 0 10px 10px 0;} 