/* inlinePopup */
	#iPopup {
		position: absolute;
		top: 142px;
		left: 211px;
		z-index: 990;
		border-color: Black;
		border-style: solid;
		border-width: 1px;
      background-color: #0066CC;
	}
	
	#TopNavClose {
	float: right;
	width: 16px;
	height: 16px;
	background-color: #0066CC;
	}	
	
	#titelbox {
	float: none;
	cursor: pointer;
	height: 16px;
	background-color: #0066CC;
	}
	
	#titel {
	height: 16px;
	margin: 1px 0px 0px 5px;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: White;	
	}
		
	#imgContainer {
	float: none;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: Black;
	background-color: White;
	}
	
	#iPopupImage  {	
		border-style: none;
		border-width: 0px;
		display: block;
	}
	#closeImage  {	
		border-style: none;
		border-width: 0px;
		display: block;
	}
		
