.containermaster {
	background-color: transparent;
	width: 100%;
	padding: none;

}
.ContainerTitle {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
.containercontent {
	background-color: #ad0000;
	color: #ffffff;
}
/*
.containercontent_rood {
	background-color: transparent;
	color: #ffffff;
}
*/
.linksboven {
	background-image: url(images/linksboven.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

.boven {
	background-image: url(images/boven.png);
	background-repeat: repeat-x;
	height: 40px;
}

.rechtsboven {
	background-image: url(images/rechtsboven.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

.links {
	background-image: url(images/links.png);
	background-repeat: repeat-y;
	width: 40px;
}

.rechts {
	background-image: url(images/rechts.png);
	background-repeat: repeat-y;
	width: 40px;
}

.linksonder {
	background-image: url(images/linksonder.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

.onder {
	background-image: url(images/onder.png);
	background-repeat: repeat-x;
	height: 40px;
}

.rechtsonder {
	background-image: url(images/rechtsonder.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}