/* CSS Document */

html, body{
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
	text-align: center;
}
#wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
	height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B3C4A6;
	border-left-color: #B3C4A6;
	background-attachment: scroll;
	background-image: url(../site_img/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#site {
    height:100%;
    text-align: left;
    width: 100%;
	position: relative;
}
#submenu {
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	text-align: left;
}
#menucell {
	width:205px;
	background-image:url(../site_img/bg_menu.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
}
#menudiv {
	margin-top:48px;
	margin-right:15px;
	text-align: right;
	margin-bottom:25px;
}
#contentcell {
	width:549px;
	background-image:url(../site_img/bg_content.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
#contentdiv {
	width:495px;
	margin-top:15px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:25px;
	text-align: left;
}
#nieuwscell {
	width:244px;
	background-image:url(../site_img/bg_nieuws.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
#nieuwsdiv {
	margin-top:12px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:25px;
	text-align: left;
}
.nws_intro_tbl {
	margin-top:10px;
	text-align: left;
}
.rechts {
	float:right;
}
.cellwit {
	width:1px;
}
.tbl_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3C4A6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3C4A6;
}
img {
	behavior:	url("pngbehavior.htc");
}
