/* 
==================================
 Container Styles voor Palliatief
==================================
*/   

.containermaster_gray {
	width: 100%; 
}
.linkerkant {
	background:url("links.gif") no-repeat; 
}
.rechts {
	background:url("rechts.gif") no-repeat;
}
.linkerkantRood {
	background:url("links-rood.gif") no-repeat; 
}
.rechterkantRood {
	background:url("rechts-rood.gif") no-repeat;
}
.linkerkantGroen {
	background:url("links-groen.gif") no-repeat; 
}
.rechterkantGroen {
	background:url("rechts-groen.gif") no-repeat;
}
.linkerkantGeel {
	background:url("links-geel.gif") no-repeat; 
}
.rechterkantGeel {
	background:url("rechts-geel.gif") no-repeat;
}
.linkerkantOranje {
	background:url("links-oranje.gif") no-repeat; 
}
.rechterkantOranje {
	background:url("rechts-oranje.gif") no-repeat;
}
.midden {
	text-align:left;
}
.midden .head {
	color:#ffffff;	
}

table.GeelUitgelicht {
	background-color: #fff6bf;
	border-top: 1px solid #ffd324;
	border-bottom: 1px solid #ffd324;
}
table.GeelUitgelicht td {
	padding: 15px;
}
table.GeelUitgelicht h1 .Head {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
table.GeelUitgelicht a:link, table.GeelUitgelicht a:visited {
	color: #0095da;
	text-decoration: none;
}
table.GeelUitgelicht a:hover {
	text-decoration: underline;
}