/* mac hide\*/
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	}
/* end hide */


/* ----------------------------------------------------------------------------- */
/* ---------------------------- FONT ------------------------------------------- */
/* ----------------------------------------------------------------------------- */


a
{
  outline: none;
}


a,
a:link,
a:visited,
a:active {
    color: black;
}

h1 {
	font-size: 18px;
	color:#08465B;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	color:#08465B;	
}
h3 {
	font-size: 16px;
	color:#08465B;	
}
h4 {
	font-size: 14px;
	font-weight:bold;
	color:#08465B;		
}
h5 {
	font-size: 14px;
	color:#08465B;	
}
h6 {
	font-size: 12px;
	color:#08465B;	
}

/* ----------------------------------------------------------------------------- */
/* ---------------------------- BASE-------------------------------------------- */
/* ----------------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding:0;
	margin:0;
	text-align:center;
	min-width:960px;/* for mozilla*/	
	background-color:#DFE7EA;
	background: url(/images/background.jpg) repeat-x #DFE7EA; 		
}

#bottom {
	width: 100%;
	height: 45px;
	margin: 0;
	margin-top: -45px;
}

#outer{
	height:100%;
	min-height:100%;
	width:960px;
	text-align:left;
	margin:auto;
	position:relative;

}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:985px;
}


/* ----------------------------------------------------------------------------- */
/* ---------------------------- TOP -------------------------------------------- */
/* ----------------------------------------------------------------------------- */

#header{
	position:absolute;
	top:0px;
	width:960px;
	height:244px;
	background: url('/images/top.jpg') no-repeat top left;
	color: #000000;
	z-index:0;
	left:0px;
}


/* ----------------------------------------------------------------------------- */
/* -------------------------- FOOTER ------------------------------------------- */
/* ----------------------------------------------------------------------------- */

#footer {
	width:960px;
	clear:both;
	height:30px;
	margin:auto;
	position:relative;	
padding-top:200px;	
}

* html #footer {/*only ie gets this style*/
	\height:30px;/* for ie5 */
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

/* ----------------------------------------------------------------------------- */
/* --------------------------- CONTENT ----------------------------------------- */
/* ----------------------------------------------------------------------------- */

#centrecontent {
	width:960px;
	float:left;
	margin-top:274px;
	background: url(/images/bottom.jpg) top left no-repeat; 		
}

#titel {
	width:480px;
	height: 16px;
	padding-top:0px;
	color: #e73e97;
	font-size: 18px;
	font-weight:bold;	
}

#content {
	width:720px;
	padding-top: 20px;
	font-size:12px;
}


#content a {
	font-size:12px;
	line-height:16px;

	font-weight:bold;
	}

#clearfooter {width:100%;height:0px;clear:both} /* to clear footer */

/* ----------------------------------------------------------------------------- */
/* -------------------------- TOP NAVIGATIE ------------------------------------ */
/* ----------------------------------------------------------------------------- */	

#topmenu {
	height:46px;
	position:absolute;
	top:243px;	
	width:960px;
	background: url('/images/middle.jpg') no-repeat top left;
	text-align:right;
	left:0px;
}

#topmenu ul {
	height: 30px;
	margin:0px;
	margin-top:6px;
	text-align:right;
	float:right;
	padding-right:200px;

}
/* submenu uitzetten + definitie */
#topmenu ul li ul{
	display: none;
	position: absolute;
	margin: 0px;
	filter: Alpha(Opacity=90, FinishOpacity=90, Style=1);
	opacity: .9;
	width:155px;
	border-top:solid 1px #E4EDF2;
	text-align:left;
	z-index:100;

}

/* submenu aanzetten  */
#topmenu ul li:hover ul, #topmenu ul li.sfhover ul {
	display: block;
	margin: 0px;
	padding: 0px;
	z-index:6;
	margin-top:10px;
	margin-left:10px;	
	position:absolute;
	height:300px;
}

#topmenu li:hover ul, li.sfhover ul{ 
	display: block; 
	margin: 0px;
	padding:0px;
}

/* subsubmenu uitzetten */
#topmenu ul li:hover ul li ul, #topmenu ul li.sfhover ul li ul {
	display: none;
}

#topmenu li {
	list-style: none;
	position: relative;
	float: left;	
	height:30px;
}

#topmenu li li{
	height: 20px;
	float: none;
	margin: 0px;
	padding:0px;
	vertical-align: middle;		
	background-color: #078294;

}

#topmenu li a,
#topmenu li a:link,
#topmenu li a:visited,
#topmenu li a:active {
	text-decoration: none;
  	color: white;
	display: block;
	padding: 0 10px;
	font-size:14px;
}

#topmenu .selected a,
#topmenu .selected a:link,
#topmenu .selected a:visited,
#topmenu .selected a:active {
	text-decoration: none;
	color:white;	
	font-weight:bold;
	display: block;
	padding: 0 10px;
}

#topmenu .selected li a,
#topmenu .selected li a:link,
#topmenu .selected li a:visited,
#topmenu .selected li a:active {
	text-decoration: none;
	display: block;
	padding: 0 18px;
	height: 20px;
	font-weight:normal;
}

#topmenu li li a,
#topmenu li li  a:link,
#topmenu li li  a:visited,
#topmenu li li  a:active {
	text-decoration: none;
	display: block;
	padding: 0 18px;
	height: 20px;
}


#topmenu li li a:hover {
	color: black !important;
	background-color:#E3ECF1;
}



.fieldWithErrors
{
	border:solid 2px red;
}

#formulier
{
	width:250px;
	text-align:center;
	height:300px;
	position:absolute;
	top:500px;
	right:-22px;

}

#formulier h1
{
	font-size:14px;
	color:#08465B;
}

#theform
{
	background: url('/images/formulier_back.jpg') no-repeat top left;	
	width:241px;
	height:156px;
	padding-top:7px;
	padding-top:53px;	
}

#theform div
{
	width:135px;
margin-left:86px;
}

#theform input
{
	width:114px;
	margin-bottom:12px;
	border:solid 1px white;
	height:14px;
	font-size:10px;
	background-color:white;
*margin-left:-110px;
*margin-top:-1px;
*height:13px;
	_margin-left:0px;
	_margin-top:0px;
	}

#submitknopform
{
	cursor:pointer;
	height:24px;
	margin-left:146px;
	margin-top:-56px;
	width:75px;
}

.contentblok
{
	float:right;
	width:450px;
	line-height:18px;


	*float:left;
	*padding-left:30px !important;
	
}



.formveld {
	width: 135px;
	height: 30px;
	font-size:13px;
	font-weight: bold;
	color:#3b7286;
}

#stappen {
	position:absolute;
	right:48px;
	top:201px;
	width:152px;
	
}

#stappen ul {
	width:152px;
}

#stappen ul li {
height:68px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-bottom:20px;
	width:95px;

}

.stap1selected 
{
	background:url(/images/stap1groot_selected.png) no-repeat;
	*margin-top:7px;
	_margin-left:40px;
}

.stap2selected 
{  
	background:url(/images/stap2groot_selected.png) no-repeat;
	*margin-top:7px;
	_margin-left:40px;	
}

.stap3selected 
{ 
	background:url(/images/stap3groot_selected.png) no-repeat;
	*margin-top:7px;
	_margin-left:40px;	
}

#stappen ul li.stap1.selected a { display:none; }
#stappen ul li.stap2.selected a { display:none; }
#stappen ul li.stap3.selected a { display:none; }


#stappen ul li a {
      display: block;
      text-decoration: none;
      width:100%;
	  height:100%;
      }
	  
.para_t
{
	background-color:#078294;
	border:solid 2px #2a93a2;
	padding:5px;
	color:white;
	font-weight:bold;
	font-size:13px;
	clear:both;

}

.para_c
{
	padding-bottom:10px;
	float:left;
	width:226px;	
	margin-top:5px;
	margin-bottom:5px;	
}

.para_i
{
	width:105px;
	float:left;
	margin-top:5px;	
	
}

#parag {
	float:left;
	width:229px;
margin-top:34px;	
}

#fototop
{
	height:246px;
	width:524px;
	overflow:hidden;
	float:left;
	background: url(/images/fototop.jpg) repeat scroll 0 0;	
}

#swirl
{
	background:transparent url(/images/overlay.png) repeat scroll 0 0;
	width:500px;
	height:300px;
	margin-left:24px;
	margin-top:-3px;
	
}

#resultaat
{
	background:transparent url(/images/resultaat.jpg) no-repeat scroll 0 0;
	height:50px;
	left:269px;
	position:absolute;
	top:179px;
	width:491px;
}

#smallmenu
{
	position:absolute;
	top:20px;
	right:45px;
	width:500px;
	height:20px;
	text-align:right;
}
