/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	border-right: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containercontent {
	padding-left:	5px;
	padding-right:	5px;
	padding-top:	5px;
	padding-bottom:	0px;
}

/* Container Leftpane - Groen */

.containermastergroen {
	width: 204px;
}
.containercontentgroen {
	color: #FFFFFF;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width: 204px;
	background-color: #33cc00;
}
.containerheadergroen {
	width: 100%;
	background-image : url(images/containerheadergroen.jpg);
	background-repeat : no-repeat;
	width: 194px;
	height: 3px;
}
.containerfootergroen {
	width: 100%;
	background-image : url(images/containerfootergroen.jpg);
	background-repeat : no-repeat;
	width: 204px;
	height: 3px;
}

/* Container Leftpane - Grijs */

.containermastergrijs {
	width: 204;
}
.containercontentgrijs {
	color: #000000;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	width: 194px;
	background-color: #cccccc;
}
.containerheadergrijs {
	width: 100%;
	background-image : url(images/containerheadergrijs.jpg);
	background-repeat : no-repeat;
	width: 204px;
	height: 3px;
}
.containerfootergrijs {
	width: 100%;
	background-image : url(images/containerfootergrijs.jpg);
	background-repeat : no-repeat;
	width: 204px;
	height: 3px;
}



