/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(../grafiken/background.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}