/* Frames /////////////////////////////////*/
.frame-groen, .frame-blauw {
	background: #CFF679 url(../images/bg-groen-bot.gif) no-repeat left bottom;
	color: #3A519A;
	clear: both;
	margin-bottom: 1em;
	margin-right: 0px;
	padding: 10px;
	padding-top: 0px;
	width: 503px;
	overflow: hidden;
}

.frame-groen h1 a, .frame-blauw h1 a {
	color: #FFF;
	text-decoration: none;
}

.frame-groen h1 a:hover, .frame-blauw h1 a:hover {
	text-decoration: underline;
}

.frame-groen p, .frame-blauw p { margin-left: 10px; }

.frame-groen-head, .frame-blauw-head  {
	background: #CFF679 url(../images/bg-groen-head.gif) no-repeat left top;
	clear: both;
	display: block;
	height: 9px;
	width: 523px;
}

.frame-blauw-head  {
	background: #D5D5D5 url(../images/bg-blauw-head.gif) no-repeat left top;
}

#right .frame-groen, #right .frame-blauw {
	background: #CFF679 url(../images/bg-groen-botR.gif) no-repeat left bottom;
	clear: both;
	float: right;
	padding: 0;
	text-align: center;
	width: 197px;
}

#right .frame-groen h1 {
	background: #CFF679 url(../images/bg-groen-headR.gif) no-repeat left top;
	color: #FFF;
	font-size: 14px;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	height: 30px;	
	width: 197px;
}

.frame-groen h2, .frame-blauw h2 {
	font-size: 13px;
}

.frame-blauw {
	background:#D5D5D5 url(../images/bg-blauw-bot.gif) no-repeat left bottom;
	color: #3A519A;
}

#right .frame-blauw {
	background: #D5D5D5 url(../images/bg-blauw-botR.gif) no-repeat left bottom;
}

#right .frame-blauw h1 {
	background: #D5D5D5 url(../images/bg-blauw-headR.gif) no-repeat left top;
	color: #FFF;
	font-size: 14px;
	margin: 0;
	padding-top: 12px;
	text-align: center;
	height: 50px;
	width: 197px;
}

#right .frame-groen-head, #right .frame-blauw-head { display: none;}




