
#menue {
	position:relative;
}


/* Thumbnail Reihen fixe y-Positionen */

.menue_reihe_1 {
	width:660px;
	height:150px;
	top:0px;
	left:30px;
	margin-bottom:10px;
	float:bottom;	
	position:absolute;
}

.menue_reihe_2 {
	width:660px;
	height:150px;
	top:170px;
	float:bottom;	
	position:absolute;
}

.menue_reihe_3 {
	width:660px;
	height:150px;
	top:340px;
	float:bottom;	
	position:absolute;
}

/* Thumbnails */
	
.menue_bild {
	width:150px;
	height:150px;
	border: 0px solid #79797e;
	float:left;	
	z-index:10;
	top:0px;
	position:absolute;
	background-color:#fff;
}

/* Bildpositionen Thumbnails */

.bild1 {
	left:0px;	
}
.bild2 {
	left:170px;	
}
.bild3 {
	left:340px;	
}
.bild4 {
	left:510px;	
}
.bild5 {
	left:360px;	
}
.bild6 {
	left:450px;	
}
.bild7 {
	left:540px;	
}


/* schatten für bildvergroesserung */
.schatten {
	-webkit-box-shadow: 5px 5px 7px #838383;
	-moz-box-shadow: 5px 5px 7px #838383;
	box-shadow: 5px 5px 7px #838383;
}