#bildScroll, #bildScroll1, #bildScroll2, #bildScroll3, .section{
	padding:0;
	margin:0;
}
#bildScroll, #bildScroll1, #bildScroll2, #bildScroll3{
	overflow:hidden;
	position:relative;
	width:516px;
	height:500px;
	float:left;
	}

.section{
	width:18000px;
	height:500px;
	position:relative;
	left:0;
	margin-left:-40px;
	}

	.section .sub{
		position:relative;
		top:0;
		left:0;
		float:left;
		margin:0;
		padding-left:0;
		padding-right:70px;
		width:455px;
		height:424px;
		list-style-position:inside;
		list-style-type:none;
		}
		.section .sub p{
			width:455px;
			margin-top:20px;
		}
		.section .next, .section .prev, .section .legende{
			position:absolute;
			bottom:15px;
		}
		.section .next{
			right:69px;
		}
		.section .prev{
			left:0;
		}
		.section .legende{
			left:24px;
			width:400px;
		}

