/***********************************************************************************************************************
 *
 * - $Id: init.css 7727 2010-04-13 13:05:23Z mdehaan $
 *
 * Copyright Rovecom ICT BV
 *
 **********************************************************************************************************************/
 
/*
 * reset elementen
 */
html {
  color: #000; background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
pre, code, 
form, fieldset, legend, input, textarea, 
p, blockquote { 
  margin: 0; 
  padding: 0;
}
table {
  border-collapse: separate; 
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, th, var {
  font-style: normal; 
  font-weight: normal;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
li {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3 {
  font-weight: normal;
  margin-bottom: 0.5em;
}
h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 { 
  font-size: 180%; 
}
h2 { 
  font-size: 150%; 
}
h3 {
  font-size: 120%; 
}
h4 {
  font-size: 100%; 
}
h5 {
  font-size: 90%; 
}
h6 {
  font-size: 80%; 
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0; 
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit; 
  font-size: inherit; 
  font-weight: inherit;
}
del, ins {
  text-decoration: none;
} 

/*
 * initiale waarden
 */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea {
  font: 99%  arial, helvetica, clean, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
}
blockquote, ul, ol, dl {
  margin: 1em;
}
ol, ul, dl {
  margin-left: 2em;
}
ol li {
  list-style: decimal outside;  
}
ul li {
  list-style: disc outside;
} 
p {
  margin-bottom: 1em;
}
