a:link		{ text-decoration: none; color: #AA2200; }
a:visited	{ text-decoration: none; color: #AA2200; }
a:hover		{ text-decoration: none; color: #999999; }
a.selected	{ text-decoration: none; color: #000000; }
a.readon		{ text-decoration: none; color: #AA2200; font-weight: bold; }
a.readon:first-letter { text-transform: capitalize; }
a.readon:hover	{ text-decoration: none; color: #999999; font-weight: bold; }


html, body { height: 100%; overflow: hidden;}
body {
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E1E1E1;
	margin: 0px;
	scrollbar-face-color: #E1E1E1;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #FFFFFF;
    scrollbar-shadow-color: #E1E1E1;
    scrollbar-highlight-color: #E1E1E1;
    scrollbar-3dlight-color: #666666;
    scrollbar-darkshadow-color: #666666;
}

select {
	background: #E1E1E1;
	border: 1 solid #E1E1E1;
	
}

h1:first-letter {
	text-transform: capitalize;
}

h2 {
	font-size: 11px;
	color: #999999;
	margin: 0px;
}

h3 {
	font-size: 11px;
	color: #000000;
	margin: 0px;
	font-style: italic;
	font-weight: normal;
}

img {
	border-style: none;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}
ul li {
	background-image: url(/images/bullet%2011px%20grey.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	line-height: 15px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 2px;
}

table.main {
	border: 0px;
	table-layout: fixed;
	padding: 0px;
	border-spacing: 0px;
}

table.main tr {
	vertical-align: top;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table.main td {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div#page {
	background-color: #FFFFFF;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 810px;
	height: auto;
	min-height: 100%;
}
* html div#page { height: 100% } /* The '* html ' prefix means it is for IE only*/

div#logo {
	left: 30px;
	top: 30px;
	position: absolute;
	height: 100px;
	width: 750px;
}
div#name {
	position: absolute;
	top: 51px;
	left: 600px;
	height: 42px;
}
div#graphic {
	margin-bottom: 10px;
}
div#menu {
	position: absolute;
	left: 30px;
	top: 100px;
}
div#navback {
	position: absolute;
	top: 208px;
	left: 121px;
	height: 15px;
	width: 479px;
	background-image: url(../../images/lt%2011px%20light%20grey.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	margin: 0px;
}
div#navback a.back 			{ text-decoration: none; color: #C4C4C4; font-weight: bold;	}
div#navback a.back:hover	{ text-decoration: none; color: #000000; font-weight: bold; }

div#content {
	position: absolute;
	top: 236px;
	left: 30px;
	width: 750px;
	height: 500px;
	padding-bottom: 0px;
}

div#content a.selected	{ text-decoration: none; color: #000000; }

div#leftcolumn {
	width: 180px;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	padding-top: 33px;
	padding-bottom: 30px;
	margin-right: 10px;
	overflow: auto;
	z-index: 2;
}
div#main {
	width: 490px;
	height: 357px;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin-bottom: 10px;
	overflow: auto;
	z-index: 3;
}
div#main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#rightcolumn {
	width: 180px;
	height: 600px;
	position: relative;
	float: right;
	padding-top: 41px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 2;
}

div#columncontent {
	top: 0px;
	position: relative;
}

div#columncontent h1 {
	color: #000000;
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../../images/gt%2011px%20grey50.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0px;
	padding-left: 10px; 
}

div#bottomcontent {
	position: relative;
	height: 145px;
	float: left;
	margin-top: 0px;
}
div#bottomcontent h1 {
	background-image: url(../../images/gt%2014px%20grey50.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

div#bottomleft { 
	border-top: 1px solid #999999;
	float: left;
	width: 230px;
	padding: 10px 30px 10px 0px;
}

div#bottomright {
	border-top: 1px solid #999999;
	float: left;
	width: 230px;
	padding: 10px 0px;
}

div#boxtop {
	position: relative;
	top: 0px;
	left: 0px;
	width: 158px;
	padding: 0px 10px;
	height: 21px;
	background-color: #999999;
	border: 1px solid #999999;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 21px;
}
div#boxtop h1 {
	margin: 0px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../../images/gt%2011px%20white.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}
div#boxcontent {
	top: 0px;
	left: 0px;
	width: 158px;
	padding: 10px;
	border: 1px solid #999999;
	margin-bottom: 15px;
	z-index: 1;
}

div#footer {
	position: absolute;
	bottom: -1px;
	padding-bottom: 0px;
	left: 30px;
	height: 60px;
	width: 750px;
	background-color: #FFFFFF;
}
div#footertop {
	position: absolute;
	height: 24px;
	border-bottom: 1px solid #999999;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	padding-top: 5px;
}
div#footerbottom {
	position: absolute;
	height: 24px;
	top: 30px;
	color: #C4C4C4;
	padding-top: 5px;
}

span.mp {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
span.mbbm {
	color: #C4C4C4;
}
span.kennisgebieden {
	font-style: italic;
	color: #C4C4C4;
}
span.summary {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
}
span.newsdate {
	display: inline-block;
	height: 15px;
	margin: 0px;
	font-weight: bold;
	color: #999999;
}

span.footer {
	font-size: 11px;
	color: #C4C4C4;
}
span.footer a:link		{ text-decoration: none; color: #C4C4C4; }
span.footer a:visited	{ text-decoration: none; color: #C4C4C4; }
span.footer a:hover		{ text-decoration: none; color: #000000; }

label {
	padding: 0px 5px;
}