/*-----------------------------------------------------------------------------

    WebdesignTilburg : 404 Error Stylesheet
          
------------------------------------------------------------------------------*/

* { margin:0; padding: 0; border: 0; } 
body {
	font-size: 62.5%;
	font-family:Arial, Verdana, sans-serif;
	color: #000;
	text-align: center;
	background: url(/images/error/404-bg.jpg) 0 0 repeat-x;
}
div.header, div.wrapper-inside {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}
div.header img { margin-top: 10px; margin-bottom: 20px; }
div.wrapper {
	border-top: 1px solid #F6F2F1;
	border-bottom: 1px solid #F6F2F1;
	padding: 60px 0;
}

.img404 { float: right; }


h1 {
	color: #1a2b04;
	font-size: 3em;
	letter-spacing: 1px;
}
h2 {
	font-size: 1.4em;
	color: #1a2b04;
	letter-spacing: 1px;
}
p {
	padding-top: 2em;
	font-size: 1.3em;
	line-height: 1.6em;
}
ul {
	padding-top: 2em;
	font-size: 1.3em;
	line-height: 1.6em;	
}
li {
	list-style: none;
	background: url(/images/error/bullet-blk.gif) 0 5px no-repeat;
	padding-left: 16px;
	padding-bottom: 4px;
}

a:link, a:visited { color: #000000; }
a:hover, a:active { color: #b50d26; }
