body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: black;
}

/*
.roze  { color: #e1006e; }
.blauw { color: #00759f; }
.groen { color: #60ac4b; }
*/

a { text-decoration: none; color: #00759f; }
a:hover { color: #e1006e; }
a img { border: 0px none; }

.clear { clear: both; }

h1 { color: #00759f; font-size: 16px; font-weight: bold; margin: 0 0 20px 0; padding: 0px; }
h2 { color: #e1006e; font-size: 14px; font-weight: bold; margin: 18px 0 0; padding: 0px; }
h3 { color: black;   font-size: 12px; font-weight: bold; margin: 0px; padding: 0px; }
p { padding: 0px; margin: 0px 0px 12px 0px; }

#siteContainer { margin: 0px auto; padding: 0px; width: 990px; }

	#header { width: 957px; height: 88px; padding: 15px; position: relative; }
		#logo { float: left; }
		#header ul { float: left; margin: 0px 0px 0px 28px; padding: 0px; position: relative; width: 140px; }
			#header li { list-style: none outside; margin: 0px; padding: 0px; font-size: 13px; }
				#header li a.selected { color: #e1006e; }
				#header li ul { position: absolute; top: 0px; left: 130px; margin: 0px; }
		#headerTitle { position: absolute; bottom: 13px; right: 0px; }
		#printer { float: right; cursor: pointer; }
		#langswitch { position: absolute; top: 15px; right: 0; }

	#content { float: left; width: 738px; margin-right: 20px; }
		#crumbPath { font-weight: bold; background-color: #e1006e; padding: 12px 15px; margin-bottom: 25px; }
			#crumbPath ul { margin: 0px; padding: 0px; }
				#crumbPath li { margin: 0px; padding: 0px; list-style: none outside; float: left; color: white; }
					#crumbPath a { color: white; margin-right: 5px; }
					#crumbPath a:hover { color: white; text-decoration: underline; }
	#doubleColumn { padding-left: 15px; }
		#leftColumn { float: left; width: 378px; margin: 0px 20px 20px 0px; }
		#middleColumn { float: left; width: 325px; }

		#jobList { margin: 1em 0; padding-left: 15px; list-style: square outside; }
			#jobList li { margin-bottom: 5px; }
				#jobList a { font-size: 14px; }

		#applyForm { margin: 0; }
			#applyForm fieldset { margin: 15px 0 0; padding: 15px 0 0; border: 0 none; font-style: italic; }
			#applyForm label { float: left; padding-right: 4px; width: 100px; font-style: normal; }
			#applyForm input { display: block; width: 250px; margin: 0 0 8px; }
			#applyForm #motivationText { width: 354px; height: 200px; margin-bottom: 5px; }
			#applyForm #submitApplication { margin-left: 104px; }

	#rightColumn { float: left; width: 229px; }
		.mosnet { background-color: #00759f; color: white; }
		.box { padding: 20px; margin-bottom: 20px; font-size: 11px; }
			.boxTitle { font-size: 14px; font-weight: bold; color: white; margin-bottom: 14px; }
			.box a { color: white; font-weight: bold; }
			.box a:hover { text-decoration: underline; }
			.box ul { margin: 0px; padding: 0px 15px; }
			.box ul.noBullets { margin: 0px; padding: 0px; }
				.box ul.noBullets li { list-style: none outside; margin: 0px 0px 18px 0px; padding: 0px; }
					.agendaDate { font-weight: bold; }
				.box .newsItem { width: 198px; overflow: auto; }
				.box .date { width: 60px; float: left; }
				.box .title { width: 130px; float: left; }
		#addressBox { font-weight: bold; color: #00759f; padding: 20px; }
		#pinkBar { height: 16px; background-color: #e1006e; }