/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	border-right: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containerheader {
	background-color: transparent;
	height: 25px;
}
.ContainerTitle {
	width: 100%;
	padding-left: 0px;
   	color: #593a1c;
	font-family: Georgia, Arial, Verdana, Trebuchet MS;
	font-weight: normal;
	font-size: 18px;
}
.ContainerTitle2 {
	width: 100%;
	padding-left: 0px;
   	color: #593a1c;
	font-family: Georgia, Arial, Verdana, Trebuchet MS;
	font-weight: normal;
	font-size: 18px;
}
.containercontent_submenu {
	background-color: transparent;
	width: 100%;
	border-top : solid 0px #009DD9;     
 	border-bottom : solid 0px #009DD9;     
  	border-right : solid 0px #009DD9;
  	border-left  : solid 0px #009DD9;
}
.containercontent_color {
	background-color: #ebe3ce;
	width: 100%;
	border-top : solid 0px #009DD9;     
 	border-bottom : solid 0px #009DD9;     
  	border-right : solid 0px #009DD9;
  	border-left  : solid 0px #009DD9;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 30px;
}
.containercontent_alternate {
	background-color: #ebe3ce;
	width: 100%;
	border-top : solid 0px #009DD9;     
 	border-bottom : solid 0px #009DD9;     
  	border-right : solid 0px #009DD9;
  	border-left  : solid 0px #009DD9;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.rechtsboven {
	background-color: transparent;
	background-image: url(images/rechtsboven.gif);
	background-repeat: no-repeat;
	width: 34px;
	height: 22px;
}
.header2 {
	background-color: #ebe3ce;
}
.linksonder {
	background-color: transparent;
	background-image: url(images/linksonder.gif);
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
}
.footer {
	background-color: #ebe3ce;
}


/* CONTAINER GRADIENT */
.headergradient {
	background-image: url(images/headergradient.gif);
	background-repeat: repeat-x;
	height: 22px;
}
.headerhoek {
	background-image: url(images/headerhoek.gif);
	background-repeat: no-repeat;
	width: 34px;
	height: 22px;
}

.containercontent_gradient {
	background-color: #cda142;
	background-image: url(images/gradientbackground.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 166px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.footerhoek {
	background-image: url(images/footerhoek.gif);
	background-repeat:no-repeat;
	width: 34px;
	height: 34px;
}
.footergradient {
	background-image: url(images/footergradient.gif);
	background-repeat: repeat-x;
	height: 34px;
}

