@charset "UTF-8";
/* CSS Document */

/* HTML stuff */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #000 url(background.jpg) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62,5%;
}

/* Text opmaak */
h1, h2, h3 {
	color: #ABABAB;
}
h1 {
	font-size: 3em;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: 1,5em;
}
h3 {
	font-size: 1,5em;
	font-weight: normal;
	padding: 20px 10px 5px 10px;	
}

/* Indeling en opmaak */
#wrap {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#header {
	position: relative;
	width: 800px;
	padding: 50px 50px 15px 50px;
}

#logo {
	background: url('logo-nobg.png');
	background-repeat: no-repeat;
	height: 267px;
	width: 800px;
	border: 0;
}

#footer-wrap {
	position: relative;
	clear: both;
	padding: 15px 0 50px 0;
	width: 900px;
	float: left;	
	display: inline;
}

#footer-wrap a, a:active, a:visited {
	text-decoration: none;
	color: #ABABAB;
}
#footer-wrap a:hover {
	text-decoration: underline;
	color: #EAEAEA;
}

#footer-content {	
	margin: 0 auto;		
	width: 800px;
	text-align: center;		
}

/* extra */
.clearer { clear: both; }


@media screen and (max-device-width: 480px){
	html, body{
		-webkit-text-size-adjust:none;
		background: #000;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: center;
		margin: 0;
		padding: 20px 0 0 0;
		outline: 0;
		}
	div{
  		/*clear:both!important;*/
  		display:block!important;
  		/*width:99%!important;*/
  		float:none!important;
  		/*margin:0!important;*/
  		padding:0!important;
		}
	#wrap {
		position: relative;
		width: 100%;
		text-align: center;
		}
	#header {
		position: relative;
		width: 99%;
		padding: 0;
		margin-left:auto;
		margin-right:auto;
		text-align: center;
		}
	#logo {
		background: url('logo-mobile.jpg') no-repeat;
		height: 60px;
		width: 180px;
		border: 0;
		margin: 0 auto;
		}
	#footer-wrap {
		position: relative;
		clear: both;
		padding: 0;
		width: 99%;
		}
	#footer-content {	
		margin: 0 auto;		
		width: 99%;
		text-align: center;		
		}
	h1, h2, h3 {
		padding: 0!important;
		margin: 0!important;
		letter-spacing: 0!important;
	}
}