body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #585c58;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link, a:visited,  a:active {
	text-decoration: none;
	color: #ce003f;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #ce003f;
	font-weight: bold;
}
div#container {	
	position:relative
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
}
/* //  BEGIN TOP  */
div#containerTop {
	height: 118px;
	background-image: url(../images/top_bg_right.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f0f7ec;
}
div#topLeft {
	position: absolute;
	width: 585px;
	height: 85px;
	left: 0px;
	top: 0px;
}
div#topTitle{
	position: absolute;
	padding-left: 345px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 28px;
	left: 0px;
	top: 85px;
	background-image: url(../images/top_left_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 25px;
	color: #004000;
}
div#topRight {
	position: absolute;
	width: 290px;
	height: 41px;
	right: 0px;
	top: 0px;
	background-image: url(../images/top_right.JPG);
	background-repeat: no-repeat;
	background-position: left top;
}
/*  EINDE TOP //  */

/* //  BEGIN LEFT  */
div#containerLeft {
	position: absolute;
	top: 118px;
	left: 0px;
	margin: 0px;
	padding-top: 30px;
	*padding-top: 50px;
	_padding-top: 50px;
	width: 170px;
	height: 380px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*html>body div#containerLeft {
	padding-top: -30px;
}*/
li.containerLeft {
	position:relative;
	height: 20px;
	padding-top: 2px;
	list-style-type: none;
	width: 130px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/menu_streep.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: -20px;
}
a.containerLeftLink:link, a.containerLeftLink:visited,  a.containerLeftLink:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.containerLeftLink:hover {
	text-decoration: underline;
	color: #004000;
}
div#leftSponsor {
	position: absolute;
	top: 380px;
	width: 145px;
	border: solid 1px #000000;
	background-color: #ce003f;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 1px;
	line-height: 22px;
	text-align: center;
	left: 12px;
}
/*  EINDE LEFT //  */


/* //  BEGIN MIDDLE  */
div#containerMiddle{
	position:relative;
	margin: 0px 170px 0px 170px;
	top: 0;
	padding: 30px;
	background-image: url(../images/middle_bg_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
	border: solid 0px #000000;
}
div#middleRightcorner {
	position:absolute;
	background-image: url(../images/right_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 14px;
	height: 13px;
	border: solid 0px #000000;
	top: 0px;
	left: 16px;
	z-index: 1;
}
/*  EINDE MIDDLE //  */

/* //  BEGIN RIGHT  */
div#containerRight {
	position: absolute;
	top: 118px;
	right: 0px; 
	margin-top: 0px;
	padding: 10px;
	width: 170px;
	height:100%;
	height: expression(document.body.clientHeight - 138);
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
	
}
html>body div#containerRight {
	width: 190px; 
/*	min-height: 100%;
	height: 100%;*/
}
div.rightBlok {
	position: relative;
	width: 190px;
	left: 10px;
	background-image: url(../images/right_bg_leesverder.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
div.rightKopNieuws {
	position: relative;
	background-image: url(../images/right_kop_laatstenieuws.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	width: 190px;
	padding-top: 32px;
}
div.rightKopiDeal {
	position: relative;
	background-image: url(../images/online_doneren.JPG);
	background-repeat: no-repeat;
	background-position: left top;	
	width: 190px;
	padding-top: 32px;
}
div.rightKopNieuwsbrief {
	position: relative;
	background-image: url(../images/aanmelden_nieuwsbrief.JPG);
	background-repeat: no-repeat;
	background-position: left top;	
	width: 190px;
	padding-top: 32px;
}
div.rightKopPartners {
	position: relative;
	background-image: url(../images/partners.JPG);
	background-repeat: no-repeat;
	background-position: left top;	
	width: 190px;
	padding-top: 32px;
}
div.rightKopMededelingen {
	position: relative;
	background-image: url(../images/right_kop_laatstemededeling.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	width: 190px;
	padding-top: 32px;
}
div.rightLeesverder {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 10px;
}
a.leesverderLink:link, a.leesverderLink:visited,  a.leesverderLink:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.leesverderLink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
div.rightTekst {
	position: relative;
	left: 10px;
	width: 152px;
	background-color: #FFFFFF;
	border: solid 0px #000000;
	padding-left: 9px;
	padding-right: 9px;
	font-size: 10px;
	color: #585c58;
	line-height: 14px;
}
.kop_nieuws {
	position: relative;
	font-size: 12px;
	color: #004000;
	font-weight: bold;
}
/*  EINDE RIGHT //  */

/* Webshop */
#webshop_view {
	float:left; 
	width:255px; 
	height:175px; 
	background-color: #F1F7EC; 
	margin: 10px;
	padding: 5px;
	text-align: center;
	border: 1px solid #004000;
}

#webshop_view #leftdiv {
	width:140px;
	height:100px;
	float:left;
}

#webshop_view #rightdiv {
	width:110px;
	height:100px;
	float:left;
	background-color:#DDEFD1;
	color:#004000;
}

#webshop_view #bottomdiv {
	padding-top: 10px;
}


