/*CSS der Einstiegsseite*/

/* CSS Reset */
* { margin:0; padding:0; }

#bildbox{
	height:150px;
	width:560px;
	margin-left:40px;
	margin-bottom:30px;
	}
	
	
.bilderbox{
	background-color:#fff;
	width:150px;
	height:150px;
	float:left;
	margin-right:40px;
	}
	
.bilderbox_ende{
	background-color:#fff;
	width:150px;
	height:150px;
	float:left;
	}

.bilder{
	width:130px;
	height:130px;
	margin:10px auto;
	}

