
html, body
{
	height:100%;
}

body
{
	background-color: #000000;
	margin: 0;
}

.pageseite_links
{
	background-color: #FFFFFF;
	margin: 0;
}

.pageseite_rechts
{
	background-color: #FFFFFF;
	background-image: url(BGR.png);
	background-position: top left;
	background-attachment: scroll;
	background-repeat: repeat-y;
	margin: 0;
}

.pagecenter_general
{
	background-color: #FFFFFF;
	background-image: url(BGCenter.png);
	background-position: top center;
	background-attachment: scroll;
	background-repeat: repeat;
	width: 1000;
	margin: 0;
}

.pagecenter_top
{
	background-image: url(BGTop.png);
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 1000;
	margin: 0;
}

.pagecenter_bottom
{
	background-image: url(BGBot.png);
	background-position: bottom center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 1000;
	margin: 0;
}

