body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 0px;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding-top: 20px;
}
/* Dit is de menubalk */
div.menuBarFloater {
	position: absolute;
	left: 0px;
	top: 203px;
	width: 100%;
}

div.menuBarLowerShadowHolder {
	width: 100%;
	height: 9px;
	background-image: url('downsh.png');
	background-repeat: repeat-x;
}

div.menuBarHolder {
	border-top: 1px solid gray;
	width: 100%;
}

/* Menubar */
div.menuBar {
	height: 42px; /* 10+10+16+6*/
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 946px;
	text-align: left;
	background: white;
}
div.menuBar ul {
	background-color: white;
	margin: 0;
	padding: 0 0 0 31px;
	list-style-type: none;
	font-size: 16px;
}
div.menuBar li {
	float: left;
}
div.menuBar li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	color: black;
}
div.menuBar li a:hover {
	background-color: #D6DEFF;
}
div.menuBar li a.active {
	background-color: #42A539;
	color: white;
}
div.menuBarLowerShadow {
	margin-left: auto;
	margin-right: auto;
	width: 946px;
	height: 9px;
	background-image: url('lowercsh.png');
	background-repeat: no-repeat;
}

/* Inhoud */
div.mainHolder {
	font-size: 14px;
	width: 946px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #B2B2B2;
	background-image: url('bg.png');
	background-repeat: repeat-y;
	background-position: right top;
}
div.leftHolder {
	float: left;
	width: 280px;
	background-image: url('newbg.png');
	background-repeat: repeat-y;
	background-position: center left;
}
div.rightHolder {
	float: right;
	width: 666px;
	min-height: 700px;
}

div.bottomHolder {
	text-align: center;
	background-image: url('bottom.png');
	background-repeat: no-repeat;
	height: 40px;
	clear: both;
}
div.bottomHolder p {
	font-size: 12px;
	padding: 7px;
	vertical-align: middle;
}

div.leftBackground  {
	margin: 31px;
	background: white;
}
div.menu {
	margin: 5px;
	padding-bottom: 100px;
}
div.content {
	margin: 15px 29px 25px 20px;
}
img.logoImage {
	margin-left: 15px;
	margin-top: 24px;
	margin-bottom: 20px;
}
div.menuBarSpacer {
	font-size: 16px;
	padding: 10px;
	margin-bottom: 5px;
	border-top: 1px solid white;
}
div.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
}
div.menu ul ul {
	margin-right: 0px;
}
	

div.menu li p {
	margin: 0;
	display: block;
	padding: 5px;
}
div.menu li p.header {
	margin: 1px;
	border-bottom: 1px solid silver;
	font-weight: bold;
}
div.menu li p.agendaheader {
	margin: 21px 1px 1px 1px;
	border-bottom: 1px solid silver;
	font-weight: bold;
}	
div.menu li a {
	text-decoration: none;
	color: black;
	display: block;
	padding: 5px;
}
div.menu li a:hover {
	padding: 5px;
	background: silver;
}

div.menu li a.active {
	display: block;
	background: silver;
	padding: 5px;
}
div.content h1 {
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: bold;
}
div.content h2 {
	margin: 0 0 15px 0;
	border-bottom: 1px solid gray;
	font-size: 16px;
	font-weight: bold;
}
div.content h3 {
	margin: 0 0 15px 0;
	font-size: 14px;
	font-weight: bold;
}
	
div.content p {
	margin: 0 0 10px 0;
	font-size: 14px;
}

div.content img {
	border: 2px solid white;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;  
}
div.rightImageHolder {
	background-image: url('rightshadow.png');
	background-position: top right;
	background-repeat: no-repeat;
	width: 666px;
	height: 183px;
	overflow: hidden;
}

input, textarea, select, button {
	font-family: Trebuchet MS, Tahoma, Arial, Sans-serif;
	font-size: 14px;
}
div.content textarea {
	width: 99%;
	height: 400px;
}
div.content th {
	text-align: left;
	padding: 3px;
	border-top: 1px solid silver;
	border-bottom: 1px solid gray;
	border-left: 1px solid silver;
	background-color: #EEEEEE;
}
div.content td {
	padding: 3px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	background-color: #F8F8F8;
}
div.content table {
	border: 1px solid gray;
}
tr.columns td {
	background-color: silver;
	margin: 5px;
	vertical-align: top;
	padding: 5px;
	width: 33%;
}
tr.rows td {
	background-color: silver;
	padding: 5px;
}

/* Forms */
span.error {
	color: red;
}

fieldset {
	position: relative;
	padding: 10px 10px 10px 10px;
	background-color: #EEEEEE;
	border: 1px solid gray;
	margin-bottom: 10px;
	margin-top: 5px;
}
legend {
	position: absolute;
	margin-bottom: 5px;
	top: -8px;
	/*left: -2px;*/
}

fieldset label {
	color: #333333;
}
fieldset label:hover {
	color: black;
	cursor: pointer;
}
fieldset dt {
	margin-right: 10px;
	text-align: right;
	clear: left;
	float: left;
	width: 34%;
	margin-top: 3px;
}
fieldset dd {
	margin-left: 0;
	padding-left: 5px;
	border-left: 1px solid gray;
	overflow: hidden;
}
fieldset dl:hover dd {
	border-left: 1px solid black;
}
fieldset button {
	margin-left: 36%;
}
fieldset dl button {
	margin-left: 5px;
}
fieldset dl {
	clear: both;
	margin: 0;
	padding: 5px;
}
fieldset input[type=text] {
	width: 99%;
}
fieldset div {
	background-color: #FAFAFA;
	border: 1px dashed gray;
	margin-bottom: 5px;
}
fieldset div:hover {
	background-color: silver;
}

/* End of forms */