@charset "utf-8";
/* CSS Document */
.container {
	width: 800px;
    height: 625px;
	box-shadow: 3px 3px 15px #5c5c5c;
	background-color: #FFF !important;
	margin: 0 auto; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
}
body {
	background-color: #8f8e8a;
	background-image: url(../../bilder/bg2s.jpg);
	background-position: top; /* Center the image */
	background-size: cover;  /*Resize the background image to cover the entire container */
}

