/*

HTML5 CSS Reset
Based on Eric Meyer's CSS Reset
and html5doctor.com HTML5 Reset

Copyright (c) 2010 736 Computing Services Limited
Released under the MIT license. http://736cs.com/mit-license.php?2010

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section, blockquote { 
	display: block;
}

nav ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

mark {
	background: none;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;	
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input[type="submit"], input[type="button"], button {
    padding: 0 !important;
    margin: 0 !important;
}

input, select, a img {
	vertical-align: middle;
}

/* custom CSS Mockus.nl */
body {
	font:  12px "calibri","Arial",sans-serif;
	width: 100%;
	height: 100%;
	line-height: 1.2em;
	overflow: hidden;
}

#background{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#striped, #bgimage{
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#striped{
	background: url(../img/bg_tile.png) repeat;
	z-index: -100;
}

#bgimage{
	z-index: -200;
}

#bgimage img{
	position: relative;
}

#werken_bij{
	z-index: 999;
	position: absolute;
	left: 40px;
	top: 10px;
}

#content{
	position: absolute;
	top: 60%;
	margin-top: -125px;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 250px;
	color: #FFF;
	background: transparent url(../img/trans_000000_70.png) repeat;
}

#logo{
	position: absolute;
	right: 5px;
	bottom: 0;
	float: right;
}

#items{
	display: block;
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	list-style: none;
}

#items li{
	display: block;
	position: relative;
	height: 100%;
	float: left;
	width: 50px;
}

#hoezo,#vacature{
	background: transparent url(../img/trans_ffd204_70.png);
}
#wat{
	background: transparent url(../img/trans_ee3a43_70.png);
}
#wie{
	background: transparent url(../img/trans_263692_70.png);
}
#hallo{
	background: transparent url(../img/trans_c1d72e_70.png);
}



.handle{
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 50px;
	height: 250px;
	float: right;
	cursor: pointer;
}

.handle img{
	display: block;
	position: absolute;
	bottom: 5px;
	right: 3px;
}
.text{
	/* display: none; */
	position: absolute;
	text-align: justify;
	top: 0;
	width: 400px;
	height: 246px;
	color: #000;
	margin: 2px;
	background: #FFF;
}

.text p{
	margin: 8px 7px;
}

#vacature .text p{
	margin: 6px 7px 2px 7px;
}

.text video{
	position: relative;
	left: 50%;
	margin-left: -179px;
	margin-top: 3px;
}



