@charset "UTF-8";
/* CSS Document */
<!--
			html{
				width:100%;height:100%;
				  background: url(../bg.jpg) no-repeat center center fixed;
				  -webkit-background-size: cover;
				  -moz-background-size: cover;
				  -o-background-size: cover;
				  background-size: cover;
 				}
			.inhalt {
				margin-top: 5%;
				margin-left: 5%;
				overflow: hidden;
				height: auto;
				position:relative;
				z-index: 2;
				font-family: Helvetica, Arial, sans-serif;
				font: Helvetica, Arial, sans-serif;
				}
			.footer {
				position: fixed;
				height: auto;
				margin-left: 5%;
				bottom: 5%;
				}

//-->