/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: transparent 0px solid; 
	BORDER-TOP: transparent 0px solid; 
	BORDER-LEFT: transparent 0px solid; 
	BORDER-BOTTOM: transparent 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow {
	background-color: transparent;
}

.containermaster_rahmen {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: #344E05 1px solid; 
	BORDER-TOP: #344E05 1px solid; 
	BORDER-LEFT: #344E05 1px solid; 
	BORDER-BOTTOM: #344E05 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow_rahmen {
	background-color: transparent;
}

