html {
	padding: 0;	
	color: #6a6a79;
	background: url("images/bg.png");
	font: 13px "Tahoma", Sans-Serif;
}

body {
	width: 850px;
	margin: 0 auto;
}

/* Link opmaak */
a {
	color: #6a6a79;
	text-decoration: none;
}
a:hover {
	color: #6a6a79;
	text-decoration: underline;
}
/* /Link opmaak */

/* Clear */
.clear {clear: both;}
/* /Clear */

/* Images */
img {border: 0;}
/* /Images  */

/* Alinea */
p {
	margin: 0;
	padding: 7px 0;
}
/* /Alinea  */

/* Header  */
div#header {
	width: 850px;
	height: 122px;
	background: #fff url("images/header_bg.png") top repeat-x;
}
#simlockeraf {
	float: left;
	margin: 38px 0 0 28px;
	padding: 0;
}
div#header .button {
	float: right;
	margin: 20px 63px 0 0;
	padding: 0;
}
/* /Header */

/* Menu  */
ul#menu {
	width: 830px;
	height: 35px;
	background: #7ACA1C url("images/menu_bg.png") repeat-x;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}
ul#menu li {float: left;}
ul#menu li a{
	display: block;
	float: left;
	height: 26px;
	color: #fff;
	margin: 0 2px;
	padding: 9px 7px 0 7px;
}
ul#menu li a:hover, ul#menu li.active a {
	background: #525252 url("images/arrow.png") bottom no-repeat;
	text-decoration: none;
}
/* /Menu */

/* Content */
div#content {
	background: #fff;
}
div#content a {
   font-weight: bold;
}
/* / Content */

/* Banner */
div#banner {
	background: #fff;
	padding: 8px 0 0 0;
}
/* / Banner */

/* Left */
div#left {
	float: left;
	width: 470px;
	margin: 0;
	padding: 0 6px 20px 54px;
}
h2 {
	margin: 12px 0 0 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
}
div#left h2 {color: #7bca1d;}
.download a{
	display: block;
	width: 127px;
	height: 44px;
	background: url("images/downloaden.png") 0 0 no-repeat;
}
.download a:hover {background: url("images/downloaden.png") -127px 0 no-repeat;}
.download_blauw a{
	display: block;
	width: 127px;
	height: 44px;
	background: url("images/downloaden.png") -127px 0 no-repeat;
}
.download_blauw a:hover {background: url("images/downloaden.png") 0 0 no-repeat;}
/* /Left  */

/* Right */
div#right {
	float: left;
	width: 310px;
	padding: 0 10px 20px 0;
	margin-right: -3px;
}
div#right h2 {color: #175caa;}
/* /Right  */

/* Footer */
div#footer {
	width: 796px;
	height: 25px;
	color: #fff;
	background: #525252 url("images/footer_bg.png") repeat-x;
	padding: 7px 0 0 54px;
}
div#footer a {
	color: #fff;
	font-weight: bold;
}
/* /Footer  */