html{
	margin:0;
	padding:0;
	overflow:auto;
}

body{
	margin:10px 0 0 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	background-color:#BCCEB9;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

h1, h2, h3, h4, h5, h6 {
	color:#00673A;
}
h1 {
	font-size:180%;
	margin-bottom:22px;
}
h2 {
	font-size:150%;
	margin-bottom:18px;
}
h3 {
	margin:0;
}

img{
	border:0;
}

a {
	color:#556b0e;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active{
	text-decoration:underline;
}

div.error{
	color:#cd0025;
}

div#container {
	/*background:#A9CCE6;*/
	width:840px;
	margin:0 auto;
	background-image:url('../images/bladeren_achtergrond.jpg');
	border-bottom:1px solid #000000;
}
	div#container div#header{
		width:840px;
		height:113px;
		float:left;
		overflow:hidden;
	}
	html>body div#container div#header{
		height:114px;
	}
		div#container div#header div#logo{
			background:#BCCEB9 url('../images/logo.png') no-repeat 351px top;
			width:840px;
			height:92px;
			border-bottom:1px solid #000000;
		}
		div#container div#header div.left{
			width:261px;
			height:14px;
			padding:4px 10px;
			float:left;
			font-weight:bold;
			color:#FF9B23;
			border-left: 1px solid #000;
		}
		html>body div#container div#header div.left{
			width:241px;
		}
		div#container div#header div.right{
			width:577px;
			height:14px;
			padding:4px 10px;
			float:left;
			font-weight:bold;
			color:#FFFFFF;
			background:url('../images/content_background.jpg') repeat-y;
			border-right:1px solid #000000;
		}
		html>body div#container div#header div.right{
			width:557px;
		}
	div#container div#content{
		width:839px;
		float:left;
		background:url('../images/content_background.jpg') repeat-y 262px;
		border-right:1px solid #000000;
	}
		div#container div#content div.left{
			width:261px;
			padding:10px;
			float:left;
			color:#FF9B23;
			border-left:1px solid #000000;
		}
		html>body div#container div#content div.left{
			width:241px;
		}
			div#container div#content div.left a.selected{
				text-decoration:underline;
			}
			div#container div#content div.left div.block{
				margin:0 auto;
				width:211px;
			}
				div#container div#content div.left div.block span.top{
					display:block;
					height:15px;
					background:url('../images/header_menu.png') no-repeat;
				}
				div#container div#content div.left div.block span.content{
					display:block;
					padding:0 6px;
					background:url('../images/menu_achtergrond.png') repeat-y;
					overflow:hidden;
				}
				div#container div#content div.left div.block span.bottom{
					display:block;
					height:15px;
					background:url('../images/footer_menu.png') no-repeat;
				}
		div#container div#content div.right{
			width:557px;
			padding:10px;
			float:left;
		}
	div#container div#footer{
		width:851px;
		float:left;
	}
		div#container div#footer div.left{
			width:261px;
			height:14px;
			padding:4px 10px;
			float:left;
			font-weight:bold;
			color:#FF9B23;
			border-left: 1px solid #000;
		}
		html>body div#container div#footer div.left{
			width:241px;
		}
		div#container div#footer div.right{
			width:577px;
			height:14px;
			padding:4px 10px;
			float:left;
			font-weight:bold;
			color:#000000;
			border-right: 1px solid #000;
			background:url('../images/content_background.jpg') repeat-y;
		}
		html>body div#container div#footer div.right{
			width:557px;
		}
/* Agenda */
div#container div.right div.performance{
	width:100%;
	float:left;
	padding:5px 0px;
}
	div.right div.performance span.title{
		width:548px;
		display:block;
		padding:5px;
		background-color:#E9DEB7;
		color:#000000;
		margin-bottom:5px;
	}
		div.right div.performance span.title a{
			color:#00673A;
		}
	div.right div.performance div.image{
		float:left;
		width:150px;
	}
	div.right div.performance div.performanceInfo{
		float:right;
		width:398px;
	}
	div.right div.performance div.performanceDescription{
		float:right;
		width:398px;
	}
