@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
}
p {
  color: darkgray;
  font-family: Helvetica, Arial, sans-serif;
}
img {
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
	max-width: 100%;
    height: auto;
}
.oben {
	box-sizing:border-box; 
   	width: 100%; 
	text-align: center;
	vertical-align: center;
	position: relative;
    min-height: 100%;
}

.unten {
	position:absolute;
    bottom: 0;
	box-sizing:border-box; 
   	width: 100%;
	text-align: left;
}
a:link  {
text-decoration: none;
text-underline: none; 
	color: darkgray;
  font-family: Helvetica, Arial, sans-serif;
}
a:visited   {
text-decoration: none;
text-underline: none; } 