/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparant;
	BORDER-RIGHT: transparant 1px solid; 
	BORDER-TOP: transparant 1px solid; 
	BORDER-LEFT: transparant 1px solid; 
	BORDER-BOTTOM: transparant 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.container_dash_sidemenu {
	BACKGROUND-IMAGE: url(images/dash.gif);
	background-repeat : repeat-x;
    background-position: bottom;
	padding-bottom: 4px;
	width: 160px;
}
.container_dash {
	BACKGROUND-IMAGE: url(images/dash.gif);
	background-repeat : repeat-x;
    background-position: bottom;
	padding-bottom: 4px;
}
.containercontent {
	padding-left: 1px;
	padding-top: 10px;
}

.containercontent_sidemenu {
	padding-left: 2px;
	padding-top: 4px;
}

.titel_oranje {
	color : #F26A38;
	font-size : 15px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}


