﻿#zentrieren {
	width: 900px;
	margin: 0 auto;
}

body
{
background-image: url(../graphics/bckgrnd-bssrlrnn.png);
background-repeat: repeat-x;
background-x-position: center;
background-y-position: top;
background-attachment: fixed;
background-color: #FFFFFF;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}