body {
	padding-bottom: 1.5vh;
}

.plakat {
    background-color: #FBEC9D;
    color: #000000;
    text-align: center;
}

ul.plakat {
	display: inline-block;
	text-align: left;
}

.impressum {
	padding-left: 10vw;
	padding-right: 10vw;
}

#mainHeader {
    color: #FFFFFF;
    text-shadow: 1px 1px 8px #808080;
    text-align: center;
    font-size: 50px;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #333;
	text-align: center;
	padding-top: 0.6vh;
	padding-bottom: 0.2vh;
}

footer a {	
	color: #FFFFFF;
	text-decoration: none;	
}
