html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFCC;
	color: #000;
}
td, th, p, pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: top;
}
p {
	margin-top: 7px;
	margin-bottom: 0;
}
p.inspring {
	margin-top: -1px;
	text-indent: 35px;
}
blockquote {
	margin-left: 40px;
	margin-bottom: 13px;
}
ol, ul {
	margin: 3px 0 5px 40px;
	font-size: 12px;
}
ol ol, ol ol ol {
	margin-left: 20px;
}


/* Opmaak voor bovenste menu als de bij de link horende pagina geopend is */
#home .home, #sitemap .sitemap, #contact .contact, #links .links {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* Opmaak voor linker menu als de bij de link horende pagina geopend is */
#watisab .watisab, #stichting .stichting, #doelstelling .doelstelling, #werkwijze .werkwijze, #financiers .financiers, #bestuur .bestuur, #adviesraad .adviesraad, #personeel .personeel, #leerstoel .leerstoel, #leeropdracht .leeropdracht, #hoogleraar .hoogleraar, #meerjarenkader .meerjarenkader, #werkplan .werkplan, #lectoraat .lectoraat, #projecten .projecten, #publicaties .publicaties, #agenda .agenda, #vacature .vacature {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/*  overall containter */
#wrapper {
	width:100%;
	text-align:center;
}

/* container voor bovenste deel scherm */
#headerLyr {
	position:relative;
	margin: 0 auto;
	top: 0;
	width:790px;
	height:103px;
	background-image:url(../img/header.gif);
	background-repeat:no-repeat;
	text-align:right;
}
#headerLyr img {
	margin: 70px 0 0 5px;
	width:40px;
	height:28px;
}
#headerLyr a {
	color:#CC0000;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
	line-height: 20px;
	margin: 0 5px 0 10px;
}
#headerLyr a:hover {
	color:#990000;
}
/* container voor onderste deel scherm */
#subwrapper {
	position:relative;
	margin: 0 auto;
	width:790px;
	height: 503px;
	top: 0;
	text-align: left;
	background-image:url(../img/content_back.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

/* Opmaak linkerkolom */
#leftLyr {
	behavior:url("/css/csshover.htc");
	position:absolute;
	left: 0;
	top: 0;
	width:170px;
	height:503px;
	font-size:10px;
	font-weight: bold;
	color: #000000;
	background-image:url(../img/left_back.gif);
	background-repeat:no-repeat;
}
#leftLyr li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display:block;
	width: 150px;
}
#leftLyr li a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
ul#menu {
	position:absolute;
	z-index:2;
}
div#logo {
	position:absolute;
	top: 260px;
	text-align:center;
	z-index:1;
}
 /* Het 100% CSS menu */
#leftLyr ul {
 	margin:0;
	display:block;
 }  

#leftLyr ul {
	list-style:none;
	margin-top: 6px;
	margin-left: 0;
	padding: 0;
 } 

#leftLyr li {
	position:relative;
	padding-left: 13px;
	line-height: 30px;
	z-index:9;
}
#leftLyr li li{
	position:relative;
	padding-left: 8px;
	line-height: 30px;
	z-index:10;
}

#leftLyr li.folder {
   border-right-color:#cc0000;
  }

  /* decoratieve hover */

#leftLyr  li:hover {
   z-index:15;
}
#leftLyr  li li:hover {
   z-index:16;
}

 /* Alle subnavigatie verbergen */
  
#leftLyr ul ul {
  position:absolute;
  display:none;
  right:-60px;
  top:10px;
 }
  
 /* :hover, met specificity */
#leftLyr li:hover ul ul {
	display:none;
}
#leftLyr li li a {
	display:none;
}
#leftLyr li:hover ul, #leftLyr li:hover li:hover ul {
	display:block;
}
/*/////////////////////////////////////////////*/
#leftLyr li ul li {
	line-height: 24px;
	background-image:url(/img/submenu_btn.gif);
	background-repeat:no-repeat;
}

#leftLyr ul li a {
	display: block;
	text-decoration: none;
}
/* Holly Hack. IE Requirement \*/
* html #leftLyr ul li { float:left; }
* html #leftLyr ul li a { height: 1%; }
/* End */

#leftLyr li:hover ul, #leftLyr li.over ul { display: block; } /* The magic */

/* Opmaak contentgedeelte */
#contentLyr {
	position: absolute;
	left: 186px;
	top: 11px;
	width:600px;
	height: 478px;
	overflow: auto;
	padding-right: 20px;
}
#contentLyr .groter {
	font-size: 120%;
}
#contentLyr .titel, .titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size:16px;
	font-weight:bold;
	color: #FFF;
	display:block;
	width: 565px;
	text-align:left;
	background-color:#66CCFF;
	border-top:1px solid #C6FED9;
	border-bottom:1px solid #C6FED9;
	line-height:25px;
	margin: 4px 0 20px 0;
	padding-left: 12px;
}
#contentLyr .introkop {
	color: #333333;
	font-size:120%;
	font-weight:bold;
	display:block;
	text-align:left;
	margin: 5px 0 5px 12px;
}
#contentLyr .introtekst {
	font-size: 1em;
	margin: 5px 0 5px 12px;
	display:block;
	width: 555px;
}
#contentLyr .actueeltekst {
	font-size: 1em;
	margin: 5px 0 5px 12px;
	display:block;
	width: 555px;
	background-color:#CCFFFF;
}
#contentLyr .kop {
	color: #FFF;
	font-size:1em;
	font-weight:bold;
	display:block;
	width: 545px;
	text-align:left;
	margin: 15px 0 3px 12px;
	background-color:#66CCFF;
	border-top:1px solid #C6FED9;
	border-bottom:1px solid #C6FED9;
	line-height:18px;
	padding-left: 12px;
}
#contentLyr .tekst {
	font-size: 1em;
	margin: 5px 0 5px 12px;
	padding-left: 12px;
	width: 530px;
	display:block;
}
#contentLyr .tekst_inspring1 {
	display:block;
	width: 340px;
	padding-left: 120px;
}
#contentLyr .subkop {
	color: #000000;
	font-size:12px;
	font-weight:bold;
	display:block;
	width: 90%;
	text-align:left;
	margin: 10px 0 3px 12px;
	padding-left: 12px;
}
#contentLyr .lijn {
	margin: 10px 0 5px 0;
	padding-left: 12px;
}
#contentLyr .lijn2 {
	margin: 10px 0 5px 0;
	padding-left: 0px;
}

#contentLyr a {
	color: #CC0000;
	font-weight:bold;
	text-decoration:none;
}
#contentLyr a:hover  {
	text-decoration: underline;
}
#contentLyr li ul li {
	margin-left: -24px;
}
#contentLyr li ol li {
	margin-left: 2px;
}
#contentLyr li {
	padding-bottom: 3px;
}
.ul2 {
	margin-left: 56px;
}
.idx {
	font-size: 80%;
	color: #66CCFF;
}