@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	text-align:center;
	background:url(../images/opmaak/bodyBgd.png) center #D3E7E1 repeat-y;
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:100%;
	color:#333;
}
#wrapper{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
}
#header{
	height:250px;
	width:100%;
	background:url(../images/opmaak/header.jpg) no-repeat;
}
#navigatieBalk{
	background:url(../images/opmaak/navBgd.jpg) repeat-x;
	height:31px;
	width:100%;
/*	border-bottom:1px solid #B7B7B7;
	border-top: 1px solid #B7B7B7;*/
	padding:0;
	margin:0;
}
#contentContainer{
	width:100%;
	float:left;
	background:url(../images/opmaak/containerBgd.jpg);
	padding:0;
	margin:0;
	padding-bottom:10px;
}
#leftCol{
	width:195px;
	float:left;
	margin-top:30px;
	color:#FFF;
	font-size:85%;
}
#leftCol .masters{
	padding:2px;
	border:1px solid #6C6C6C;
	margin-top:8px;
	background-color:#ccc;
}
#content{
	margin-left:200px;
	margin-top:30px;
	width:545px;
	min-height:450px;
	line-height:18px;
	text-align:left;
	background:url(../images/opmaak/contentBgd.png) no-repeat;
}
#content p{
	font-size:80%;
	margin-right:40px;
	margin-left:50px;
	text-align:justify;
}
#content h1{
	font-size:110%;
	color:#205954;
	letter-spacing:0.1em;
	margin-left: 50px;
	font-weight:normal;
}
#content .agendaTitle{
	font-size:120%;
	color:#666699;
	letter-spacing:0.1em;
}
#content ul{
	font-size:80%;
	margin-left:50px;
}
#content a{
	color:#666666;
}
#content a:hover, #content a:focus{
	color:#333333;
}
#content .imageRight{
	float:right;
	margin-left:8px;
}
#content hr{
	width:50%;
	border:0;
	height:0;
	border-top:1px solid #993300;
}
/* FORMULIEREN */
fieldset{
	margin-left:50px;
	border:1px solid #205954;
}
legend{
	color:#205954;
	padding:5px;
	letter-spacing:.1em;
	font-style:italic;
}
label{
	width:6em;
	float:left;
	margin-right:5px;
	text-align:right;
}
input, textarea{
	border:1px solid #99CC00;
	font-weight:bold;
	background-color:#DCE7A9;
	margin-bottom:3px;
}
.clear{
	clear:left;
}
#footer{
	width:100%;
	padding:3px 0 0 0;
	margin:0;
	background:url(../images/opmaak/navBgd.jpg) repeat-x;
	color:#ccc;
	font-size:70%;
	height:31px;
	line-height:25px;
	letter-spacing:0.1em;
}
#footer a{
	color:#CCC;
	text-decoration:none;
}
#footer a:hover, #footer a:focus{
	color:#FFFFFF;
	text-decoration:underline;
}