* {
    margin: 0;
    padding: 0;
}

@font-face {
	font-family: 'Conv_Federation';
	src: url('./fonts/Federation.eot');
	src: local('?'), url('./fonts/Federation.woff') format('woff'), url('./fonts/Federation.ttf') format('truetype'), url('./fonts/Federation.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
      text-decoration: none;
      }
/* unvisited link */
a:link {
      color: grey;
      }
/* visited link */
a:visited {
      color: grey;
      }
/* mouse over link */
a:hover {
      color: black;
      }
/* selected link */
a:active {
      color: black;
      }
      
#wrapper {
  width: 100%;
  height: 100%;
  margin: 50px auto;
  position: relative;
}

#textbox {
  margin-top:0px;
  background-color: lightgrey;
  position: absolute;
  width: 90%;
  height: 100%;
  opacity: 0.9;
  top: -6px;
  left: 5%;
  text-align: center;
  border: 2px solid silver;
}

#inhalt {
    background-color: lightgrey;
    width: 90%;
    padding: 5% 5%;
    text-align: center;
    font-family:'Conv_Federation',Sans-Serif;
}

#footer {
    position:absolute;
    bottom: 0;
    width: 100%;
    height: 3em;
    background-color: white;
    font-family:'Conv_Federation',Sans-Serif;
}

