body {
	font-family:"Arial";
	background:#fff;
	font-size:13px;
	color:#fff;
	margin:0;
}

img
{
    border: none;
}

a
{
    color: #e7b70d;
}

h1
{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h2
{
    font-size: 13px;
    font-weight: bold;
    color: #e7b70d;
    margin: 0;
    padding: 0;
}

h3
{
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

p
{
    margin: 0;
}

#container {
	background:url(images/bg.png) repeat-y;
	position:relative;
	margin:0 auto;
	width:969px;
}

#header 
{
	margin:0 8px 20px 8px;
	width:950px;
}

#header img
{
    display: block;
}

#links {
	width:165px;
	float:left;
}

.hoofdmenu ul {
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;
}

.hoofdmenu ul li {
	margin:0 0 2px 0;
	height:35px;
	width:162px;
}

.hoofdmenu ul li a 
{
    letter-spacing: 1px;
	background:url(images/menu_item.png) left bottom no-repeat;
	padding:9px 0 0 10px;
	text-decoration:none;
	font-size:15px;
	display:block;
	height:27px;
	width:152px;
	color:#fff;
}

.hoofdmenu ul li a:hover {
	background:url(images/menu_item.png) left top no-repeat;
	color:#e3b109;
}

.hoofdmenu ul li.MenuItemActive a {
	background:url(images/menu_item.png) left top no-repeat;
	color:#e3b109;
}

.taalmenu ul {
	list-style-type:none;
	margin:0 0 0 25px;
	padding:0;
}

.taalmenu ul li {
	margin:0 0 8px 0;
	font-size:11px;
	color:#fff;
}

.taalmenu ul li a {
	text-decoration:none;
	padding:0 0 10px 10px;
	color:#fff;
}

.taalmenu ul li a img 
{
    vertical-align: top;
    padding-top: 2px;
}

#content {
	padding:0 30px 0 30px;
	line-height:25px;
	width:480px;
	float:left;
}

#content li.MenuItem
{
    display: inline;
    margin-right: 1em;
}

#content li.MenuItem a
{
    color: #fff;
}

#rechts {
	float:right;
	width:260px;
}

#rechts .box {
	background:url(images/box_bg.png) repeat-y;
	padding:18px 15px 18px 25px;
	position:relative;
	width:220px;
}

#rechts .box .top, #rechts .box .bottom {
	position:absolute;
	height:20px;
	width:260px;
}

#rechts .box .top {
	background:url(images/box_top.png) no-repeat;
	left:0;
	top:0;
}

#rechts .box .bottom {
	background:url(images/box_bottom.png) no-repeat;
	bottom:0;
	left:0;
}

#rechts .box h2 {
	font-weight:normal;
	margin:0 0 20px 0;
	font-size:20px;
	color:#e7b70d;
	padding:0;
}

#rechts .box h2.right {
	margin-right:15px;
	text-align:right;
}

#rechts .box p {
	margin-bottom:3px;
}

#footer {
	background:url(images/footer.png) #fff no-repeat;
	padding:18px 0 0 8px;
	font-size:11px;
	color:#999999;
	width:958px;
	clear:both;
}

#footer p {
	margin-top:0;
}

#footer a {
	text-decoration:none;
	color:#999999;
}



.ContentItemHover
{
    background-color: #1c3881;
}

/* Agenda */

.ContentItemAppointment a
{
    text-decoration: none;
    color: #fff;
}

.ContentItemAppointment h2, #rechts .box .ContentItemAppointment h2
{
    font-size: 16px;
    margin: 0;
    font-weight: bold;
}

.ContentItemAppointment .FormFieldTitle, .ContentItemAppointment .FormFieldTitle a
{
    color: #e7b70d;
}

.ContentItemSummary
{
    border-bottom: solid 1px #1c3881;
    padding-bottom: 1em;
}

.ContentButtonsTop 
{
    display: none;
}

.ContentItemText div, .ContentItemText div object
{
    display: inline;
    vertical-align: middle;
    margin-right: 4px;
}

.ContentItemText div object
{
    filter: alpha(opacity=50);
    -moz-opacity: 50;
}
