html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-color: #e2dcdc;
}

#container {
	width: 998px;
}

/* body */
#leftbg {
	float: left;
	width: 152px;
	height: 500px;
	background-image: url('../images/backgroundleft.jpg');
	background-repeat: no-repeat;
}

#main {
	float: left;
	width: 694px;
	/*background-color: #f3efef;*/
}

#rightbg {
	float: right;
	width: 152px;
	height: 500px;
	background-image: url('../images/backgroundright.jpg');
	background-repeat: no-repeat;
}

/* MAIN */
/* HEAD */
#head {
	width: 694px;
	height: 117px; /* MOET NOG GECONTROLEERD WORDEN */
	background-image: url('../images/head.png');
}

#logo {
	margin-top: 27px;
	margin-left: 5px;
	float: left;
}

#menu {
	margin-top: 80px;
	margin-left: 15px;
	float: left;
	font-size: 0.9em;
}

#login {
	width: 138px; /* (breedte afbeelding - 2xpadding)*/
	height: 90px; /*  (hoogte afbeelding - 2xpadding)*/
	background-image: url('../images/login.jpg');
	float: right;
	margin-top: 11px; /* (hoogte #head - hoogte #login - gekleurde streep onder) */
	font-size: 11px;
	text-align: center;
	padding: 6px;
}


#headimage {
	width: 694px;
	height: 230px;
}

#contentcontainer {
	background-color: #ece6e8;
}

#footercontainer {
	background-color: #d7cfcf;
}
/* CONTENTCONTAINER*/

#contenthead {
	width: 657px;
	height: 17px;
	background-image: url('../images/contenthead.jpg');
	background-repeat: no-repeat;

}

#contentleft {
	width: 3px;
	height: 250px;
	background-image: url('../images/stippellijn.png');
	background-repeat: repeat-y;
	background-position: 100% 0%;
}

#content {
	width: 647px;
	/*height: 300px;*/
	vertical-align: top;
}

/* CONTENT */
#leftcontent {
	float: left;
	width: 395px;
	padding: 0 5px 5px 30px;
	text-align: left;
	background-image: url('../images/divider.jpg');
	background-repeat: repeat-y;
	background-position: 100% 0%;
}

#rightcontent {
	float: right;
	width: 185px;
	text-align: right;
	padding-right: 20px;
}

#contentright {
	width: 3px;
	background-image: url('../images/stippellijn.png');
	background-repeat: repeat-y;
}

/*FOOTERCONTAINER */
#footerleft {
	width: 3px;
	/*height: 250px;*/
	background-image: url('../images/stippellijn.png');
	background-repeat: repeat-y;
	background-position: 100% 0%;
}

#footer {
	width: 651px;
	height: 200px;
}

#footerright {
	width: 3px;
	/*height: 250px;*/
	background-image: url('../images/stippellijn.png');
	background-repeat: repeat-y;
}

#footerbottom {
	width: 654px;
	height: 12px;
	background-image: url('../images/footerbottom.jpg');
}

/* FOOTER */
#leftfooter {
	float: left;
	width: 400px;
	text-align: center;
	margin-top: 30px;
}

#rightfooter{
	float: right;
	width: 170px; /* 180 - (2 * padding) */
	text-align: left;
	margin: 30px 20px 30px 10px;
	background-color: #efeaea;
	padding: 5px 5px 10px 5px;
}

#footertext {
	width: 693px;
	height: 14px;
	text-align: left;
	font-size: 9px;
	background-image: url('../images/footer.jpg');
}

/* FOOTERTEXT */
#footertextleft {
	margin-left: 30px;
	float: left;
}

#footertextright {
	margin-right: 30px;
	float: right;
}

#shadow {
	width: 687px;
	height: 32px;
	background-image: url('../images/shadow.jpg');
}

#div_marquee {
       width: 100%;
       height: 18px;
}


/* OVERIG */
.spacer {
	clear: both;
	height: 2px;
}

.left {
	float: left;
}
.right {
	float: right;
}

