div.errorHolder
{
	border: 10px solid #dfdfe1;
	color: #333;
	font-family: Myriad Pro, Trebuchet MS, Arial;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -300px 0 0 -475px;
	width: 950px;
}

div.errorHolder .top
{
	background-image: url( '/grafik/common/errorBorder.jpg' );
	background-position: bottom;
	background-repeat: no-repeat;
	height: 210px;
	margin: 70px auto 0 auto;
	width: 575px;
}

div.errorHolder .top .logo
{
	float: left;
	height: 160px;
	margin: 0 0 0 20px;
	width: 238px;
	overflow: hidden;
}

div.errorHolder .top .headline
{
	float: left;
	height: 160px;
	width: 317px;
}

div.errorHolder .top .headline h1
{
	color: #000;
	font-size: 20px;
	font-weight: normal;
	margin: 25px 0 0 15px;
	line-height: 114px;
}

div.errorHolder .bottom
{
	margin: 25px auto 0 auto;
	width: 480px;
}

div.errorHolder .bottom .text
{
	margin-bottom: 25px;
}

div.errorHolder .bottom a, div.errorHolder .bottom a:visited
{
	color: #000;
	display: block;
	text-decoration: none;
}

div.errorHolder .bottom a.arrowLeft
{
	background-image: url( '/grafik/common/errorArrowLeft.jpg' );
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

div.errorHolder .bottom a.arrowRight
{
	background-image: url( '/grafik/common/errorArrowRight.jpg' );
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 20px;
	margin-top: 15px;
	width: 120px;
}

