/* RESET DEFAULTS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: 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;
}


/* STANDARD DEFAULTS */
ol,
ul {
    /*margin-left: 1em;*/
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

h2 {
	display: none;
}
table {
    font-size: 100%;
}

img {
	border: none;
}

/* OVERRIDE SIM DEFAULTS */
fieldset legend {
    margin: 0;
    left: 0px;
    position: static;
}
input.contact_radio,
input.contact_checkbox {
    border: medium none;
}
li a.word, li a.excel, li a.pdf, li a.jpg, li a.gif, li a.png, li a.bmp, li a.avi, li a.mpg {
    font-weight: normal;
}
ul.itemlist li.lijstitem, ul.itemlist li.lijstitem_bullet, ul.ul_lijst li.lijstitem_bullet, ul.ul_lijst li.lijstitem {
    background: transparent none;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
a.meerinfo {
    font-weight: normal;
}

/* Navigation settings */
div#navigation ul.submenu {
    display: none;
}
div#navigation li.active ul.submenu {
    display: block;
}

/* start auto css */
body {
    /*color: #000000;
    font-family: Arial;
    font-size: 12;
    line-height: 100%;*/
   font-size: 62.5%;
}

/* end auto css */

#intro ul,
.intro ul,
.item_intro ul,
.vervolg ul {
    list-style-type: square;
    margin-left: 2em;
}
#intro ol,
.intro ol,
.item_intro ol,
.vervolg ol {
    list-style-type: decimal;
    margin-left: 2em;
}

