 Anweisung für Farbe Scrollbars, ggf. in css exportieren 
html, body {
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#D3D3D3;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#D3D3D3;
scrollbar-arrow-color:#808080;
scrollbar-track-color:#FFFFFF;
}
#bild {
	position:absolute;
	left:0px;
	top:200px;
	width:200px;
	height:134px;
	z-index:4;
}
#beschreibung {
	position:absolute;
	left:52px;
	top:0px;
	width:320px;
	height:100px;
	z-index:2;
	font-size: 0.82em;
}
#rechts #beschreibung p {
	margin-top: 7px;
	margin-bottom: 0px;
}

