/* Fehlerpanel */
.errorMessageLogic {
	padding: 2px 0px 2px 0px;
	font-family: Arial;
	font-size: 11pt;
	text-align: center;
	border: thin solid #ff0000;
	color: #ff0000;
}

#jsErrorMessage {
	position: absolute;
	width: 360px;
	display: none;
}

#jsErrorTop {
	background: url("../img/errorMessage/top.png") repeat-x;
}

#jsErrorBottom {
	background: url("../img/errorMessage/mark.png") repeat-x;
}

#jsErrorleft {
	background: url("../img/errorMessage/left.png") repeat-y;
	vertical-align: middle;
}

#jsErrorMiddle {
	background: url("../img/errorMessage/inner.png");
	vertical-align: middle;
	padding-right: 10px;
	color: #ffffff;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

#jsErrorRight {
	background: url("../img/errorMessage/right.png") repeat-y;
}