
html {
} 

body {
  	background-color: #FFFFFF;
    background-image: url("eigene_bilder/test.jpg");
    background-repeat: no-repeat;
    background-position: center top;
	background-attachment:fixed;
}

div#centerlayout 
	{ 
	/*
	position:absolute; 
	left:50%; 
	top:80px; 
	height:100%; 
	width:950px; 
	margin-top:-286px; 
	margin-left:-475px; 
	background-color: #FFFFFF;
	padding:10px 10px 10px 10px;
	overflow:visible
	*/
	position:relative;
	left:50%;
	margin-left:-475px; 
	width:950px;
	background-color: #EEEEEE;
	padding:20px 20px 20px 20px;
} 

#link_panel1
{
position:relative; 
left:10px;
top:-40px;
}