/* specific css-definitions for the song's detail-site -------------------- */
/* fake or truth -- div "box_songtext" width: 558 px ---------------------- */
/* small adaptions -------------------------------------------------------- */
/* ======================================================================== */


/* ======================================================================== */
/* First character of the headline-name bigger ---------------------------- */

.bigger_char_1 {									/* headline */
	font-size: 160%;
	position: relative; 
	top: 0.1em;  
}

.bigger_char_2 {									/* normal writing */
	font-size: 160%;
	position: relative; 
	top: -0.0em;  
}

.small_fake {font-size: 70% !important; }


/* === font-colours ======================================================= */
.colour_1 { color: #91bec4 !important; }      	     /* high blue           */
.colour_2 { color: #8f9ac5 !important; }      	     /* dark blue           */

.colour_3 { color: #da9a74 !important; }      	     /* high red            */
.colour_4 { color: #d3a647 !important; }      	     /* orange              */

.colour_5 { color: #7c6534 !important; }      	     /* dark brown          */
.colour_6 { color: #cac677 !important; }      	     /* yewllowish grey     */
.colour_7 { color: #a3c0ae !important; }      	     /* greenish grey       */


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


/* == song detail site ===================================================== */
/* -- Overlay GIF-animations -- over the main pic -------------------------- */

#four_plus_four {
/*  4 + 4 = 9 */
/*  picture: path from this css-location on */	
	background: url("../11_img/fake_or_truth/ani_4+4=9.gif") no-repeat transparent;
	position: absolute; 
	left: 0px; top: 0px; 
	width: 1100px; height: 650px; 
	z-index: 10; 
}

#fake_or_truth {
/*	fake or truh? */
/*  picture: path from this css-location on */	
	background: url("../11_img/fake_or_truth/ani_fake_or_truth.gif") no-repeat transparent;
	position: absolute; 
	left: 0px; top: 0px; 
	width: 1100px; height: 650px; 
	z-index: 11; 
}

#taken_over {
/*	have the aliens taken over? */
/*  picture: path from this css-location on */	
	background: url("../11_img/fake_or_truth/ani_taken_over.gif") no-repeat transparent;
	position: absolute; 
	left: 0px; top: 0px; 
	width: 1100px; height: 650px; 
	z-index: 12; 
}

/* ======================================================================== */
/* -- Zusätzliche Bilder im Text: violin + cello -------------------------- */
/* -- Parent-Box: #box_songtext, width: 558px ----------------------------- */
/* -- in "05_header_det.css" ---------------------------------------------- */

/* -- Kasten für Bilder --------------------------------------------------- */
#cello_box {
    border: 0px solid #3F3;     		/* green frame */
    position: relative;                	/* parent-div */
/* 	width: 558px; height: 700px; */
	width: 1100px; height: 400px; 		/* width like main picture */
	overflow: hidden; 
    top: 0px; left: -282px; 			/* centered like main picture */
}	

/* == Bilder selbst ======================================================= */
/* -- cello player -------------------------------------------------------- */
#cello_player {
	background: url("../11_img/fake_or_truth/cello_player.jpg") no-repeat transparent;
	width: 300x; height: 400px; 
	/* position: absolute;  */
	position: relative; 
	/* display: inline;  */
	/* top: -80px; left: -270px;	 */
	top: 0px; left: 0px;
	z-index: 5;
}

/* -- cello katharina ----------------------------------------------------- */
#cello_katharina {
	background: url("../11_img/fake_or_truth/cello_katharina.jpg") no-repeat transparent;
	width: 405x; height: 400px; 
	position: relative; 
	top: -400px; left: 340px;	
	z-index: 6;
}

/* -- violin player ------------------------------------------------------- */
#violin_player {
	background: url("../11_img/fake_or_truth/violin_player.jpg") no-repeat transparent;
	width: 300x; height: 400px; 
	position: relative; 
	top: -798px; left: 801px;	
	z-index: 7;
}

