@CHARSET "UTF-8";

#areal {
	position: relative;
	
	width: 740px;
	height: 416px;
	
	overflow: hidden;
}

#arealScroll {
	position: absolute;

	left: 0px;
	top: 0px;
}

#areal .area {
	position: absolute;
	cursor: pointer;

	/* ie fix (no css hover effect and no js onhover event) */
	background-image: url("../pix/clear.gif");
}
#areal a.area-nolink,
#areal a.area-nolink:hover {
    cursor: default;
}
#areal .area IMG {
	display: none;
	border: none;
}


#areal .area:hover IMG {
	display: block;
}

#areal .area .infoText {
	display: none;
}

.arealPrototip {
	width: 200px;
	
	background-color: #fff;
	border: 1px solid #584a44;
	padding: 5px;
	
	color: #584a44;
	text-align: left;
}



#areal .button {
	position: absolute;
	display: block;

	top: 0px;

	width: 20px;
	height: 416px;
}
#areal .button:focus {
     outline: none;
}

#areal .buttonLeft {
	left: 0px;
}
#areal .buttonRight {
	right: 0px;
}

#areal .button SPAN {
	position: absolute;
	display: block;

	top: 197px;

	width: 21px;
	height: 21px;
	
	background-color: #584a44;
	border: 1px solid #fff;
	
	background-repeat: no-repeat;
	background-position: 6px 8px;
}

#areal .buttonLeft SPAN {
	background-image: url('../Images/left.gif');
}
#areal .buttonRight SPAN {
	background-image: url('../Images/right.gif');
}
#areal .buttonLeft:hover SPAN,
#areal .buttonRight:hover SPAN {
	background-color: #b80047;
}

#areal .legend {
	position: absolute;
	right: 0px;
	bottom: 0px;
}



