/* Klicksymbol */
a#popup {
	color: #000; 
	text-decoration: none; 
	position: relative; 
	left: 0px; 
	top: 0px; 
}

/* Klicksymbol */
a#popup:hover {
	/*color: #ff0000; */
	cursor: help;
}

a#popup span { 
	display: none;
}


/*
a#popup {
	color: #DA6B34;
	cursor: default;
	text-decoration: none;
}
*/

a#popup:hover #popbox {
	z-index: 2;
	display: block; 
	position: absolute;
	top: 0px;
	/*left: 0px; */
	width: 135px;
	/* height: 80px; */
	background-color: #FFFFFF; 
	text-align: left; 
	font-family: arial; 
	font-size: 12px;
	font-weight: normal;
	font-style: none;
	color: #E36829;
	text-decoration: none;
	border: 1px solid #DA6B34; 
	padding-left: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-right: 5px;
}