body.fehlerseite {
	background: none;
}

div#fehlerbox {
	width: 500px;
	margin: auto;
	margin-top: 2em;
	text-align: center;
	color: #232323;
	font-size: .9em;
}

div#fehlerbox p.fehlermessage {
	font-weight: bold;
	margin: 0 0 2.5em 0;
}

div#fehlerbox h1 {
	font: 8em Arial, Helvetica, Verdana, Sans-Serif;
	font-weight: bold;
	text-align: center;
	color: #515151;
	margin: 0;
	text-shadow: 2px 2px 4px #515151;
}

div#fehlerbox div.logo {
	width: 173px;
	height: 112px;
	background: url(/images/logo.jpg) no-repeat;
	margin: auto;
	margin-bottom: 2em;
}

	div#fehlerbox div.logo a {
		width: 173px;
		height: 112px;
		margin: 0;
		display: block;
		border: 0;
	}
