body{
	background:#FFF;
	font-family:Arial; color:#333; font-size:13px;
	background:url(../img/css/bg_wood.jpg);	
}
.fl{float:left}
.fr{float:right}
.lClear{clear:both; overflow:hidden; font-size:0px}

#errBox{
	width:700px;
	margin:100px auto;
	padding:30px 30px;
	background:#7A5D4D;
	position:relative;
	border:8px solid #FFF;
	box-shadow:#333 10px 10px 15px
}

#logoErr{
	position:absolute;
	left:20px;
	top:60px
}

img{border:0}

#errTexte{
	padding-left:329px
}

	.errAbsatz{
		margin-bottom:20px		
	}

		.errAbsatz h2{
			font-size:22px;
			font-weight:normal;
			padding:0;
			margin:0 0 10px 0;
			color:#FFF
		}

		.errAbsatz a{
			color:#FFF;
			display: inline-block;
			font-size: 14px;
			text-decoration: underline;
			text-transform: uppercase
		}