/* --- RESETTING BROWSER DEFAULTS - http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ --- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	/*outline: 0;*/
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* remember to define focus styles! */
a:focus { outline: 0; color: #bbb;}

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/* --- GENERAL DEFAULTS --- */

html { overflow-y: scroll; }	/* Always show scrollbar on right side (as IE does) in all browsers to avoid jumping of centered sites caused by (dis)appearing these scrollbars. Overflow-y is a CSS3 property and therefor it does not validate yet (removing it only affects the jumping). */	
body, html { height: 100%; }
body { position: relative; float: left; clear: both; width: 100%; }

ul { list-style-type: disc; }
	ul li { margin-left: 16px; }
ol { list-style-type: decimal; }
	ol li { margin-left: 31px; }
ul.nav, .nav ul, ul.overview, .overview ul, ul.linkList, .linkList ul,
ol.nav, .nav ol, ol.overview, .overview ol, ol.linkList, .linkList ol,
.nav li, .overview li, .linkList li { margin: 0; padding: 0; background-image: none; list-style-type: none; }
	
strong, b { font-weight: bold; }
em, i { font-style: italic; }
			
legend { margin-right: 0; }
* html legend { margin-left: -7px; }
*:first-child+html legend { margin-left: -7px; }

label, button, input.button { cursor: pointer; }
input[type="submit"], input[type="reset"], input[type="button"] { cursor: pointer; }

:focus, object:focus, embed:focus { outline-style: none; }
a:focus, area:focus, input:focus, select:focus, textarea:focus, button:focus { outline-width: 1px; outline-style: dashed; }

.alignLeft { float: left; }
.alignRight { float: right; }

.offScreen, .verberg { position: absolute; left: -9999px; text-indent: -9999px; line-height: 0; }


/* --- SITE DEFAULTS --- */

body {
	font-family: Arial, Verdana, Geneva, "Liberation Sans", sans-serif;
	background: #fff;
	color: #333;
	line-height: 1.3em;
	font-size: 0.813em;
}

input, button, textarea, select, table {
	font-family: Arial, Verdana, Geneva, "Liberation Sans", sans-serif;
	color: #333;
	font-size: 1.0em;
}


/* - headings - */
h1 {
	font-size: 1.923em;
	line-height: 1.2em;
	color: #f09;
	margin: 0 0 0.85em;
}
	.mainOverBorstkanker h1 {color: #f93;}
	.mainOntmoet h1 {color: #9c3;}
	/*.mainBVN h1 {color: #f09;}*/

h2 {
	font-size: 1.154em;
	line-height: 1.3em;
	color: #f09;
	margin: 1.15em 0 0.1em;
}

	.mainOverBorstkanker h2 {color: #f93;}
	.mainOntmoet h2 {color: #9c3;}
	/*.mainBVN h2 {color: #f09;}*/
	
	h2 a {
		color: #999;
	}

h3 {
	
}

/* - standaard li bullit - */
ul li {
	background: url(../images/ic_bullet.png) transparent no-repeat 6px 0.5em;
	list-style-type: none;
	margin: 0;
	padding-left: 18px;
}


/* - links - */
a {
	/*color: #f09; roze*/
	color: #999;
}
	a:focus, a:hover {
		text-decoration: none;
	}

:focus {
	/*outline-color: #3d3d3d;*/
}

table {
	font-size: 1.0em;	
}
