/* @group Algemene Styles *//* Resetten van alle marges en paddings */h1, h2, h3, h4, h5, h6, p, div, form, code, pre, fieldset, legend, dl, dt, dd {	margin: 0;	padding: 0;	}/* Algemene body elementen */body {	margin: 0;	padding: 0;	text-align: center;	color: #000;	font: normal normal 12px/20px Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;	}	/* Teksten in de tabellen */td, tr {	margin: 0;	padding: 0;	text-align: left;	color: #000;	font: normal normal 12px/20px Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;	text-decoration: none;	word-spacing: normal;	white-space: normal;	letter-spacing: normal;}
/* Algemene links*/#main a,#main a:link,#main a:visited,#main a:active {	color: #000;	text-decoration: underline !important;	letter-spacing: normal;	font-weight: bold;	}

#maincontent ul, 
#maincontent li {
	padding-left: 10px;
	color: #000;	list-style-type: square;
	font-size: 13px;
}

#maincontent ul > li > ul > li > ul > li {
	margin: 0;
	list-style-type: square;
}
		
#maincontent ul > li > ul > li > ul > ul > li {
	padding: 0;
	list-style-position: outside;
	text-indent: 10px;
	margin-left: -10px;
	list-style-type: disc;
}		

#maincontent ul > li > ul > li > ul > ul > li > ul > ul > li {
	padding: 0;
	list-style-position: outside;
	text-indent: 10px;
	margin-left: -10px;
	list-style-type: circle;
}/* Subtitel - Header */h1 {	font-size: 14px;	margin-bottom: 10px;	color: #000;	line-height: 20px;	text-transform: uppercase;	display: block;}/* Inleidende tekst */h2 {	color: #000;	font-size: 12px;	font-weight: bold;	}/* Subkopje */h3 {	font-size: 12px;	margin: 0px;	color: #000;}/* Groene achtergrond */h4 {	margin-top: 10px;	margin-bottom: 10px; 	color: #000;	font-size: 12px;	font-weight: normal;	text-align: left;	border-spacing: 2px 2px;	padding: 10px;	border: solid #000 1px;	}/* Gele achtergrond */h5 {	margin-top: 10px;	margin-bottom: 10px; 	color: #000;	font-size: 12px;	font-weight: normal;	text-align: left;	border-spacing: 2px 2px;	padding: 10px;	border: solid #000 1px;	}/* Rode Stippellijn */h6 {	font-size: 12px;	margin: 0px;	color: #000;	}/* lijn */hr {	border: 0;	color: #000;	background: #000;	height: 1px;	padding: 0px;	margin-top: 10px;	margin-bottom: 10px;	width: auto;	}/* Correctie IE lijn */* html body hr {	width: 100%;	}/* Leeg */address {	margin-top: 10px;	margin-bottom: 0px;	width: 450px;	height: 25px;	background: transparent url(DesignerImages/lijn.jpg) repeat-x;}/* Leeg */p {}/* leeg  */pre {}

.formfield select { 
	border: 1px solid #264d7c;
  	background:transparent url(DesignerImages/input_bg.jpg) no-repeat 0 0;}

.fomfield option {
	border: 1px solid #264d7c;
  	background:transparent url(DesignerImages/input_bg.jpg) no-repeat 0 0;
}
/* @end *//* @group Formulier */.error {
  	display: none;}/* @end */

/* @group Navigation */

/*________________ Navigatie ________________ */#menu {	display:  none;
}
/* @end */

/* @group Boxes */



/* ---->>Omvattende container alle boxen <<---- */
#container {
  position: relative;
  text-align: left;
  margin: 20px auto;
}
#printbutton {
	display: none;
}
/* ---->>Omvattende container "Header"<<---- */

/* @group Header - top */

#top {
	display: none;
}

#zoeken {
	display: none;
}

#googlehilite {
	display: none;
}

#projectinfobutt {
	display: none;
}

#meerinfoform {
	display: none;
}
/* @end */

/* @group Content */

/* ---->>Omvattende container "Content frame"<<---- */
#content {
	display: block;
}

/* ---- Crumbtrail---- */
#crumbcf {
	display: none;
}

/* ---- Container "Middenpagina"---- */
#main {
	display: block;
}

/* ---- Container "Content middenpagina algemeen"---- */
#maincontent {
  padding: 10px 20px 10px 0px;
  display: block;
}

/* @end */

/* @group Middenmenu */

#midden {
	display: none;
}

#image {
	display: none;		
}

/* @end */

/* @group Rechtermenu */

/* ---- Container "Rechtermenu"---- */
#right {
	display: none;
}

/* @end */

/* @group Footer */

/* ---- Container "Footer"---- */
#footer {
  	display: none;
}

/* @end */


/* @end */

