body {
    background: #000000 url(/images/mockup/hintergrund.jpg) repeat-x 820px 0px;
    background-attachment: fixed;
}
#header {
		background: url(/images/mockup/header.png) repeat-x 820px 0px;
}
.accordion dt div {
    background: url(/images/mockup/hintergrund.jpg) repeat-x 820px 17px;
}

#bottom-logo {
		position: fixed;
		bottom: 10px;
		right: 10px;
		width: 178px;
		height: 33px;
		text-indent: -6000px;
		background: url(/images/mockup/logo.bottom.png) no-repeat center center;
		z-index: 1000;
}

#bottom-logo.start {
		width: 681px;
		height: 132px;
		background: url(/images/mockup/start.png) no-repeat center center;
		text-indent: -6000px;
		left: 50%;
		margin-left: -340px;
		bottom: 100px;
}
