/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#modalBackgroundOverlay{background:#fff;}

#colorbox{}
	#modalContent{margin-top:38px; padding-bottom:30px;}
		#modalLoadedContent{background:#fff; padding:2px; border: 1px solid #AAA;}
			#contentTitle{position:absolute; font-size: 16px; font-family: Times New Roman, serif; botton:30px; left:0px; color:olive; font-style: italic; font-weight: bold;}
			#contentCurrent{display:none;}
			#contentPrevious{width:73px; height:23px; display:block; text-indent:-9999px; position:absolute; top:-24px; left: 97px; background-image:url(../images/colorbox/zurueck.jpg);}
			#contentPrevious:hover{background-image:url(../images/colorbox/zurueck_white.jpg);}
			#contentNext{paffing: 0px; width:70px; height:23px; display:block; text-indent:-9999px; position:absolute; top:-24px; left:171px; background-image:url(../images/colorbox/weiter.jpg);}
			#contentNext:hover{background-image:url(../images/colorbox/weiter_white.jpg)}
		#modalLoadingOverlay{background:url(../images/colorbox/loading.gif) center center no-repeat olive;}
		#modalClose{position:absolute; top:-24px; left: -2px; display:block; background-image:url(../images/colorbox/schliessen.jpg); width:98px; height:23px; text-indent:-9999px;}
		#modalClose:hover{ background-image:url(../images/colorbox/schliessen_white.jpg); cursor:pointer;}