body {
	background-image: url(/img/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 0;
}

#zweig {
	z-index: 1;
	left: 30px;
	top: 0px;
	position: absolute;
	overflow: hidden;
}

#bilder {
	z-index: 5;
	left: 30px;
	top: 35px;
	position: absolute;
	overflow: hidden;
}


#thumbs {
	/* display: none;*/
	left: 35px;
	top: 75px;
	position: absolute;
	color: #929090;		
	font-size: 11px;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	z-index: 10;
}


a {
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #929090;	
}

a:Hover {
	text-decoration: underline;
	font-size: 11px;
	color: #914c60;
}
