body{
	font-family:sans-serif;
	background:#FCFEFF;
}

p{
}

p.intro, .main{
	text-align:center;
}

.footer h1{
	font-size:10pt;
	font-weight:bold;
}

div.footer{
	background:#CFD9E2;
	width:100%;
	padding:3px;
	margin:0px;

}

.footer #imprint{
	color:#00586B;
	
	font-size:10pt;
	font-weight:bold;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.top-container {
  background-color: #f1f1f1;
  padding: 0px;
  text-align: center;
}

.header {
  padding: 10px 16px;
  color: #f1f1f1;
  background-image: url('./redwall.png');
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky-footer {
  position: fixed;
  top: 95%;
  height:5%;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

