/* START ERROR CSS DEFINITIONEN */
/* ================================= */

.errorContainer {
	position:absolute;
	left:50%;
	top:25%;
	margin-left:-200px;
	width:400px;
	z-index:1000;
	border: 1px solid #848484;
	background-color: #f8f8f8;
	background-image: url(../../../application/cms/system/img/error/error_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

.errorCode {
	line-height: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	color:#848484;
}

.errorContainer a {
	text-decoration: none;
}

.errorContainer .errorCode .errorClose {
	text-align:right;
}

.errorContainer .errorCode .errorWrapper {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.errorContainer .errorCode .errorImg {
	float:left;
	width:45px;
	height:43px;
}

.errorContainer .errorCode .errorHeader {
	font-weight:bold;
	float:left;
	line-height:43px;
	font-size:16px;
	width:300px;
	height:43px;
	padding-left: 5px;
}

.errorContainer .errorCode .errorMessage {
	margin-top:7px;
}
/* ================================= */
/* ENDE ERROR CSS DEFINITIONEN */