
.organigramma {
	width: 600px;
	height: 600px;
	display: block;
	
}

.organigramma ul, .organigramma li {
	display: block;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.organigramma ul {
	position: absolute;
	width: 600px;
	height: 600px;
	background: white none center top no-repeat
}

.orgItem {
	position: absolute;
	background: transparent;
	overflow: hidden;
}

.orgItem a, .orgItem a:link, .orgItem a:hover, .orgItem a:active, .orgItem a:active, .orgItem a:visited {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: block;
	background: transparent;
	color: black;
	text-decoration: none;
}

.orgItem a span {
	display: block;
	visibility: hidden;
}

.admin .orgItem {
	background: #def;
	border: 1px solid #f33;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;	
}

