/* oberer Streifen mit dem kleinen Bild */
#div_created
{
	text-align: 		center; 
	margin-top: 		20px;
	margin-left: 		32px;
	margin-right: 		32px;
	margin-bottom: 		10px;
	/* background-color: 	#eee; zum Testen */
	height: 			100px;
}
#img_ensemble
{
	float: 			left; 
	margin-right: 	10px;
	width: 			78px; 
	height:			95px; 
	border:			1px solid #000; 
}
#p_created
{
	padding-top: 	15px;
	text-align: 	justify; 
}
#head_1989
{
	font-size: 		18px; 
	color: 			#ff3300;
	background-color: inherit;
}

/* zweiter Streifen mit den grünen Mustern */
#div_cds
{
	text-align: 		center; 
	margin-top: 		20px;
	margin-left: 		28px;
	margin-right: 		28px;
	margin-bottom: 		10px;
	/* background-color: 	#fef; zum Testen */
	height: 			152px;
	display:			block;
}
div.inline_container
{
	display: 			inline;
}
#div_left
{
	/* background-color: 	#ccf; zum Testen */
	width: 				160px; 
	height:				151px; 
	display: 			inline;
	float:				left;
	background-image: url("../biography/bio_l.png");
}
#div_text
{
	/* background-color: 	#fcc; zum Testen */
	width: 				190px; 
	height:				151px; 
	display: 			inline;
	float:				left;
}
#span_prod
{
	font-size: 			130%; 
	color: 				#ff3300;
}
#p_cds_text
{
	/* background-color: 	#aaf; zum Testen */
	margin-top:			0px;
	font-size:			120%;
	text-align: 		center;
}
#div_cos
{
	/* background-color: 	#ffc; zum Testen */
	width: 123px;
	height: 151px;
	display: inline;
	float: left;
	background-image: url("../biography/colors_of_silk_cover_s.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
#div_right
{
	/* background-color: 	#ccf; zum Testen */
	width: 				160px; 
	height:				151px; 
	display: 			inline;
	float:				left;
	background-image: 	url("..//biography/bio_r.png");
}
img.green_pattern
{
	width:				160px; 
	height:				151px; 
	border:				none; 
}

/* Unterer Abschnitt mit den Auftritten */
#div_table_container
{
	/* background-color: 	#ccf; zum Testen */
	text-align: 		center; 
	margin-top: 		10px; 
	margin-bottom: 		50px;
	
}
#table_container
{
	border-collapse:	collapse;
	margin-left: 		26px;
	margin-right: 		26px;
	
}
#td_title01, #td_title02, #td_title03
{
	background-position: left;
	background-repeat: no-repeat;
	color: #3e0300;
	background-color: inherit;
	font-size: 22px;
	font-weight:	600;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#td_title01
{
	background-image: url("../biography/title1.gif");
	width: 210px;
	text-indent: 55px;
}
#td_title02
{
	background-image: url("../biography/title2.gif");
	width: 205px;
	color: #3e0300;
	text-indent: 5px;
}
#td_title03
{
	background-image: url("../biography/title3.gif");
	width: 215px;
	text-indent:	10px;
}


#table_festivals, #table_stages, #table_castles
{
	margin-top: 		10px;
	border-collapse:	collapse;
	border:				none; /* zum Testen */
}




/* Zellen mit den Bildern und Texten */
td.bio
{
	padding-left: 		3px;
	padding-bottom:	20px;
	padding-top:		7px;
	text-align:			left;
	font-weight:		700;
}
span.year
{
	font-size:			80%;
	font-weight:		100;
}
td.biopicture
{
	text-align: 		left;
	padding-left: 		3px;
	padding-bottom: 	20px;
}
td.square
{
	padding-top: 		5px;
	vertical-align: 	top;
}
img.square
{
	width:				7px;
	height:				7px;
	border:				none;
}
img.biopic
{
	margin-top:			3px;
	border-left:		1px solid white;
	border-top:			1px solid white;
	border-right:		1px solid #555;
	border-bottom:		1px solid #555;
}





