/* CSS Document */
/* Copyright 2008 JMAdesign */
/* www.jmadesign.nl */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0154a4;
	background-color:#FFFFFF;
}

#totaal {
	width: 980px;
	height: 770px;
	margin-top: -45px;
	margin-left:auto;
	margin-right:auto;
}
#head {
	float:left;
	width: 980px;
	height: 211px;
	background-image:url(images/head.jpg);
}
#left {
	float:left;
	width: 120px;
	height: 526px;
	background-image:url(images/left.jpg);
}
#title_left {
	float:left;
	width: 469px;
	height: 32px;
	background-image:url(images/title_left.jpg);
}
#title {
	float:right;
	width: 234px;
	height: 32px;
	background-image:url(images/title.jpg);
	margin-right: 157px;
}
#row {
	float:left;
	width: 703px;
	height: 35px;
	background-image:url(images/row.jpg);
}
#menu {
	float:left;
	width: 185px;
	height: 459px;
}
#left_content {
	float: left;
	width: 48px;
	height: 459px;
	background-image:url(images/left_content.jpg);
}
#content_bg {
	float:right;
	width: 470px;
	height: 424px;
	background-image:url(images/content.jpg);
	margin-right: 157px;
}
#content {
	width: 470px;
	height: 424px;
	overflow:auto;
}
#foot_content {
	float: right;
	width: 470px;
	height: 35px;
	background-image:url(images/foot_content.jpg);
	margin-right: 157px;
}
#right {
	float:right;
	width: 157px;
	height: 526px;
	background-image:url(images/right.jpg);
	margin-right: 0px;
	margin-top: -526px;
}
#footer {
	float: left;
	width: 980px;
	height: 27px;
	background-image:url(images/footer.jpg);
}

a:link {
	color: #0154a4;
	text-decoration: none;
}
a:active {
	color: #0154a4;
	text-decoration:underline;
}
a:visited {
	color: #0154a4;
	text-decoration: none;
}
a:hover {
	color: #0154a4;
	text-decoration:underline;
}

