/* Standard waardes */
html, body {
	margin:0;
	padding:0;
	font-family:Tahoma;
	background: url(images/bg.png) repeat-x #e1dabe;
	font-size:11px;
	color:#000;
}
div#container {
	width:967px;
	margin: 0 auto; 
}
.leftfloat {float:left;}
.rightfloat {float:right;}
.fixfloat {
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
a img {border:0;}
a {color:#000; text-decoration:underline;}
a:hover {color:#000; text-decoration:none;}
/* /Standard waardes */
/* Header */
div#header {
	width:959px;
	height:68px;
	padding:10px 4px 0 4px;
}
#logo {float:left; margin:3px 0 0 0;}
/* /Header */
/* Top */
div#top {
	width:939px;
	height:105px;
	padding:19px 4px 0 24px;
	background: url(images/top.png);
	color:#fff;
}
div#aanmelden {
	width:190px;
	height:40px;
	background: url(images/aanmelden.png);
	padding:47px 0 0 95px;
	float:left;
}
div#sparen {
	width:119px;
	height:40px;
	background: url(images/sparen.png);
	float:left;
	margin:0 0 0 66px;
	padding:47px 0 0 95px;
}
div#uitbetalen {
	width:180px;
	height:40px;
	background: url(images/uitbetalen.png);
	padding:47px 0 0 95px;
	margin:0 0 0 69px;
	float:left;
}
/* /Top */
/* Content */
div#content {
	width:959px;
	background: url(images/content_bg.png) bottom;
	padding:0 4px 20px 4px;
}
div#left {
	width:195px;
	float:left;
}
div.menu_cont {
	padding:5px 10px;
	line-height:16px;
}
div#left a {color:#fff; text-decoration:none;}
div#left a:hover {color:#fade44; text-decoration:none; font-weight:bold;}
div.menu_kop {
	width:185px;
	height:32px;
	background: url(images/menu_kop.png);
	font-size:18px;
	color:#e2dbbf;
	font-family:Tahoma;
	padding:6px 0 0 10px;
}
div#right {
	float:right;
	width:751px;
	padding:5px 7px 0 0;
}
div.content_top {
	width:742px;
	height:27px;
	background: url(images/content_top.png);
	font-size:18px;
	padding:4px 0 0 9px;
}
div.content_cont {
	width:731px;
	padding:0 10px 5px 10px;
	background: url(images/content_foot.png) bottom no-repeat #e1dabe;
	line-height:18px;
	margin:0 0 10px 0;
}
p {
	margin:0;
	padding:8px 0;
}
/* /Content */
/* Footer */
div#footer {
	width:959px;
	padding:10px 4px;
	text-align:right;
}
/* /Footer */