@charset "UTF-8";

a.popup { 
	display:block; 
	position:relative;
	text-decoration: none;
}

.tekstpanel {
	position:absolute;
	width:170px;
	right: -180px;
	top: 10px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding: 10px;
	float: right;
	z-index: 100;
}

.tekstpanelitem {
	margin-bottom: 5px;
}

.tekstpaneltitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height:15px;
	font-weight: bold;
}

.tekstpaneltekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	line-height:15px;
}

.tekstpanelbody {    
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 11px;    
	color: #777;    
	line-height:15px;
}
