/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	border-right: #0EAEC8 0px solid;
	border-top: #0EAEC8 0px solid;
	border-left: #0EAEC8 0px solid;
	border-bottom: #0EAEC8 0px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containermaster_Spotlight {
	width: 168px;
	height: 100%;
	border-right: #0EAEC8 0px solid;
	border-top: #0EAEC8 0px solid;
	border-left: #0EAEC8 0px solid;
	border-bottom: #0EAEC8 0px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	background-image: url(Images/bg-spotlight.gif);
	background-repeat : no-repeat;
	vertical-align : top;
}

.containermaster_Spotlight2 {
	width: 336px;
	height: 100%;
	border-right: #0EAEC8 0px solid;
	border-top: #0EAEC8 0px solid;
	border-left: #0EAEC8 0px solid;
	border-bottom: #0EAEC8 0px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	/*background-image: url(Images/bg-spotlight.gif);*/
	background-repeat : no-repeat;
	vertical-align : top;
}

.Titel_Wit{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.Titel_Blauw{
	font-family : Arial;
	font-size: 14px;
	color: #235CA1;
	font-weight: bold;
}

.Titel_Paars{
	font-family : Arial;
	font-size: 14px;
	color: #B8034A;
	font-weight: bold;
}

.Titel_Aqua{
	font-family : Arial;
	font-size: 14px;
	color: #0EAEC8;
	font-weight: bold;
}

.Titel_Groen{
	font-family : Arial;
	font-size: 14px;
	color: #A6B057;
	font-weight: bold;
}

.Contentpane {
	padding-bottom : 0px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 0px;
}

.Contentpane_Spotlight {
	padding-bottom : 0px;
	padding-left : 8px;
	padding-right : 0px;
	padding-top : 0px;
	color: #FFFFFF;
}

.Lijn_Grijs {
	color: #BDE1EC;
}

.Content_Lijn_Links {
	border-left : 1px solid #BDE1EC;
	padding-left : 3px;
}






