
/* v1.0 | 20080212 */

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, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


a:link {
	color: #E36906;
	text-decoration: underline;
}
a:visited {
	color: #E36906;
}
a:active {
	color: #E36906;
	text-decoration: underline;
}
a:hover {
	color: #E36906;
	text-decoration: none;
}



.footer a:link {
	color:#48535f;
	font-weight: bold;
	text-decoration: none;
}
.footer a:visited {
	color:#48535f;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	color:#48535f;
	text-decoration: underline;
	font-weight: bold;
}
.footer a:active {
	color:#48535f;
	font-weight: bold;
	text-decoration: none;
}


/**************************
HTML en BODY
**************************/

body, html {
	margin-top: 0;
	color: #48535f;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	background: url(../images/bg-body.jpg) repeat-x #FFFFFF;
	line-height: 18px;
}
/**************************
CONTAINER
**************************/
#container {
	background:#fff;
	width: 950px;
	border-left: #e0e0e0 solid 1px;
	border-right:  #e0e0e0 solid 1px;
	margin: 0 auto; /*** Dit zorgt ervoor dat alles in het midden staat ***/
}
/**************************
HEADER
**************************/
#header {
	float: left;
	height: 101px;
	width: 940px;
	margin-left: 5px; 
}

/**************************
NAVIGATIE
**************************/
#nav {
	clear: both;
	float:left;
	background: url(../images/bg-nav.jpg) repeat-x;
	height: 60px;
	width:940px;
	padding:0px;
	margin-left: 5px;
}

/**************************
CONTENT
**************************/
#left {
	clear:both;
	float: left;
	position:relative;
	width:200px;
	padding: 0;
	background:#000066;
	margin-bottom:10px;
}

#main {
	float:left;
	background:#fff;
	margin-bottom:10px;
	margin-left: 5px;
	width: 680px;
	padding: 0px;
}

#content-header {
	float: left;
	height: 210px;
	width: 680px;
	}

#content {
	clear: left;
	float: left;
	width: 640px;
	padding: 20px;
	}

#right {
	background: url(../images/bg-right-home.jpg);
	width:260px;
	height: 598px;
	margin-bottom:10px;
	margin-right: 5px;
	float:right;
}

#content-contact-left {
	float: left;
	width: 409px;
	padding: 0px;
	border-right: #999999 solid 1px;
	}


#content-contact-right {
	float: left;
	width: 210px;
	padding: 0px;
	padding-left: 20px;
	text-align: right;
	}




/**************************
STYLES LETTERTYPE
**************************/

h1 {
	font-size: 24px;
	color: #E36906;
	}

h2 {
	font-size: 20px;
	color: #48535f;
	}

.oranje{
	font-size: 12px;
	color: #E36906;
	}

.oranje-bold{
	font-size: 12px;
	font-weight:bold;
	color: #E36906;
	}
	
.oranje-groot {
	font-size: 24px;
	font-weight: bold;
	color: #E36906;
	}

.grijs-groot {
	font-size: 20px;
	color: #48535f;
	} 
	
.grijs-middel {
	font-size: 14px;
	font-weight: bold;
	color: #48535f;
	}
	
.grijs-bold{
	font-size: 12px;
	font-weight:bold;
	color: #48535f;
	} 

.onderschrift {
	font-size: 10px;
	font-style:italic;
	line-height: 12px;
	color: #48535f;
	padding-top:3px;
}

/*********************
**    formulier		**
*********************/	
label {
	position: absolute; 
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px 3px 3px 120px;
	border: 1px solid #48535f;
	font: 11px;
	background: #fff;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

label.fout {
	color: #48535f;
}

.formulier {
	padding: 5px 5px 5px 5px;
}


/**************************
FOOTER
**************************/
#footer {
	clear:both;
	height:50px;
	width: 940px;
	background: url(../images/bg-footer.jpg) repeat-x;
	margin-left: 5px;
	text-align: center;
	padding-top: 10px;
}

.footer {
	font-size: 11px;
	font-weight: bold;
	color: #E36906;
	line-height: 14px;
	}

.copyright {
	font-size: 11px;
	color: #48535f;
	font-weight: normal;
	}