DIV#poi {
	width:280px;
	overflow:auto;
	background-color: white;
	font-size:11px;
}

DIV.poi {
	height:300px;
}

DIV#poi UL#poitab {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

DIV#poi UL#poitab LI {
	display:inline;
	margin:0 10px 0 0;
}
	UL#poitab LI A{
		background-color:#EBEBEB;
		padding:2px 4px 2px 4px;
		/* border:1px solid #000000; */
		/* text-decoration:none; */
		margin:0px;
		/* color:#000000; */
		font-weight:normal;
	}
	UL#poitab LI A:hover{
		background-color:#FFEA95;
		/* font-weight:bold; */
	}
	UL#poitab LI A.act{
		/* font-weight:bold; */
		background-color:#FFEA95;
	}
	
/* INFOBOX */
#infobox{
	position:fixed;
	left:20px;
	top:200px;
	width:300px;
	/* background-color:#FFFFFF; */
	z-index:99999;
}

.infobox-dragbar {
	background-color: #FFFF00; /* #CAE8EA; url(fileadmin/evva/img/bg_navi2_a.gif) no-repeat; */
	cursor:pointer;
	cursor:hand;
	padding: 10px 0 8px 10px;
	border:1px solid #C1DAD7;
	overflow:auto;
}

.infobox-left {
	font-size : 12px; 
	font-weight: bold;
	float: left;
	padding-left: 5px;
	/* color: #4f6b72; */
	/* letter-spacing: 1px; */
	/* text-transform: uppercase; */
}
		
.infobox-right {
	text-align:right;
	padding-right: 10px;
}

.infobox-mainNest {
	text-align: left;
	padding: 10px;
	background-color: white;
	border:1px solid #C1DAD7;
	border-top:0px solid;
	height:250px;
	overflow:auto;
	color:#232;
}

.infobox-mainNest .tx-rgpopup-main INPUT.submit{
	/* width:80px; */
	font-size:12px;
	margin:0;
	padding:0;
	border-bottom:2px solid #BDB508;
	border-right:2px solid #BDB508;
	background-image:url(../img/bg_navi2_a.gif);
	background-position:-2px -2px;
}

#infoboxtab {
	margin: 0;
	padding:5px 0;
	height:15px;
	margin-bottom:10px;
	border-bottom: 1px solid #9FB1BC;
}

#infoboxtab li {
	padding: 0;
	display: block;
	float:left;
	list-style: none;
	background: none;
}

#infoboxtab a, #infoboxtab a:link, #infoboxtab a:visited {
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;  
	letter-spacing: 1px;
}

#infoboxtab .act a, #infoboxtab a:link.active, #infoboxtab a:visited.active, #infoboxtab a:hover {
	color: #000000;
	/* background: url(square.gif) no-repeat bottom center; */
}