/* Standard waardes */
html, body {
	margin:0;
	padding:0;
	background: url(images/bg.png) repeat-x #a0a0a0;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#000;
	height:100%;
	width:100%
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	}
div#container {
	width:773px;
	margin: 0 auto;
}
.leftfloat {float:left;}
.rightfloat {float:right;}
.fixfloat {
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
/* /Standard waardes */
/* Header */
div#header {
	width:773px;
	height:178px;
	background: url(images/header.jpg);
}
div#menu {
	padding:22px 0 0 0;
	width:773px;
	height:21px;
}
div#menu img {float:left;}
div#menu a {
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	color:#353535;
	padding:3px 10px 0 10px;
	text-transform:uppercase;
}
div#menu a:hover {text-decoration:underline;}
/* /Header */
/* Content */
div#content {
	width:759px;
	padding:10px 6px;
	background:#fff;
	border-left:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
}
.menu_kop {
	width:146px;
	height:18px;
	text-transform:uppercase;
	font-weight:bold;
	padding:4px 0 0 8px;
	background: url(images/menu_kop.jpg);
}
.menu_bg {
	width:154px;
	background: url(images/menu_bg.jpg);
	margin:0 0 8px 0;
}
.menu_inner {
	width:138px;
	background: url(images/menu_foot.jpg) bottom no-repeat;
	padding:5px 8px 5px 8px;
}
.menu_bg_blue {
	width:154px;
	background: url(images/menu_bg_blue.jpg);
	margin:0 0 8px 0;
}
.menu_inner_blue {
	width:138px;
	background: url(images/menu_foot_blue.jpg) bottom no-repeat;
	padding:3px 8px 5px 8px;
	color:#fff;
}
.content_kop {
	width:586px;
	height:17px;
	text-transform:uppercase;
	font-weight:bold;
	padding:4px 0 0 8px;
	background: url(images/content_kop.jpg);
}
.content_bg {
	width:594px;
	background: url(images/content_bg.jpg);
	margin:0 0 8px 0;
}
.content_inner {
	width:578px;
	padding:0 8px 3px 8px;
	background: url(images/content_foot.jpg) bottom no-repeat;
}
.content_bg_blue {
	width:594px;
	background: url(images/content_bg_blue.jpg);
	margin:0 0 8px 0;
}
.content_inner_blue {
	width:578px;
	color:#fff;
	padding:0 8px 3px 8px;
	background: url(images/content_foot_blue.jpg) bottom no-repeat;
}
div#right p {
	margin:0;
	padding:4px 0;
}
div#right {
	float:right;
	width:594px;
}
div#left {
	float:left;
	width:154px;
}
/* /Content */
/* Footer */
div#footer {
	width:773px;
	height:23px;
	text-align:center;
	padding-top: 10px;
	background: url(images/footer.png);
}
/* /Footer */
