/* ----------------------------------------------- START NORMALISEREN --------------------------------------------------------------- */
/* Normaliseren margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin : 0;
padding : 0;
}

/* Normaliseren font-size voor headers */
h1, h2, h3, h4, h5, h6 {
font-size : 100%;
}

/* Verwijderen list-style van lijsten */
ol, ul {
list-style : none;
}

/* font-style en font-weight op normaliseren */
address, caption, cite, code, dfn, em, strong, th, var {
font-style : normal;
font-weight : normal;
}

table {
border-collapse : collapse;
border-spacing: 0;
}

/* verwijderen randen van fieldset en img */
fieldset, img {
border : 0;
}

/* links aligneren caption en th */
caption, th {
text-align: left;
}

/* verwijderen van aanhalingstekens in q */
q:before, q:after {
content : '';
}
/* ----------------------------------------------- EINDE NORMALISEREN --------------------------------------------------------------- */
html {
text-align: center;
}

body {
position : relative;
width : 895px;
margin : 25px auto;
text-align : left;
background-color: #8b9b93;
}

.adres{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
color:#fff;
}

a.ladres{
color:#fff;
text-decoration: none;
}

a.ladres:hover, a.ladres:active{
color:#fff;
text-decoration: none;
border-bottom: 1px dotted #fff;
}
