/***********************************************************
Title:     Main | Emile Blume - Netcreators.com
************************************************************/

/* Global reset v1.0 | 20081023 //////////////////////////////////////////////////////////////////////*/
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, strong, u, i, em, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background:transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

a img { border: none; }
abbr, acronym, .help { border-bottom:1px dotted #333; cursor:help; }
blockquote, q { quotes:none; }
blockquote { text-indent:-0.3em; }
blockquote blockquote { margin-left:1em; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

dd { margin-left:1em;}
sup, sub { font-size:x-small; vertical-align:top; }
sub { vertical-align:bottom;}
table {	border-collapse:collapse; border-spacing:0; empty-cells:show; }

/* Base ////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #FFF;
	color: #333;
	font: normal 70%/1.5 Verdana,Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1em;
	font-weight:bold; 
	margin-bottom:1.5em; 
}
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }

p { font-size: 1em; margin-bottom:1.5em; }
pre, code, kbd, samp { font-size:1.5em; }
pre code { font-size:1em; }

a { color:#800029; font-weight:bold; text-decoration:none;}
a:hover { text-decoration:underline; }

hr {
	clear:both;
	background: #FFF;
	color: #FFF;
	border: 0;
	height: 1px;
}

ol, ul { 
	list-style:disc;
	margin: 0 0 1.3em 1.3em;
	padding: 0 0 0 1.3em;
}

ol { list-style:decimal;}
#main ol, #main ul { clear:both; overflow:auto; }

.hidden { display: none; }
.unhidden { display: block; }

td { height:auto; padding:0.3em; text-align:left;}
td p { margin:0; }
caption, th { padding:0.3em; }
caption { background:black; color:white; font-style:italic; }

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	margin-top:36px;
	width: 938px;
	position: relative;	
}

#main, #left, #center, #right, #footer {
	float: left;
	display: inline; /* workaround for IE6*/
}

#main { background: #FFF url(../img/bg-main.gif) repeat-y center top; }
#description, #skip, .hide{ display: none;}

#header{
	height: 160px;
	position: relative;
	width: 938px;
}

#logo {
	background:#FFF;
	height: 160px;
	width: 198px;
	right: 0px;
	top: 0px;
	position: absolute;
}
#logo h1 { margin:58px 0 0 20px; }
#copy { padding-left:1em;}

#pagetitle {
	top:68px;
	left:230px;
	position:absolute;
}
#pagetitle h2 { margin:0; }
#header span { display:none; }
#header-image, #header-image1, #header-image2, #header-image3, #header-image4 {
	background:url(../img/hl-home.jpg) no-repeat left top;
	display:block;
	height:137px;
	width:199px;
	left:0;
	top:0;
	position:absolute;
}

#header-image1 {background:url(../img/hl-dokzuid.jpg) no-repeat left top; }
#header-image2 {background:url(../img/hl-VZC.jpg) no-repeat left top; }
#header-image3 {background:url(../img/hl-bouwvakkers.jpg) no-repeat left top; }
#header-image4 {background:url(../img/hl-uitnodiging.jpg) no-repeat left top; }

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left { width: 200px;}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{	
	min-height: 350px;
	height: auto !important;
	height: 350px;
	margin:0 30px;
	padding-bottom:10px;
	width: 477px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right { width: 158px; padding:20px;}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	background:#840D29;
	color:#FFF;
	font-size: 0.9em;
	margin: auto;
	margin-bottom: 1em;
	padding: 0.6em 0;
	width: 938px;
}

#footer div { display:inline; float:left;}
#footer span { padding-right:0.3em;}

#footer .footer-icons {
	float: right;
	margin-left: 0.3em;
}


/* Content //////////////////////////////////////////////////////////////*/
table.imgtext-table, .imgtext-table td { padding:0; line-height:0;}
.align-center { text-align:center; }
.align-right { text-align:right; }
