/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_petrol {
	width: 200px;
	background-color:	#42616b;
	background-image:	url(http://www.wocas.net/Portals/0/corner-dark.gif);
	background-repeat:	no-repeat;
	background-position: left bottom;
	empty-cells:show;
	margin-top:10px;
	margin-left:7px
}
.containermaster_grau {
	width: 200px;
	background-color:	#dbe0e0;
	background-image:	url(http://www.wocas.net/Portals/0/corner-bright.gif);
	background-repeat:	no-repeat;
	background-position: left bottom;
	empty-cells:show;
	margin-top:10px;
	margin-left:7px;
}
.containermaster_grau_schmal {
	width: 300px;
	height: 26px;
	border: 1px solid #42616b;
	background-color: #dbe0e0;
	empty-cells:show;
	margin-top:10px;
	margin-left:7px;
	
}
.containermaster_grau_mittel {
	width: 450px;
	height: 26px;
	border: 1px solid #42616b;
	background-color: #dbe0e0;
	empty-cells:show;
	margin-top:10px;
	margin-left:7px;
	
}








