body, td, li, th, div, input, select, textarea {
  font-family: helvetica,sans-serif;
  font-style: normal;
  font-size: 10px;
}

html, body {
 margin: 0;
 padding: 0;
 text-align: center;
}

ul, ol, dl {
 position: relative;
}

body {
  /* text-styling */
  text-align: center;
  line-height: 1.5em;
  color: #660000;							/*        kleur standaard tekst    660000                 */
  background-color: #ffffff;
  
/*  background-image: url(achtergrond.jpg);*/
  
  margin-top: 18px;
  margin-bottom: 30px;
} 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
 
.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/* -----( div::wrap )--------------------------------------------- */

#wrapper {
  /* text-styling */
  text-align: left;

  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}


#header {
/*  background: url(header.jpg) no-repeat; */
  height: 10px;
  width: 800px;
}

/* -----( div::menus )---------------------------------------- */


/* ==================
   Layout van hoofdmenu
   ==================*/

#hoofdmenu {
	background : #ffffff;
	border-top : 0px solid #ffffff;
	border-bottom : 1px solid #000000;
	margin : 0px 0px 0px 0px;
	padding : 0px;
	height : 28px;
}

#hoofdmenu ul { 
	top : 5px;
	left : 30px;
	margin : 0;
	padding : 0;
	list-style : none;
	line-height : normal;
	z-index : 2;
}

#hoofdmenu ul li { 
  list-style: none;
  margin: 0;
  padding: 0 30px 0 3px;
  display: inline;
}

a, a:link, a:visited {
  color: #EE612C;							/* kleur hoofdmenu        #660000         */
  text-decoration: none;
  border: none;
}

a:hover {
  color: #d04314;							/* kleur hoofdmenu hover        #d04314         */
  text-decoration: underline;
}

#hoofdmenu a {
  font-weight: none;
  font-size: 18px
}

#hoofdmenu a:hover {
  font-weight: none;
}

/* ==================
   Layout van submenu
   ==================*/

#subnav {
	position : absolute;
	top : 36px;
	left : 0px;
	z-index : 2;
	width : 800px;
	border-bottom : 1px solid #d0d0d0;
	font-size: 12px;
	}

#subnav p {
	margin : 0;
	padding : 5px 0px 0px 32px;
	}

#subnav p a {
	color : #EE612C;								/* kleur submenu        #EE612C         */
	text-decoration : none;
	border : 0;
	}

#subnav p a:hover {
	text-decoration : underline;
	}

#subnav + h3 {
	margin-top : 62px;
	}


/* =========
   Hoofdmenu
   =========*/
   
body#menu_item1 #hoofdmenu li.menu_item1 a, 
body#menu_item2 #hoofdmenu li.menu_item2 a,
body#menu_item3 #hoofdmenu li.menu_item3 a,
body#menu_item4 #hoofdmenu li.menu_item4 a,
body#menu_item5 #hoofdmenu li.menu_item5 a,
body#menu_item6 #hoofdmenu li.menu_item6 a,
body#menu_item7 #hoofdmenu li.menu_item7 a {
	color : #660000;							/* kleur hoofdmenu current        #d34545         */
	font-weight : none;
}
	
body#menu_item1 #hoofdmenu li.menu_item1 a:hover, 
body#menu_item2 #hoofdmenu li.menu_item2 a:hover,
body#menu_item3 #hoofdmenu li.menu_item3 a:hover,
body#menu_item4 #hoofdmenu li.menu_item4 a:hover,
body#menu_item5 #hoofdmenu li.menu_item5 a:hover,
body#menu_item6 #hoofdmenu li.menu_item6 a:hover,
body#menu_item7 #hoofdmenu li.menu_item7 a:hover {
	text-decoration : none;
}



/* =======
   Submenu
   =======*/

body#menu_item1 #subnav em a,
body#menu_item2 #subnav em a,
body#menu_item3 #subnav em a,
body#menu_item4 #subnav em a,
body#menu_item5 #subnav em a {
	color : #660000;							/*   kleur submenu current: 504B4D		*/
	font-weight : normal;
	font-style : italic;
	}


body#menu_item1 #subnav em a:hover,
body#menu_item2 #subnav em a:hover,
body#menu_item3 #subnav em a:hover,
body#menu_item4 #subnav em a:hover,
body#menu_item5 #subnav em a:hover {
	text-decoration : none;
	}
	



/* -----( div::maincontent )----------------------------------------- */

#maincontent {
	position: relative;
	float: left;
	top: 32px;
	width: 580px;
	word-wrap: break-word;
	font : 10px/1.5em,  helvetica, sans-serif;/*  background: url(middle.gif) repeat-y 0 0;*/
}


#maincontent ul {
  list-style-type: disc; 
}

#maincontent p.textheader {
  margin: 1.5em 0 0.3em 0;
}	

#maincontent p.spaceabove, #maincontent ul.spaceabove {
  margin-top: 2.2em;
}

#maincontent img {
	float : center;
	margin : 0 10px 3px 0;
	border : 0px solid #000000;
}

#text-sec {
  width: 780px;
  margin: 0 5px 0 12px;
  word-wrap: break-word;
}


/* -----( div::footer )------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0;
  background: repeat-y top left;
  width: 800px;
  height: 36px;
}

#sub-text {
  position: relative;
  padding: 5px 15px 10px 0px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}


/* -----( other elements )-------------------------------------------- */

fieldset {
  padding: 8px;
}

p {
  margin: 0.9em 0 0.9em 0;
  padding: 0;
}

/*input, */textarea {
  border: 1px solid #424242;
  margin-left: 0px;
  padding-left: 2px;
}


span.chbox input, span.radio input {
  border: 0;
}

.hide {
  display: none;
}

em.errormessage, em.updatemessage {
  color: #FF3399;
 // font-weight: bold;
  font-style: normal;
}

b, strong, h1, h2, h3, h4, h5, h6, td.header {
color:#660000;										/*   kleur strong       db5b52     */
}

h1 {
  font-family: Helvetica,Arial,Sans-serif;
 font-size: 15px;
 font-style: plain;
}

h2 { 
  margin: 0.9em 0 0.9em 0;
  font-size: 12px
}

tr.colored {
  background-color: #ebeff6;
}	
	
img {
  border: 0;
} 

.boldblack {
  //font-weight: bold;
  color: #000000;
}

textarea, input.textfield {
  width: 400px;
}

textarea.editor {
  width: 570px;
}

td.header {
  //font-weight: bold;
  background-color: #d5e2ee;
}

td.indented { 
  padding-left: 10px;
}

td.inq_header { 
  padding-top: 12px;
  padding-bottom: 6px;
}

.changed-text { 
  color: #91959e;
}

/* -----( div::sidebar )------------------------------------------- */

#sidebar {
	position : absolute;
	top : 62px;
	left : 540px;
	width : 240px;
	height: 418px;
	padding : 9px;
	margin : 9px;
	font-size : 10px;
	line-height: 1.5em;
	background-color : #F2F2F2;
	text-align: left;
}

#sidebar h1 {
	color : #660000;				/*       kleur h1 sidebar   3471C2         */
	font-size : 12px;
	}

#sidebar ul {
	list-style : none;
	margin : 0 0 1em 0;
	padding : 0;
	}

#sidebar li {

/*	background : url(listmarker.gif) no-repeat 0 4px;*/
	}

#sidebar li .accented, p.accented {
	font-size : 10px;
	color : #333333;								/*       kleur   333333      */
	}


.sidebarpost {
	background-color : #F2F2F2;
	padding : 5px 3px 5px 7px;
	margin : 0 0 1em 0;
	height: 418px;

	font-size : 10px;
	}
	
.sidebarpost img {
	border : 1px solid #615B5D;
	}

#iteminfo {
	position : relative;
	top : 0px;
	right : 0px;
	background-color : #F2F2F2;
	height: 418px;
	font-size : 10px;
	visibility: hidden;
}
