* {
    margin: 0;
    padding: 0;
}

a:link { text-decoration:none; }
.p1 { font-family: Arial, Helvetica, sans-serif; color:blue;  font-size:18pt;}
html, body { height: 100%; width: 100%;
}

@font-face {
  font-family: 'Newborough';
  src: url('fonts/Newborough.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
#inhalt {
    background-color: orange;
    width: 100%;
	height: calc(100% - 150px);
	display: block;
     position: relative;
     top: 100px;
 }
#fussbereich {
    position:absolute;
    bottom: 0;
    width: 100%;height: 50px;
    background-image: url('./images/wolken.jpg'); 
	background-size: cover;
	background-repeat: no-repeat;
    
    background-size: 100% 100%; 
    
}
#navi { width: calc(100% - 200px); top: 10px; position: absolute; left: 110px;  }
#container { 
	width: 100%; margin: 0px; height: 100px;
    margin-top: 1px;
    position: absolute;
    top: 0;
	overflow: hidden; 
	background-image: url('./images/wolken.jpg'); 
	background-size: cover;
	background-repeat: no-repeat;
    
    background-size: 100% 100%; 

}
/*#container form {background-image: url('./images/wolken.jpg');}
#container img { width: 80px; height: 80px; float: left;}*/

