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

#bottom {
	width: 100%;
	clear: both;
	position: absolute;
	bottom: 0;
}

/* Im folgenden folgt die Auflösung bis 668 Pixel */
@media only screen and (max-width: 668px){
	#bottom { margin-bottom: 62px; }
	#footer { position: absolute; bottom: 0; width: 100%; }
	.footerimprint { position: static!important; height: 16px; } /* footer im Impressum */
}