body {
	font-family: 'Open Sans','Arial','sans-serif';
}
#shopHeadTop {
	background-color: #21314d;
	height: 76px;
}
#fehlerContent {
	margin: 0px auto 0px auto;
	overflow: hidden;
}
.fehlerContentBoxes {
	float: left;
}
#fehlerText {
	margin: 100px 0px 50px 35px;
	width: 650px;
	font-weight: lighter;
	font-size: 20px;
	line-height: 29px;
}
#fehlerText p {
	margin-bottom: 40px;
}
#fehlerText h1 {
	font-size: 38px;
	font-weight: lighter;
	margin-bottom: 30px;
}
#fehlerText a:link,
#fehlerText a:visited {
	color: #333;
	text-decoration: underline;
}
.errorButton {
	height: 54px;
	line-height: 54px;
	background-color: #84bc34;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 25px;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 5px;
}
.errorButton:hover {
	background-color: #76aa2c;
}
@media (max-width: 1000px) {
  #fehlerContent {
		overflow-y: auto;
		left: auto;
		margin: 10px;
		padding-left: 0px;
		padding-right: 0px;
	}
	#fehlerLogo img {
		display: none;
	}
	#fehlerText {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 40px;
		word-wrap: normal;
	}
	#fehlerText h1 {
		line-height: 1.05;
	}
}