/* very specific css-definitions for the song's detail-site ---------------- */
/* only for this song! ----------------------------------------------------- */
/* derrin -- derrin enters the field --------------------------------------- */

/* == song detail site ===================================================== */
/* Additional pictures on the main pic ------------------------------------- */

#trumpet_player {
/*  picture: path from this css-location on */	
	background: url("../12_img/trumpet_player.jpg") no-repeat transparent;
	position: relative; 
	left: 30px; top: 10px; 
	width: 400px; height: 411px; 
	z-index: 10; 
}

#poisson_equation {
/*  picture: path from this css-location on */	
	background: url("../12_img/poisson_equation.png") no-repeat transparent;
	position: relative; 
	left: 102px; top: -15px; 
	width: 300px; height: 72px;
	z-index: 10; 
	margin-bottom: -30px;
}

#figures {
/*  picture: path from this css-location on */	
	background: url("../12_img/figures.png") no-repeat transparent;
	position: relative; 
	left: 80px; top: -15px; 
	width: 320px; height: 140px; 
	z-index: 10; 
}

#question_mark {
/*  picture: path from this css-location on */	
	background: url("../12_img/question_mark.png") no-repeat transparent;
	position: absolute; 
	right: 10px; top: 920px; 
	width: 129px; height: 173px; 
	z-index: 10; 
}


/* === fonts for "derrin" ================================================= */
.col_derrin { 
/* 	color: #a28c64; 	 */						   /* very orange   */
/* 	color: #b69878;		 */						   /* for fonts of wild man   */ 
	color: #bcacc4; 							   /* violet */
}      

.move_down { 									   /* font slightly deeper    */
	position: relative; 						   /* in the headline 		  */
	top: 0.1em; 
}		

/* ========================================================================== */
/* === Einrückung des paragraphs links und rechts =========================== */
.indent1 {
	padding-top: 0.5em;
	padding-left: 3em;
	padding-right: 3em;	
}	

