@charset "ISO-8859-1";
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333;
	background-color: #999;
}

#container {
	width: 900px;
	line-height: 120%;
	margin: 3px auto 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
	background-color: #999;
}

#containercontentbigtable {
	margin: 0;
	padding: 0;
	border-top: 2px solid #999;
	background-color: #FFF;
}



/**************** banner *******************/
#banner {
	margin: 25px auto 0 auto;
	width: 100%;
	height: 60px;
	background-color: #333;
	border-bottom: 3px solid #FFF;
	text-align: left;
}

#containerbanner {
	margin: 0 auto 0 auto;
	width: 900px;
	height: 60px;
}

#logoinbanner {
	float: right;
	margin: 0;
	padding: 0;
}

#bannertable {
	float: left;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 160px;
	color: #FFF;
}

#bannertable td {
	text-align: center;
	width: 50px;
	padding: 40px 0 0 0;
}

.notused {
	color: #333;
}

#bannertable a {
	color: #FFF;
	text-decoration: underline;
}

#bannertable a:link {
	text-decoration: underline;
}

#bannertable a:visited {
	text-decoration: underline;
}

#bannertable a:hover {
	text-decoration: none;
	font-weight: bold;
}






/**************** navigation left *******************/
#navcontainer {
	float: left;
	width: 166px;
	margin: 0;
	height: auto;
	padding: 45px 0 0 0;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navcontainer li {
 	margin: 0 0 10px 0;
	padding: 0; 
}

#navcontainer a {
	display: block;
	padding: 4px 0 6px 40px;
	margin: 0 0 10px 0;
	width: 126px;
	background-color: #FFF;
	color: #333;
	text-decoration: none;
}

#navcontainer a:link {
	text-decoration: none;
	background-image:url(../img/nav/a_link.gif);
	background-repeat: no-repeat;
}

#navcontainer a:visited {
	text-decoration: none;
	background-image:url(../img/nav/a_link.gif);
	background-repeat: no-repeat;
}

#navcontainer a:hover {
	background-color: #FC6;
	text-decoration: none;
	background-image: url(../img/nav/a_hover.gif);
}

#navcontainer li#current a {
	color: #FFF;
	background-color: #F90;
	text-decoration: none;
	background-image: url(../img/nav/a_active.gif);
	background-repeat: no-repeat;
}


/****************  content *******************/
#content {
	background-color: #FFF;
	margin: 0 0 0 166px;
	padding: 0;
}

p {
	margin: 15px 20px 0 20px;
	padding: 0;
	text-align: justify;
	height: auto;
	line-height: 130%;
}

.p2 {
	margin: 40px 20px 40px 20px;
	color: #333;
	text-align: center;
}

.p3 {
	margin: 10px 20px 0 40px;
	padding: 0;
	text-align: left;
	height: auto;
	line-height: 130%;
}

.p3bullet {
	margin: 10px 20px 0 40px;
	padding: 0;
	text-align: left;
	height: auto;
	line-height: 130%;
	text-indent: -10pt;
}

.p4 {
	margin: 5px 20px 0 80px;
	padding: 0;
	text-align: left;
	height: auto;
	line-height: 130%;
}

.p5 {
	margin: 5px 60px 0 60px;
	padding: 0;
	font-size:11px;
	text-align: left;
	font-style:italic;
	height: auto;
	line-height: 130%;
}

.p6 {
	margin: 5px 60px 0 80px;
	padding: 0;
	font-size:10px;
	text-align: left;
	font-style:italic;
	height: auto;
	line-height: 130%;
}

.emph {
	color: #F90;
}

.rood {
	color: #900;
}

a:link {
	color: #F90;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #663;
	font-style: normal;
}

a:hover {
	text-decoration: underline;
	color: #663;
	font-style: normal;
}

a:active {
	text-decoration: underline;
	color: #630;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #F90;
	font-family: Futura, "Century Gothic bold", Verdana, Arial;
	text-align: left;
	line-height: 120%;
	padding: 2.2em 0 0 0;
	margin: 0 160px 0 20px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 120%;
	margin: 0 0  0 20px;
	padding: 2em 0 0 0;
	
}

#h2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	
	}
	
#h2 a {
	display:list-item;
	line-height: 300%;
	margin: 0 0 20px 0;
	padding: 0;
	
}
#h2 a:link {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#h2 a:hover {
	margin: 0;
	padding: 0;
	text-decoration: underline;	
}

#h2 a:visited {
	margin: 0;
	padding: 0;
	text-decoration: underline;	
}

h3 {
	font-size: 12px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 120%;
	margin: 0 190px 0 40px;
	padding: 5px 0 0 0;
	
	
}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: #F90;
	font-family: Futura, "Century Gothic bold", Verdana, Arial;
	text-align: left;
	line-height: 120%;
	padding: 2em 0 0 0;
	margin: 0 160px 0 40px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 120%;
	margin: 0 20px  0 20px;
	padding: 1em 0 0 0;
	
}

h6 {
	font-size: 11px;
	font-weight: bold;
	font-style:italic;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 120%;
	margin: 0 60px 0 60px;
	padding: 5em 0 1em 0;
}




/***************************** tables ***********************/

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}


td.align right 
{
	text-align: right;
}
.dashedline{
	height: 1px;
	padding: 0;
	width: 100%;
	margin-bottom: 1em;
	border-top: 1px dashed #666;
}

#content hr.table 	
{
	height: 1px;
	padding: 0;
	width: 100%;
	margin-bottom: 1em;
	border-top: 1px dashed #666;
}

table.small /*****meest gebruikt****/
{
	margin: 1em 1em 2em 1.8em;
	width: 72%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;	
}


table.small td {
	padding: 3px 6px 10px 20px;
	vertical-align: top;
}


table.IBB /****publicaties,fisc.doc., contact info bij giften******/
{
	margin: 10px 0 20px 20px;
	width: 90%
}


table.IBB td {
	padding: 3px 6px 3px 6px;
	background-color: #EAEAEA;
}

table.IBB td.nobg {
	color: #F90;
	padding: 3px 6px 3px 6px;
	background-color: #FFF;	
}


table.doc /****belangrijke documenten**/
{
	margin: 10px 0 20px 20px;
	width: 680px;
	background-color: #333;	
}

table.doc td {
	padding: 10px 6px 10px 10px;
	background-color: #FFF;
	vertical-align:top;
	line-height:150%;
}

table.doc td.sp {
	padding: 10px 6px 10px 10px;
	background-color: #FFF;
	width: 224px;
	vertical-align:top;
	line-height:150%;
}

table.doc td.nobg {
	color: #F90;
	padding: 10px 6px 10px 6px;
	background-color: #FFF;	
}

table.doc th {
	padding: 10px 6px 10px 6px;
	background-color: #FFF;
	font-size: 14px;
	font-style: oblique;
	color: #FFF
	text-align: center;
	color: #333;
}


table.big /*****structuur biobank****/
{
	margin: 5px auto;
	width: 900px;
}


table.big td {
	width: 270px;
	padding: 0 0 2px  20px;
}



table.bigLvB /********filmfragmenten*****/
{
	margin: 30px 0 20px 20px;
	background-color: #FFF;
	width: 860px;
}


table.bigLvB td  {
	padding: 3px 3px 10px 10px;
	background-color: #EAEAEA;
	vertical-align: top;
	font-size: 10px;
}


th {
	color: #F90;
	padding: 15px 6px 15px 20px;
	font-style: normal;	
}


th.big {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #333;
	border-top: 20px solid #FFF;
	border-bottom: 12px solid #FFF;
	padding: 8px 6px 8px 20px;	
}

th.big2  {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 4px 4px 4px 20px;
}

th.big3  {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #F90;
	text-align: center;
	padding: 6px 6px 6px 20px;
}



table.CJD/*********** gebruikt voor pagina over CJD, NBIO, RGroups ***********/
{
	margin: 10px 0 20px 40px;
	width: 500px;
}

table.CJD td {
	padding: 3px 6px 3px 6px;
	background-color: #EAEAEA;
}

table.CJD td.nobg {
	padding: 3px 6px 3px 6px;
	background-color: #FFF;
}

table.CJD td.center {
	text-align: center;
}

table.CJD td.bold {
	padding: 3px 6px 3px 40px;
	font-weight: bold;
}

table.CJD th {
	font-weight: bold;
	color: #333;
	text-align: right;
	background-color: #FFF;
	padding: 8px 6px 8px 0;	
}
/*********************** einde CJD *********************/


table.staff {
	margin: 1em 1em 2em 2em;
	width: 90%;
	/**background-color: #00CC66;**/
}

table.staff td {
	border: 0;
}

table.staff td.margintop {
	margin-bottom: 5em;
}



/**************photo gallery******************/
.thumbnail {
	float: left;
	width: 200px;
	height: 220px;
	border: 1px solid #999;
	padding: 5px;
	margin: 20px 0 5px 20px;
}

.thumbempty {
	float: left;
	width: 200px;
	height: 220px;
	border: 1px solid #FFF;
	padding: 5px;
	background-color:#FFF;
	margin: 20px 0 5px 20px;
}

.thumbnailbig {
	float: left;
	width: 430px;
	height: 220px;
	border: 1px solid #999;
	padding: 5px;
	margin: 20px 0 5px 20px;
}


.linkthumbnail {
	font-size:9px;
}
	





/**************** photos *******************/

#rightnavigation {
	float: right;
	width: 160px;
	height: auto;
	margin: 0;
	padding: 0 0 0 20px;
	}



#photos ul {
	list-style-type: none;
}


.photo1 {
	border: 2px solid #F90;
	margin: 25px 0 7px 0;
	padding: 0;
}

.photo2  {
	border: 2px solid #F90;
	margin: 0 0 7px 0;
	padding: 0;
}

.photolast {
	border: 2px solid #F90;
	margin: 0 0 25px 0;
	padding: 0;
}

.photopers {
	border: 2px solid #666;
	margin: 50px 0 50px 0;
	padding: 0;
}




/**************** footer *******************/
#footer {
	clear: both;
	margin-top: 3px;
	/**background-color: #FFCC66;**/
	border-top: 3px solid #999;
	color: #333333;
	background-color: #999999;
}

#footer p {
	text-align: right;
	font-size: 11px;
	margin-right: 40px;
}

#footer a:link  {
	color: #FFF;
	text-decoration: underline;
}

#footer a:visited {
	text-decoration: underline;
	color: #FFF
}

#footer a:hover  {
	text-decoration: underline;
	color: #333;
}

#footer a:active {
	text-decoration: underline;
	color: #FFF
}


