/*---------------------------------------------------------------------------------
RESET
---------------------------------------------------------------------------------*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0; padding: 0;
}
.map area {
	outline: none;
}
q:before, q:after {
	content: '';
	}
img {
	border: 0px;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block; margin: 0; padding: 0;
}
/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/*---------------------------------------------------------------------------------
ALGEMENE STYLES
---------------------------------------------------------------------------------*/
body {
	background: url(img/background.jpg) no-repeat center top;	
	font: normal normal 0.813em/150% 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #5b5b5b;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
html {
	background: #e2a6cc url(img/bg.jpg) repeat center top;
	height: 100%;	
}
	
a {
	text-decoration: underline;
	outline: none;
	color: #cc5ea3;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.6em;
	font-family: 'Lucida Handwriting', 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h1 {
	line-height: 2.5em;
	font-size: 1.2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	line-height: 2.5em;
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/*---------------------------------------------------------------------------------
STRUCTUUR
---------------------------------------------------------------------------------*/
#mainwrap {
	width: 960px;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -300px; /* Negatieve margin van de hoogte vd (sticky) footer */
}
#stretch {
	height: 900px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}

/*---------------------------------------------------------------------------------
LOSSE ELEMENTEN
---------------------------------------------------------------------------------*/
#boekenplank {
	position: absolute;
	right: 0px;
	margin-top: 60px;
}
#wat {
	position: absolute;
	right: 118px;
	top: -40px;
}
	#wat:hover {
		background: url(img/wat_hover.png) left top no-repeat;
	}
#wie {
	position: absolute;
	left: 0px;
	top: -435px;
}
	#wie:hover {
		background: url(img/wie_hover.png) left top no-repeat;
	}
#waar {
	position: absolute;
	right: 152px;
	top: -255px;
}
	#waar:hover {
		background: url(img/waar_hover.png) left top no-repeat;
	}
#contact {
	position: absolute;
	left: 311px;
	top: -190px;
}
	#contact:hover {
		background: url(img/contact_hover.png) left top no-repeat;
	}
#bureauwrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;	
	height: 0px;
}
#bureau {
	position: absolute;
	height: 250px;
	margin-top: -195px;
	margin-left: 60px;
}
#patricia {
	width: 455px;
	position: absolute;
	height: 289px;
	margin-top: -400px;
	margin-left: -10px;
	float: left;
	z-index: 5;
	cursor: pointer;
}
#patricia2 {
	width: 455px;
	position: absolute;
	height: 289px;
	margin-top: -376px;
	margin-left: -10px;
	float: left;
	z-index: 5;
}

blockquote {
	position: absolute;
	font-size: 1.2em;
	line-height: 1.5em;
	display: block;
	width: 304px;
	height: 154px;
	background: url(img/tekstballon.png) no-repeat left top;		
	margin-left: 205px;
	margin-top: -470px;	
}
blockquote p {
	padding: 15px 20px;
}

/*---------------------------------------------------------------------------------
HEADER
---------------------------------------------------------------------------------*/
#header {
	position: relative;
}
#logo {
	margin-left: -10px;
	position: relative;
}
#logobutton {
	display: block;
	width: 340px;
	height: 87px;
	position: absolute;
	cursor: pointer;
}

/*---------------------------------------------------------------------------------
NAVIGATIE
---------------------------------------------------------------------------------*/
#nav {
	position: absolute;
	top: -450px;
	left: 0px;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
}
#nav li a {
	text-indent: -9999px;
	width: 85px;
	height: 35px;
	display: block;
	background: url(img/vervolg-menu.png) left top no-repeat;
	margin-right: 25px;
}
#nav li a#menu-home:hover {
		background-position: left bottom;
	}
#nav li a#menu-wie {
	width: 70px;
	background-position: -110px top;
}
	#nav li a#menu-wie:hover,
	#nav li a#menu-wie.active 	{
		background-position: -110px bottom;
	}
#nav li a#menu-wat {
	width: 65px;
	background-position: -201px top;
}
	#nav li a#menu-wat:hover,
	#nav li a#menu-wat.active	{
		background-position: -201px bottom;
	}	
#nav li a#menu-waar {
	width: 90px;
	background-position: -291px top;
}
	#nav li a#menu-waar:hover,
	#nav li a#menu-waar.active	{
		background-position: -291px bottom;
	}	
#nav li a#menu-contact {
	width: 110px;
	background-position: right top;
}
	#nav li a#menu-contact:hover,
	#nav li a#menu-contact.active	{
		background-position: right bottom;
	}		

#wie, #wat, #waar, #contact {
	z-index: 999;
	cursor: pointer;
}

/*---------------------------------------------------------------------------------
CONTENT
---------------------------------------------------------------------------------*/
.content {
	z-index: 4;
	position: absolute;
	width: 820px;
	top: -400px;
	right: 0px;
	/* rounded corner */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	background: url(img/contentbg.jpg) left top;	
	-moz-box-shadow: 2px 2px 0px 1px #e9b8d9;
	-webkit-box-shadow: 2px 2px 0px 1px #e9b8d9;
	box-shadow: 2px 2px 0px 1px #e9b8d9;
    behavior: url(PIE.htc);	
}
.content article {
	padding: 25px 25px 15px 120px;
}
#contentwrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


/*---------------------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------------------*/
#footerwrapper {
	clear: both;
	width: 100%;
	background: url(img/footerbg.png) repeat-x center top;	
}
#footer {
	width: 100%;
	background: url(img/footer.png) repeat-x center bottom;	
	font-size: 110%;
	color: #d28ab7;	
	text-shadow: 1px 1px 1px #fff;
	height: 300px;
	position: relative;
	z-index: 10;
}
#footerwrapper, #push {
	height: 300px;
}
#footer a {
	color: #d28ab7;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	padding-top: 130px;
}

/*---------------------------------------------------------------------------------
CLEARFIX
---------------------------------------------------------------------------------*/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }