/* Standaard elementen */
html, body, td, div, a, strong, p {
	margin:0;
	padding:0;
	color:#3e3e3e;
	font:12px/16px Arial, Verdana, 'Open Sans', 'Open Sans Condensed', sans-serif;
	}
html,body {
	height:100%;
	width:100%;
	}
body {background:url('../img/layout/bg/bg_header.jpg') no-repeat 50% 95px;}
	p {
		width:100%;
		margin:0 0 10px;
		text-align:center;
		float:left;
		clear:left;
		}
		strong {
			color:inherit;
			font:inherit;
			font-weight:700;
			}
		em {
			font:inherit;
			font-style:italic;
			}
	a {
		color:#f29400;
		font:inherit;
		outline:none;
		text-decoration:none;
		cursor:pointer;
		transition:all .2s ease-out;
		-webkit-transition:all .2s ease-out;
		}
	a:hover {text-decoration:underline;}
	h1, h2, h3, h4, h5 {
		margin:0 0 10px;
		padding:0;
		font-size:18px;
		}
		h1 {
			width:100%;
			margin:15px 0;
			color:#3e3e3e;
			font:50px/50px 'Open Sans Condensed';
			text-align:center;
			text-transform:uppercase;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
			float:left;
			clear:left;
			}
		h1 span {
			color:#f29400;
			font:inherit;
			}
		span.logoApplepie {
			width:100%;
			height:75px;
			margin:10px 0 210px;
			background:url('../img/layout/logo/logo_applepie.png') no-repeat 0 0;
			text-indent:-9999px;
			overflow:hidden;
			float:left;
			}
	div.wrapper {
		position:relative;
		width:100%;
		max-width:585px;
		margin:0 auto;
		}