/*  container.css  voor portaal Ons Zorgnetwerk    21 mrt 2007
================================
 Container Styles for DotNetNuke
================================
*/   

.container_wit {
	width: 100%;
	background-color: white;  /* witte achtergrond voor wap */
	border-right: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	
}
.container_geel {
	width: 100%;
	background-color: lightyellow;  /* licht gele achtergrond voor ozn */
	border-right: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	
}
.container_transpar {
	width: 100%;
	background-color: transparent; /* doorzichtige achtergrond */
	border-right: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	
}

.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}



