/* 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 {
    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;
}

/* STYLED */
:focus {
    outline: none;
}
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 1px dotted #a9aaad;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

body {
    background-color: #ffffff;
    font-size: 62.5%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #333333;
}
ul ul, ol ol, table p {
    font-size: 100%;
}

/* Standard Lists */
#intro ul,
.vervolg ul,
.item_intro ul,
.product_text ul,
.lijstitem_intro ul {
    list-style-type: disc;
    margin-left: 1.5em;
}
#intro ol,
.vervolg ol,
.item_intro ol,
.product_text ol,
.lijstitem_intro ol {
    list-style-type: decimal;
    margin-left: 2em;
}

/* Helper Classes */
.rechts {
    float: right;
    margin-left: 5px;
}
.links {
    float: left;
    margin-right: 5px;
}
tr.rechts,
tr.links {
    float: none;
    margin: auto;
}

/* Fixes */
.nummer {
    width: 26px;
    text-align: center;
}
.nummer_plaatjes {
    width: 11px;
}
.nummer_plaatjes img {
    float: left;
    margin-bottom: 1px;
    height: 11px;
    width: 11px;
}
#producttable td {
    vertical-align: middle;
}

iframe#opus,
iframe#externeLinkIframe {
    height: 500px;
    width: 477px;
}

table.simsite_table a.readspeaker_doc,
div.tedownloaden ul.ul_lijst li.lijstitem_bullet a.readspeaker_doc,
div.product_text a.readspeaker_doc {
    display: inline-block;
    width: 22px;
    height: 23px;
    text-indent: -999999px;
    background: url("../images/but_leesvoor.gif") no-repeat;
    padding: 0px 0px 0px 5px;
}

