/* @override http://vivium2011.nielsdev.sebastian.nl/css/swsite.css */

/* --- 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;*/
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* 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 { position: absolute; left: -9999px; text-indent: -9999px; line-height: 0; }

.jsClickable { cursor: pointer; }


/* ----- site defaults ----- */

html {
	font-size: 62.5%
}

body, input, button, textarea, select, table {
	
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
}

body.small {
	font-size: 1.05em;
}

body.normal {
	font-size: 1.20em;
}

body.large {
	font-size: 1.35em;
}



/* ----- headings ----- */

/*h1 {
	font-size: 2.2em;
	line-height: 1.0em;
	margin: 0.7em 0 0;
}*/

h1, h2, legend {
	color: #004595;
	padding: 0.5em 0 0;
	line-height: 1.6em;
	font-size: 1.6em;
	font-weight: normal;
}

h3, h4 {
	padding-top: 1.2em;
	color: #000;
	font-weight: bold;
	font-size: 1.0em;
}


/* ----- standaard li bullit ----- */

ul li {
	list-style-type: none;
	padding-left: 10px;
	margin: 0;
	background: url(../images/ic_bullet_list_grijs.gif) transparent no-repeat 0 0.6em;
}


/* ----- links ----- */

a {
	color: #004595;
}

	a:focus, a:hover {
		color: #333;
	}

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