  #mContainer {

    /*
	hintergrundkasten für bilder; wenn margin auf auto gesetzt wird, dann zentriert
	*/

	position:absolute;
	margin-top:0px;
	margin-left:30px;
	width:226px;
	height:350px;
	border:0px solid #F0F0F0;
	background-color:#999999;
}




#imageContainer {
	position:absolute;
	width:100px;
	top:5px;
	left:5px;
}

#mContainer #imageContainer img {
	/*
	filter:Alpha(opacity=50); wenn 50 statt 100 dann wird gleich das anfangsbild eingegraut, die 1er einstellungen original auch .5
	*/
	position:absolute;
	border:2px solid #FFFFFF;
	cursor:pointer;
	-moz-opacity:1;
	opacity:1;
	filter:Alpha(opacity=100);
	z-index:100;
}


/*kastenhintergrund für das vergrößerte bild 
    #imageDestination {
	position:absolute;
	top:100px;
	left:200px;
	width:250px;
	height:150px;
	border:1px solid #000;
	background:#333333;
	z-index:0;
}           */


#controls {

/*
	einstellungen für bildwechsel
	*/


	width:215px;
	position:relative;
	margin:auto;
	margin-top:80px;
	padding-top:10px;
	font:9px verdana;
	border-top:2px solid #000;
}



#caption {


   /*
	bildunterschrift kasten
	*/
	letter-spacing: 1px;
    line-height: 1.5;
    color: #FFFFFF;
    font-size: 12px;
    font-family: verdana;
	font-weight:bold;
	position:absolute;
	top:390px;
	width:280px;
}


#head {


   /*
	zurück zum EG
	*/
	letter-spacing: 1px;
    line-height: 1.5;
    color: #FFFFFF;
    font-size: 12px;
    font-family: verdana;
	font-weight:bold;
	position:absolute;
	top:5px;
	width:280px;
}

 /*
#credits {
	position:relative;
	margin:auto;
	margin-top:20px;
	width:400px; 
	font-family:verdana;
	font-size:9px;
}

#credits img {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	border:1px solid #000000;
	width:80px;
	height:79px;
}

*/


hr {
	width:400px;
	height:1px;
	text-align:left;
	color:#000;
	background:#000;
	border-style:none;
	clear:both;
	margin:5px 0 5px 0;
}