/* Info-Layer zu den Optionen 23.06.2015 - 27.09.2015 */
div.infolayerpos { /* Class wird ueber JS im Div vor Bodyende eingebunden
	/* Über-Div des Layer-Divs */
	position: absolute;
	display: none; /* Wird vom JS auf BLOCK gesetzt */
	font-size: small;
	text-align: left;
    font-weight: normal;
    width: 300px;
    height: auto;
    top: -10px;
    left: 0px;
    padding: 10px;
    border: 2px solid #000000;
    background-color: #EEFFFF;
    display: none;
}

img.infoicon { /* Info-Buttongrafik */
	height: 14px;
	width: 18px;
	border: none;
	cursor: pointer;
	vertical-align: baseline;
	margin: 0px;
	visibility: hidden;
}
/* Info-Layer *Ende* */