body {
	font: 11px/140% Tahoma, Arial, Helvetica, Sans-serif;
	color: #333;
}

/* anchors */
a	{
	color: #339833;
	text-decoration: underline;
}
a:hover {
	color: #00befe;
	text-decoration: underline;
}
.more {
	font-weight: bold;
	color: #339833;
}
.more a {
	text-decoration: none;
	color: #339833;
}
.more a:hover {
	text-decoration: underline;
	color: #339833;
}

/* set margins and paddings for various elements */
address, blockquote, dl, fieldset, form, hr, p, pre, table {
	margin: 0 0 1em 0; padding: 0;
}

.medium {
	font-size: 0.95em;
}
.small {
	font-size: 0.85em;
}
.smaller {
	font-size: 0.75em;
}

.normal {
	font-weight: normal;
}

/* headers (size) */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0; padding: 0;
	line-height: 130%;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 0.6em;
	padding-bottom: 0.4em;
	color: #0eb8f7;
	border-bottom: 1px solid #339833;
}
h3 {
	font-size: 1.3em;
	margin-bottom: 0.25em;
	color: #339833;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-weight: normal;
	font-size: 0.9em;
}


/* h2/hr */
hr {
	display: none;
}
#primaryContent hr {
	display: block;
	padding: 0;
	height: 0;
	border: none;
	border-top: 1px solid #dadbdb;
}


/* images & alignment */
a img {
	border: none;
}
.border img,
img.border {
	border: 1px solid #dadbdb;
}
.left {
	float: left; display: inline;
}
.right {
	float: right; display: inline;
}
.imgLeft {
	float: left; display: inline;
	margin: 0.25em 1.5em 1.5em 0;
}
.imgRight {
	float: right; display: inline;
	margin: 0.25em 0 1.5em 1.5em;
}
.center {
	text-align: center;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.valignTop {
	vertical-align: top;
}
.valignMiddle {
	vertical-align: middle;
}
.valignBottom {
	vertical-align: bottom;
}
.clear,
.clearBoth {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0%;
	font-size: 0;
}

/* lists */
ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
}

/* tables */

/* default table */
table {
	border-collapse: collapse;
	border: none;
}
th, td {
	padding: 0.25em 0.3em;
	vertical-align: top;
	text-align: left;
}


/* forms */

form table {
	margin: 0;
}
form table th {
	width: 160px;
}

input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font: 100%/120% Tahoma, Arial, Helvetica, Sans-serif;
}
input.check {
	vertical-align: middle;
}
input.check,
input.radio {
	border: none;

}
input.textfield,
textarea.textarea {
	border: 1px solid #888;
	padding: 1px 3px 1px 3px;
	background: white url(../images/interface/input_back.png) repeat-x left top;
	color: #333;
}
input.textfield:focus,
textarea.textarea:focus
select.select:focus {
	/*background: #ffe3b8;*/
}

.required {
	color: #339833;
}
.error {
	color: #cc0000;
}

.defaultWidth {
	width: 200px;
}
select.defaultWidth {
	width: 207px;
}

.width2 {
	width: 18px;
}
.width4 {
	width: 35px;
}
.width6 {
	width: 50px;
}


/* SPECIFIC */

address {
	font-style: normal;
}
address  .label {
	float: left; display: inline;
	margin: 0 7px 0 0;
	width: 12px;
	text-align: center;
}
address a {
	text-decoration: underline;
	color: #333;
}
address a:hover {
	text-decoration: none;
	color: #000;
}

ul.pdf {
	margin: 0 0 1em 0; padding: 0;
	list-style: none;
}
ul.pdf li {
	margin: 0; padding: 10px 0 10px 40px;
	background: url(../images/interface/icon_pdf.gif) no-repeat left top;
}
ul.pdf li a {
	text-decoration: underline;
	font-weight: bold;
	color: #cc0000;
}
ul.pdf li a:hover {
	text-decoration: none;
}

ul.info {
	margin: 0 0 1em 0; padding: 0;
	list-style: none;
}
ul.info li {
	margin: 0; padding: 10px 0 10px 40px;
	background: url(../images/interface/icon_info.png) no-repeat 3px 6px;
}
ul.info li a {
	text-decoration: underline;
	font-weight: bold;
	color: #333;
}
ul.info li a:hover {
	text-decoration: none;
}

/* homepage */
/* homeButtons */
#homeButtons {
	margin: 0 0 15px 0;
}
#homeButton1,
#homeButton2,
#homeButton3 {
	float: left; display: inline;
	margin: 0 25px 0 0;
	width: 176px; height: 150px;
}
#homeButtons a {
	display: block;
	width: 176px; height: 150px;
	text-decoration: none;
	text-indent: -999em;
}
#homeButton1 {
	background: url(../images/btn_digidesk.png) no-repeat left top;
}
#homeButton2 {
	background: url(../images/btn_communicator.png) no-repeat left top;
}
#homeButton3 {
	background: url(../images/btn_portal.png) no-repeat left top;
}
#homeButton1:hover,
#homeButton2:hover,
#homeButton3:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* date listing */
table.dateListing {
	width: 100%;
}
table.dateListing th,
table.dateListing th a {
	color: #a4a4a4;
}
table.dateListing th a:hover {
	color: #333333;
}
table.dateListing td.date {
	width: 6em;
	white-space: nowrap;
	color: #339833;
}
table.dateListing td.title a {
	color: #333333;
	font-weight: bold;
}
table.dateListing td.title a:hover {
	color: #00befe;
}
table.dateListing td.category {
	width: 10em;
	text-align: right;
}
table.dateListing td.category a {
	color: #339833;
	text-decoration: none;
}
table.dateListing td.category a:hover {
	color: #00befe;
	text-decoration: underline;
}

/* news detail */
h5.date {
	margin: 5px 0;
	font-size: 11px;
	color: #a4a4a4;
}
h5.date a {
	text-decoration: none;
	color: #a4a4a4;
}
h5.date a:hover {
	text-decoration: underline;
	color: #339833;
}

/* archive listing */
table.archiveListing {
	margin: 0 0 25px 0;
}
table.archiveListing td {
	color: #a4a4a4;
}
table.archiveListing td.title {
	padding-left: 24px;
	font-weight: bold;
	background: url(../images/interface/folder_full.png) no-repeat left 3px;
}
table.archiveListing tr.empty td.title {
	background-image: url(../images/interface/folder_empty.png);
}
table.archiveListing tr.full {
	cursor: pointer;
}
table.archiveListing td a {
	color: #339833;
	text-decoration: none;
}
table.archiveListing td a:hover {
	color: #00befe;
	text-decoration: underline;
}
table.archiveListing td.amount {
	width: 5em;
	text-align: right;
}

/* page selector */
.pageSelector {
	margin: 0 0 1em 0;
	text-align: center;
}
.pageSelector .item {
	border: 1px solid #333333;
	background: #dadbdb;
	line-height: 18px;
	font-size: 11px;
	color: #a4a4a4;
}
.pageSelector .noLink {
	border-color: #a4a4a4;
}
.pageSelector .active {
	border-color: #333333;
	background: white;
	font-weight: bold;
	color: #333333;
}
.pageSelector .active,
.pageSelector .noLink,
.pageSelector .item a {
	padding: 0 4px;
	min-width: 1.5em;
}
* html .pageSelector .active,
* html .pageSelector .noLink,
* html .pageSelector .item a {
	width: 1.5em;
}
.pageSelector .item a {
	background: #339833;
	text-decoration: none;
	color: white;
}
.pageSelector .item a:hover {
	background: #00befe;
	color: white;
}

#nieuws_overzicht{
}
#datacontainer{
	background-color:#0099FF;
}

