#close_text a {
	position:absolute;
	top:1px;
	right:21px;
	width:110px;
	padding:4px 0 3px 0;
	font:bold 11px arial,verdana,tahoma,helvetica,geneva,sans-serif;
	color:#000;
	text-align:center;
	text-decoration:none;
	background-color:#fff;
}

#close_text a:hover {
	color:#000;
	text-decoration:underline;
}

#close_text a:visited {
	color:#000;
	text-decoration:none;
}

#close_button a {
	position:absolute;
	top:1px;
	right:1px;
	width:21px;
	height:21px;
	text-decoration:none;
	background:url(http://www.iwwb.de/images/button_close_popup.gif) center no-repeat;
}

#popup {
	position:absolute;
	
	/* Position des PopUps auf der Seite. Angaben in Pixel von oben (top) und links (left) */
	top:82px;
	left:100px;
	
	width:750px;
	height:480px;
	padding:5px;
	border:1px solid #000;
	background-color:#fff;
	z-index: 9;
}
