/* specific css-definitions for the song's detail-site -------------------- */
/* magic in the room -- div "box_songtext" width: 558 px ------------------ */
/* small adaptions -------------------------------------------------------- */
/* ======================================================================== */


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

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

.bigger_char_2 {								   /* for the question mark */
	font-size: 130%;
	position: relative; 
	top: 0.0em;  
}

.smaller_char_1 {
	font-size: 90%;
	position: relative; 
	top: 0.0em;  
}

/* version "det_very_long": Überschrift extrem lang -------- */
/* ohne Zeilenumbruch --> margin bottom etwas höher -------- */
h1.head_song_det_very_long {
	margin-bottom: 0.2em;	 	 /* unten: ewas mehr Abstand */	
}							     /* before: -0.03em			 */


/* === 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; }      	     /* yellowish grey      */
.colour_7 { color: #a3c0ae !important; }      	     /* greenish blue grey  */


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

/* ======================================================================== */
/* === Kleiner Index in der Drake-Gleichung =============================== */
.low {
	font-size: 60%; 
	position: relative; 
	bottom: -0.4em; 
}

/* ======================================================================= */
/* switch the language: english <--> german ------------------------------ */
/* boxes for positioning ------------------------------------------------- */
#switch_language {
	border: 0px solid #fb6;		/* high orange */
	width: 255px; 
	margin-top: 92px; 			/* abstand von der box oben */
	margin-left: 0px; 
	text-align: left; 			/* nation-flag left */
}

#switch_language_i {
	border: 0px solid #ff0;		/* yellow */	
	width: 105px;
	margin-left: 70px;			/* pushed into the middle */
	text-align: center; 
}

#switch_language_i p {			/* font like the tech-info */
	color: #b7c094;
	font-size: 10px;
	text-align: center; 
	margin-left: 0px; 
}	


/* ======================================================================== */
/* Zusätzliches Bild im Text: 1 Bild -------------------------------------- */

/* acoustic strings ------------------------------------------------------- */
#ac_strings {
	background: url("../11_img/have_they_been_add/acoustic_strings.jpg") no-repeat transparent;
	width: 600x; height: 304px; 
	position: relative; 
	top: 0px; left: 0px;	
	z-index: 0;
}

/* tanja ------------------------------------------------------------------ */
#tanja {
	background: url("../11_img/have_they_been_add/tanja.jpg") no-repeat transparent;
	width: 300x; height: 489px; 
	position: relative; 
	top: 480px; left: -20px;	
	z-index: -1;					 /* if not -1 the pdf-link doesn't work */
}

/* kepler11 ---------------------------------------------------------------- */
#kepler11 {
	background: url("../11_img/have_they_been_add/kepler11.jpg") no-repeat transparent;
	width: 300x; height: 185px; 
	position: relative; 
	top: -16px; right: -825px;	
	z-index: 1;
}

/* start_rocket ------------------------------------------------------------- */
#start_rocket {
	background: url("../11_img/have_they_been_add/start_rocket.jpg") no-repeat transparent;
	width: 250x; height: 333px; 
	position: relative; 
	top: -12px; right: -855px;	
	z-index: 1;
}

