#tinybox { /*Box mit PopUp-Inhalt*/
	position:absolute;
	display:none;
	padding:0px;
	background:#ffffff url(images/preload.gif) no-repeat 50% 50%; /*Hintergrund*/
	border:1px solid #868686; /*Fensterrand*/
	z-index:2000;
	}

	
#tinymask { /*Hintergrund*/
	position:absolute;
	display:none;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000000; /*Farbe der Maske (Transparenz wird in 'tinybox.js' (Zeile 24) festgelegt) */
	z-index:1500;
	}
	
#tinycontent {
	background:#fff;
	}

.button {
	display: block;
	width: 160px;
	height: 90px;
	line-height: 90px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../layout/compart/images/link_cp-movie.jpg) no-repeat left top;
	cursor:pointer;
	}
	
.button:hover {
	background-position: right top;
	}

/* START Close-Button für Seite mit Clip "nl2009-4_boewe" */
.close_button#nl2009-4_boewe {
	display: block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(/movieclips/nl2009-4_boewe/but_close.gif) no-repeat left top;
	cursor:pointer;
	}
	
.close_button#nl2009-4_boewe:hover {
	background-position: right top;
	}
/* ENDE Close-Button für Seite mit Clip "nl2009-4_boewe" */