body {
	background-image: url(../gfx/behang_001.gif);
	background-repeat: repeat;
	
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


div[id=back] {
	display: block; position: fixed;
	
	width: 100%; height: 100%; min-height: 500px;
	background-repeat: repeat-y;
	
	z-index: 1;
}


div[id=backpattern] {
	display: block; position: fixed;
	
	width: 100%; height: 100%; min-height: 500px;
	background-image: url(../gfx/pattern_01.png);
	background-repeat: repeat;
	
	z-index: 2;
}

#logoblok {
	display: block; position: fixed;
	
	width: 100%; height: 100%; min-height: 500px;
	
	
	z-index: 10;
}