    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    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, 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,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
		font-size:100%;
    font: inherit;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
    /* Chrome hack */
    input,select,textarea{
        outline:none;
    }
    
/**
Croggle related CSS stuff

*/
@font-face 
{   font-family: 'decimaregular';
    src: url('../fonts/decima/decima-webfont.eot');
    src: url('../fonts/decima/decima-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/decima/decima-webfont.woff') format('woff'),
         url('../fonts/decima/decima-webfont.ttf') format('truetype'),
         url('../fonts/decima/decima-webfont.svg#decimaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body 
{ line-height: 1.313em;/*16pt*/
  font-size:16px; /*16px standard in alle merken browsers*/
                   /*16px = 12pt = 1em = standard fontsize*/
}
p 
{ font-family:'arial',sans-serif;
	margin-left:1.313em; 
}
h1
{	font-size:1.125em; /*14pt*/ 
	font-family: 'arial',sans-serif;
	color:#fff;
	margin-bottom:1.313em;
	background-image:url('../img/Croggle_H1.png');
	background-size: 15.125em 1.175em;
	background-repeat: no-repeat;
	background-position: left 0.125em;
}
.label
{ font-size:small;
  margin-right:0.5em;
}
div#container
{	width:61.625em; /*986px*/
	margin:0px auto;
}
div#logo
{ height:14.063em; /*225px*/
  width:61.250em; /*980px*/
}
div#legal
{ width:61.250em; /*980px*/
  height:1.625em; /*26px*/
}
div#formulier
{ padding-left:1em;
  width:34.375em; /*500px*/
	display:inline-block;
	vertical-align:top;
}
div#overzicht
{ padding-left:1em;
  width:24em;
	display:inline-block;
	vertical-align:top;
  font-size:small;
	border-left:1px solid black;
}
.h1_indent
{ padding-left:1em;
  padding-right:0.5em;
}
.header
{ margin-top:-0.05em;
}
.footer
{ margin-top:0.75em;
}
.content_wrapper
{ width:61.250em; /*980px*/
	display:inline-block;
	vertical-align:top;
	font-family: 'decimaregular',sans-serif;
}
.legend
{ font-size:x-small;
	font-style:italic;
	font-weight:bold;
}
.fieldset
{ border-top:0.063em dashed black;
}
.overzichtframe
{ width:30em;
	height:26em;
	display:inline-block;
	vertical-align:top;
}

