/* 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, p, div {
	line-height: 1.5;
}

p, ul, ol {margin-bottom:1.5em}

#navigation ol, #navigation 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;
}

body{font: 76% verdana,sans-serif;text-align:center}

#content a  {
   color: black;
}
#content a:hover {
   color: #ff872b;
}


#navigation a  {
   color: black;
   text-decoration: none;
   border-bottom: 1px dotted black;
   display: block;
}
#navigation a:hover {
   color: #ff872b;
   border-bottom: 1px dotted #ff872b;
   display: block;
}

div#header h1 {
   height:80px;
   line-height:80px;
   color: #2ba3ff; /*blauw*/
}

div#header img {
   border: 0;
}
div#container{text-align:left}
div#content p, div#content ul {
	line-height:2;
}
div#calculator {
	background-color: #ff872b; /*oranje*/
	/*background-color: #c24330;*/ /*rood*/
}
div#welkomtekst a:hover { 
    color: black;
    text-decoration: underline;
}


h1, h2 {
	/*color: #000*/;
	color: #000;
	padding: 10px 0;
    font-weight:900;
    font-size: large;
}

h3 { font-weight: 800; padding: 10px 0; font-size: larger }
div#headnav{
    /*	background-color: #38D3FF; #felblauw*/
	/*background-color: #2ba3ff; #nieuw blauw*/
	/*padding: 15px;*/
}
/*div#headnav ul {
	list-style: none;
	display: inline;
}
*/
div#navigation ul {
    margin: 0;
    padding: 0;
	margin-right: 2em;
}

div#navigation li {
	padding-bottom: 1em;
}
div#navigation{}
div#extra{}
div#footer{background: #333;color: #FFF; }
div#footer p{padding:5px 10px}

div#container{width:900px;margin:0 auto}
div#wrapper{float:left;width:100%;padding:0}
div#content{margin: 0 150px; padding:0; } /*topbottom 0, rightleft 150 */
div#navigation{float:left;width:150px;margin-left:-900px}
div#extra{float:left;width:150px;margin-left:-150px}
div#footer{clear:left;width:100%}


form input {
   border: 1px solid black;
   font-weight:900;
}

.radio { border:none !important}
#calculator img {
    padding-right: 15px;
}

#footer a {color: white;}
#footer a:hover {color: #ff872b;} 

#content ol,ul {
  list-style: disc;
}

select {border: 1px solid black }

.noline {text-decoration: none}

#results{margin-top: 1em; margin-bottom: 2em}

#resulttable td {border-bottom: 1px solid black; padding-right: 20px;}
#resulttable td.last {padding-right: 0px;}

.error { color: red; }

.comment { border-bottom: 1px solid black; margin-bottom: 10px;}

#entrylist ul {list-style: none}

.blogentry {border-bottom: 4px solid #ff872b}

#content h2 a {color: #2ba3ff; text-decoration: none}
