* {
    margin: 0;
    padding: 0;
}
 
html, body {
    height: 100%;
}

#header 
							 {
							  margin: 0 0 0 0;
    						position: fixed;
    						height: 130px;
								width: 100%;
    						background: url(../bilder/hg/headerback_2024.png);
								
								border-bottom: 0px solid #a8a9ac;
								z-index: 100;
								float:left;
								}
.eins 
							 {position: relative;
							 float:right;
							 margin: 25px 13rem 0 0;
    					 
	  						width: 200px;
								height: 80px;
								border: 0px solid #ff0000;
								}
a.header:link{
 
  text-decoration: none;

}

a.header:hover{

 background:rgba(0,0,0,0);

}
#seite {
    position: relative;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
    background-color: #;
}
 
 
#footer {
border-top: 0.1rem solid #ffffff;
    position:fixed;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    height: 9.8rem;
}