body
{
	text-align: center;
	/*background-image: url(scrolls.jpg);*/
    background-color: #000;
}

#inhalt
{
	text-align: left;
	padding: 0;
	height: 480px;
	width: 640px;
	margin-top: -240px;
	margin-left: -320px;
	top: 50%;
	left: 50%;
	position: absolute;
	background-image: url(../images/error/devil.jpg);
}

#err
{
	position: relative;
	width: 196px;
	top: 60px;
	/*left: 15px;*/
	font-family: verdana, arial, helvetica, sans-serif;
	color: #f0fff0; /* #fff; */
	font-size: 13px;
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 14px;
	font-weight: bold; 
	letter-spacing: 2px;	
	padding: 0 15px; }

p
{
	width: 165px;
	padding: 0 15px;
}

p.l
{
	width: 152px;
	padding-left: 28px;
	text-indent: -12px; 
}

a.error
{
	color: #daa520; /* #ffd700; */
}

a.error:hover
{
	color: #ffd700;
}

