body {
	text-align: center;
	background-color: white;
}
* {
	margin: 0px;
	padding: 0px;
}

#alles, #alles * { 
	text-align: left;
}
#alles {
	margin-left: auto;
	margin-right: auto;
}

#thumbs {
   float: left;
	width: 313px;
	height: 280px;
	border: 1px solid white;
	margin-left: 3px;
	
}

.thumb_kl {
	float: left;
	width: 85px;
	height: 57px;
	border: 5px solid #ffffff;
	margin-left: 7px;
	margin-top: 20px;
}
a:hover.thumb_kl {
	border: 5px solid #E7E4D5;
}
img {
	border: 0px;
}






