/* reset css */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; } 
table { border-collapse: collapse; border-spacing: 0; }

/* site css */
body	{
	font				: 0.75em Arial, sans-serif;
	background			: #FFF url(../img/body-bg.png) repeat-x left top;
}

.clear	{
	clear				: both;
}

#background {
	background			: url(../img/background.png) no-repeat center top;
}


/* --------------------------------	*/
/* container					 	*/
/* --------------------------------	*/
#container {
	position			: relative;
	width				: 994px;
	margin				: 0 auto;
}


/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header {
	position			: relative;
	height				: 260px;
}

#header a.logo {
	position			: absolute;
	top					: 45px;
	left				: 330px;
}


/* --------------------------------	*/
/* menu							 	*/
/* --------------------------------	*/
#menu {
	position			: absolute;
	top					: 230px;
	right				: 0;
}

#menu li {
	float				: left;
	font-size			: 1.3em;
}

#menu li a {
	float				: left;
	padding				: 1px 10px;
	text-decoration		: none;
	color				: #333;
}

#menu li.actief a,
#menu li a:hover {
	color				: #c31200;
}
/*
#menu li:after 		{ content: "/"; }
#menu li.last:after { content: ""; }*/


/* --------------------------------	*/
/* main							 	*/
/* --------------------------------	*/
#main {
	min-height			: 320px;
	padding				: 40px;
	line-height			: 2em;
	background			: #FFF url(../img/main-bg.png) no-repeat left top;
}

#main a {
	color				: #c31200;
}

#main a:hover {
	color				: #f55443;
}



/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content {
	position			: relative;
	padding				: 0 0 20px 0;
}

#content h1 {
	margin				: 0 0 20px 20px;
	font-size			: 2.5em;
	line-height			: normal;
	color				: #c31200;
}

#content p {
	margin				: 1em 0;
	padding				: 0 0 0 20px;
}

#content ul.info {
	margin				: 1em 0 1em 20px;
	padding				: 0 0 0 20px;
	list-style			: disc;
}

#content h2 {
	margin				: 0 0 0 20px;
	font-size			: 1.6em;
	line-height			: normal;
}

/* Tekstballon contact pagina */
#content .tekstballon {
	position			: absolute;
	left				: 400px;
	top					: 20px;
	width				: 309px;
	height				: 218px;
	background			: url(../img/tekstballon.png) no-repeat left top;
}


/* --------------------------------	*/
/* ons werk						 	*/
/* --------------------------------	*/
#onswerk ul.info {
	margin				: 1em 0 1em 20px;
	padding				: 0 0 0 20px;
	list-style			: disc;
}

#onswerk li {
	overflow			: hidden;
	padding				: 10px;
	border-bottom		: 1px dotted #7f7f7f;
	zoom				: 1;
}

#onswerk li img {
	float				: left;
	padding				: 20px;
	background			: url(../img/onswerk-afbeelding-bg.png) no-repeat left top;
}

#onswerk li .info {
	float				: left;
	width				: 610px;
	padding				: 35px 20px 10px 20px;
}

#onswerk li h2 {
	font-size			: 2em;
	margin				: 0 0 20px 0;
}


/* --------------------------------	*/
/* over ons						 	*/
/* --------------------------------	*/
/* Afbeelding over ons pagina */
#content .garrett {
	float				: left;
	padding				: 10px;
	overflow			: hidden;
	zoom				: 1;
}

#content .garrett img {
	float				: left;
	padding				: 20px;
	background			: url(../img/onswerk-afbeelding-bg.png) no-repeat left top;
}

#content .garrett .caption {
	width				: 200px;
	padding				: 10px;
	font-style			: italic;
}

/* Info */
#content .over-ons {
	float				: left;
	width				: 610px;
}

#content .over-ons .blok {
	padding				: 20px 10px 10px 10px;
	border-bottom		: 1px dotted #7f7f7f;
}


/* --------------------------------	*/
/* contact						 	*/
/* --------------------------------	*/
#contact {
	padding				: 0 0 0 200px;
	background			: url(../img/tekstballon.png) no-repeat left top;
}


/* --------------------------------	*/
/* footer						 	*/
/* --------------------------------	*/
#footer {
	height				: 28px;
	padding				: 6px 0 5px 560px;
	color				: #666;
	background			: url(../img/footer-bullets.png) no-repeat center top;
}






