/* -- Intro Header ---------------------------------------------------------- */

#standaard h1.intro
{
	height: 206px;
	top: 10px;
	margin: 0;
	padding: 0;
	position:relative;
	text-indent: 0;
	width: 900px;
	background-color:#FFFFFF;
}

#standaard h1.intro span
{
	background: no-repeat;
	height: 260px;
	left: 0;
	position: absolute;
	top: 0;
	width: 900px;
	z-index: 1;
}

#standaard h1.intro span { background-image: url(../image/mooiste.jpg); }



/* -- Top Menu ------------------------------------------------------- */
#pageHeader h3 {display:none;}


/* -- Navigatie -- */
#siteNav
{
	position: absolute;
	background-color: #275727;
	background-repeat:no-repeat;
	top: 22px;
	left: 580px;
	height: 20px;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	z-index:2
}

#siteNav li
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#siteNav li a
{
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
	border-right: 1px solid #B2B2B2;
	padding: 0 8px 0 4px;
}

#siteNav li a:hover
{
	background: transparent;
	color:#999999;
	font-weight:bold;
}
#siteNav li a.right { border: 0; }

/* Highlight Sub Menu (current page) ------------------------------------- */

#vragen #m-vragen a,
#contact #m-contact a,
#sitemap #m-sitemap a,
#vacatures #m-vacatures a,
#sitehulp #m-sitehulp a
{
	background-color: transparent;
	border-right: 1px solid #B2B2B2;
	padding: 0 8px 0 4px;
	color: #F93;
	cursor: default;
}
/* -- Basic HTML Elements ------------------------------------------------------ */
*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	min-width: 900px;
	background-color: #FFFFFF;
	background-position: 0 0;
}

/* -- Page Structure ----------------------------------------------------------- */
#body
{
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

#menu_intro { position: relative; }

/* -- Standaard site  ---------------------------------------------------------- */

.col-2 { background-image: url(../img/background_maincontainer.gif); }
.col-2 .sec-end { background-image: url(../img/background_maincontainer.gif); }

.sec
{
	background-color: #fff;
	margin: 0;
	width: 900px;
}

.sec-end
{
	background: #fff;
	clear: both;
	line-height: 0px;
	font-size: 1px;
	height: 10px;
	width: 900px;
}

.sub
{
	background: no-repeat 0 0;
	float: left;
	margin: 0;
	padding: 0;
}

.w2
{
	margin-top: 0;
	padding-top: 1px;
	width: 700px;
	line-height: 1.4em;
}

.w3
{
	font-size: .9em;
	line-height: 1.6em;
	width: 200px;
}

.col-2 .w2 { margin: 0; }
.col-2 .w3 { margin: 0; }

.w2 h1
{
	margin: 12px 0 4px 16px;
	padding: 0;
	border: 0;
	font-size: 14pt;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
}

.w2 h2
{
	margin: 16px 0 4px 16px;
	padding: 0;
	border: 0;
}

.w2 h3
{
	margin: 16px 0 4px 16px;
	padding: 0;
	border: 0;
}

.w2 p
{
	margin: 10px 10px 10px 16px;
	padding: 0;
	border: 0;
	font-size: 9pt;
	color: #000;
	line-height: 15pt;
}

.w2 a
{
	color: #F60;
	text-decoration: none;
	font-weight: bold;
}

.w2 a:hover
{
	color: #F60;
	text-decoration: underline;
}

.w2 a:visited
{
	color: #000;
	text-decoration: underline;
}

.w2 ul
{
	margin: 10px 0 0 16px;
	padding: 0;
	border: 0;
}

.w2 li
{
	background: url(../img/blt03.gif) no-repeat 0 .5em;
	border: none;
	color: #333;
	clear: both;
	display: block;
	list-style: none;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 10px;
}

.w2 li a { color: #F60; }
.w2 li a:hover { color: #000; }
.w2 li a:visited { color: #666; }





