* {
	margin: 0;
	padding: 0;
}

/* interface */

html {
	color: #5E5D5D;
	overflow-y: scroll;
	background-color: #F8F6F0;
	font-family: 'Trebuchet MS', Verdana, 'Sans Serif';
	font-size: 13px;
	line-height: 1.4em;
	text-align: center;
}

body {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

div#content_inner {
	padding: 1em 1em 0 1em;
}

h1#logo, h1#logo a,  {
	display: block;
	width: 472px;
	height: 37px;
}

h1#logo {
	background: url('images/logo.png') no-repeat left top;
	width: 472px;
	height: 37px;
	font-size: 1em;
	margin: 1em 0;
}

h1#logo a span, h1#logo span{
	display: none;	
}

div#footer {
	font-size: .9em;
	text-align: center;
	padding: 0 1em 1em 1em;
}

/* headings */

h1 {
}

h2 {
	width: 201px;
	height: 56px;
	margin: 0 0 .5em 0;
}

h2#hoe_werkt_het {
	background: url('images/buttons/hoe_werkt_het.png') no-repeat top left;
}

h2#goeie_tips {
	background: url('images/buttons/goeie_tips.png') no-repeat top left;
}

h2#calculator {
	background: url('images/buttons/calculator.png') no-repeat top left;
}

h2 span {
	display: none;
}	

h3 {
	font-family: 'Trebuchet MS', Verdana, 'Sans Serif';
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .5em;
}

h4 {
	font-family: 'Trebuchet MS', Verdana, 'Sans Serif';
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .5em;
}

/* text */

a, a:hover, a:active, a:visited {
	color: #F3B600;
}

p {
	margin-bottom: 1em;
}

big {
	font-size: 1.2em;
}

hr {
	border: 0;
	background: url('images/rule.png') repeat-x top center;
	display: block;
	margin-bottom: 1em;
}

/* forms */

div.left fieldset {
	border: none;
}

div.left dl {
	clear: left;
	border-top: 1px solid #FFF;
}

div.left dt {
	font-weight: normal;
	float: left;
	width: 16em;
	margin: .3em 0;
}

div.left dd {
	float: left;
	margin: .3em 0 .3em 1em;
}

button#bereken {
	background: url('images/buttons/bereken.png') no-repeat top left;
	width: 201px;
	height: 56px;
	border: none;
	margin: 1em 0 .5em 0;
}

button#bereken span {
	display: none;
}

/* box */

div.left {
	background: url('images/box_left.png') repeat-y left center #FFF;
	margin-bottom: 1em;
}

div.left div.right {
	background: url('images/box_right.png') repeat-y right center;
}

div.left div.inner {
	padding: 5px 10px 0 10px;
}

div.left div.top {
	background: url('images/box_top.png') repeat-x center top;
	height: 6px;
	overflow: hidden;
}

div.left div.bottom {
	background: url('images/box_bottom.png') repeat-x center bottom;
	border-bottom: 1px solid #F8F6F0;
	height: 6px;
	overflow: hidden;
}

div.left div.top span, div.left div.bottom span {
	display: block;
	float: right;
	background: url('images/box_corners.png');
	background-repeat: no-repeat;
	background-position: right top;
	width: 6px;
	height: 6px;
	overflow: hidden;
}

div.left div.bottom span {
	background: url('images/box_corners.png');
	background-position: right bottom;
}

div.left div.right div, div.bottom div {
	clear: both;
}

div.left div.top span.corner {
	background-position: left top;
	float: left;
}

div.left div.bottom span.corner {
	background-position: left bottom;
	float: left;
}
#rechts{width: 492px; float: left;}
