body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 69%;
}

body, td, p, ul, ol {
	font-family: verdana, arial, helvetica, sans-serif;
}

#as-txt {
	position: absolute;
	left: 0px;
	top: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#as-gfx img {
	width: 50px;
	height: 40px;
	border: none;
}

.content_item ul {
	list-style: none;
	padding-left: 5px;
}

.content_item ul li {
	background-image: url(images/li_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 15px;
	list-style: none;
	padding-top: 5px;
}

/*.content_item {	display: table;	width: 100%;}*/

a {
	text-decoration: underline;
	color: #333399;
}

a:hover {
	text-decoration: none;
	color: #333399;
	background-color: #CFDBED;
}

#container {
	width: 780px;
	position: relative;
	margin: 5px auto 0px auto;
	background-color: #CFDBED;
	overflow: hidden; /* voor kalender */
}

#mainmenu {
	background-color: #9B0000;
	display: table;
	width: 100%;
}

#mainmenu ul {
	display: block;
	width: 780px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainmenu li {
	background-color: #9B0000;
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px dotted #E2B1B1;
}

#mainmenu li.mainmenu_act {
	background-color: #2F3399;
}

#mainmenu ul.mainmenu1 li {
	border-bottom: 1px dotted #E2B1B1;
}

#mainmenu li.lastcol {
	border-right: 0px;
}

#mainmenu li:hover {
	background-color: #000;
}

#mainmenu a {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 1.1em;
	padding: 3px 8px;
	width: 113px;
	height: 38px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu a:hover {
	background-color: #000;
}

#utilmenu {
	position: relative;
	height: 60px;
	background-image: url(images/utilmenu.gif);
	background-repeat: no-repeat;
}

#utilmenu1 {
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 0px;
}

#utilmenu2 {
	font-weight: bold;
	position: absolute;
	top: 33px;
	right: 0px;
}

#utilmenu1 a {
	margin-right: 20px;
	color: #000;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 1.1em;
}

#utilmenu2 a {
	margin-right: 20px;
	color: #25128D;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 1.1em;
}

#utilmenu a:hover {
	background-color: transparent;
	text-decoration: underline;
}

#leftcolumn {
	float: left;
	width: 158px;
	padding: 8px;
	overflow: hidden;
	background-color: transparent;
}

#submenu ul {
	list-style: none;
}

#submenu li {
	padding: 0;
	margin: 0;
}

ul#submenu_1 {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom: 6px solid #9D0000;
	width: 158px;
}

ul#submenu_2 {
	padding: 4px 0 4px 12px;
	margin: 0 0 5px 0;
	background-color: #9B0000;
}

#submenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333399;
	text-decoration: none;
	padding: 3px 0px;
	width: 163px;
	display: block;
	background-color: transparent;
}

#submenu li.submenu_1_act a {
	color: #9B0000;
}

ul#submenu_2 a {
	width: 127px;
	background-image: url(images/menu_bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 11px;
	color: #ffffff;
	font-weight: normal;
}

ul#submenu_2 a:link, ul#submenu_2 a:visited {
	color: #fff;
}

#submenu a:hover {
	color: #333399;
	text-decoration: underline;
}

ul#submenu_2 a:hover {
	color: #fff;
}

#subcontainer {
	width: 776px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	margin: 0 2px 0 2px;
}

#rightcolumn {
	margin: 0px;
	padding: 8px;
	background-color: transparent;
}

#footer {
	height: 60px;
	background-color: #CFDBED;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

#footer span {
	display: none;
}

#pagetitle, #pagesubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #990000;
	margin: 0px 0px 15px 0px;
	background: none;
	padding-left: 0;
}

#pagesubtitle {
	margin-top: -12px;
	font-size: 1.6em;
	color: #333399;
}

#breadcrumbs {
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #516b96;
}

#breadcrumbs a {
	color: #333399;
	text-decoration: none;
	background-color: transparent;
}

#breadcrumbs a:hover {
	color: #333399;
	text-decoration: underline;
}

#lastupdate {
	margin-top: 20px;
	color: #9BB4D9;
	font-size: 0.85em;
	padding: 3px 5px;
	border: 1px solid #CFDBED;
	display: table;
}

.titlediv {
	color: #25128D;
}

/***************************/

/* General element styles: */

/***************************/

pre {
	font-family: monospace;
}

p, pre, form {
	margin: 0;
}

INPUT, TEXTAREA, SELECT {
	padding-left: 5px;
	font-size: 11px;
}


.csc-textpic-caption {
	font-size: 10px;
	margin: 0px;
	padding: 2px 0px;
	color: #5B779F;
	text-align: right;
}


/********************************/

/* Frames, spacing, link-to-top */

/********************************/

P.csc-linkToTop {
	text-align: right;
}

P.csc-linkToTop A {
	font-weight: bold;
}

DIV.csc-frame {
	border: 0px;
}

DIV.csc-frame-invisible {
	
}

DIV.csc-frame-rulerBefore {
	border-top: 6px dotted #CFDBED;
	padding-top: 10px;
}

DIV.csc-frame-rulerAfter {
	border-bottom: 6px dotted #CFDBED;
	padding-bottom: 10px;
}

DIV.csc-frame-indent {
	padding-left: 100px;
}

DIV.csc-frame-indent3366 {
	padding-left: 33%;
}

DIV.csc-frame-indent6633 {
	padding-right: 33%;
}

DIV.csc-frame-frame1 {
	background-color: #CEDBED;
	padding: 15px;
}

DIV.csc-frame-frame2 {
	border: 5px solid #F1F1F1;
	padding: 15px;
}

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 {
	margin-top: 2px;
}

DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 {
	margin-top: 2px;
}

/******************/

/* Headers, plain */

/******************/

H1, H2, H3, H4, H5, H6 {
	font-family: arial, helvetica, sans-serif;
	margin: 20px 0px 10px 0px;
}

H1 {
	font-size: 16px;
	color: #2B3399;
	background-image: url(images/h1.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 18px;
}

H2 {
	font-size: 14px;
	color: #9B0000;
}

H3 {
	font-size: 14px;
	color: #3F3F3F;
}

H4 {
	font-size: 14px;
	color: #3F3F3F;
}

H5 {
	font-size: 12px;
	color: #2F3399;
	background-color: #CFDBED;
	font-size: 15px;
}

H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader {
	margin-top: 0px;
}

/* Headers, with link */

H1 A, H2 A, H3 A, H4 A, H5 A {
	color: #000000;
	text-decoration: none;
}

H2 A {
	color: #9B0000;
}

H3 A {
	color: #10007B;
}

H4 A {
	color: #8A0020;
}

H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover {
	text-decoration: underline;
}

/* Header date */

P.csc-header-date {
	font-size: 10px;
	color: #186900;
}

/* Subheader, general */

P.csc-subheader {
	font-style: italic;
	background-color: #EDEBF1;
}

/* Subheader, specific */

P.csc-subheader-0 {
	font-style: normal;
}

P.csc-subheader-1 {
	color: #186900;
}

P.csc-subheader-2 {
	color: #10007B;
}

P.csc-subheader-3 {
	color: #8A0020;
}

/*******************/

/* RTE / Bodytext: */

/*******************/

p.bodytext {
}

/* RTE / Bulletlists */

UL {
	margin-top: 0px;
}

UL UL LI {
	font-size: 10px;
}

OL {
	margin-top: 0px;
}

LI {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
}

/* RTE / Table styling */

TABLE.contenttable {
	border: 1px #cccccc solid;
	margin: 0px 0px 0px 0px;
}

TABLE.contenttable TR TD {
	padding: 0px 3px 0px 3px;
}

/**********/

/* Images */

/**********/

/* Images / Tables / Floating text */

TABLE.imgtext-table {
	border: 0px;
}

/* Images / Tables / Wrapped text */

/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */

TABLE.imgtext-nowrap {
	border: 0px;
}

TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 {
	margin-top: 0px;
}

/***************/

/* Bulletlists */

/***************/

/* Bulletlists, general */

UL.csc-bulletlist LI {
	font-size: 11px;
}

/* Bulletlists, specifically */

UL.csc-bulletlist-0 {
	color: #000000;
}

UL.csc-bulletlist-1 {
	color: #186900;
	list-style-type: decimal;
}

UL.csc-bulletlist-2 {
	color: #10007B;
	list-style-position: inside;
}

UL.csc-bulletlist-3 {
	color: #8A0020;
	list-style-image: url(img/red_arrow_bullet.gif);
}

/*********************/

/* Tables, generally */

/*********************/

TABLE.contenttable P {
	font-size: 11px;
}

TABLE.contenttable TR TD {
	vertical-align: top;
}

/* Tables, specifically */

TABLE.contenttable-0 P {
	color: #000000;
}

TABLE.contenttable-1 P {
	color: #186900;
}

TABLE.contenttable-1 TR.tr-0 TD P {
	font-weight: bold;
}

TABLE.contenttable-1 TR.tr-0 TD {
	background-color: #D1D2E4;
}

TABLE.contenttable-2 P {
	color: #10007B;
}

TABLE.contenttable-2 TR TD.td-0 {
	background-color: #F5FFAA;
}

TABLE.contenttable-2 TR TD.td-0 P {
	font-weight: bold;
}

TABLE.contenttable-3 P {
	color: #8A0020;
}

TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD {
	background-color: #D1D2E4;
}

TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P {
	font-weight: bold;
}

/************************/

/* Filelinks, generally */

/************************/

TABLE.csc-uploads {
	border: 0px;
	width: 100%;
}

TABLE.csc-uploads TR TD P {
	background-color: transparent;
	font-size: 12px;
}

TABLE.csc-uploads TR.tr-even {
	background-color: #F2F6FA;
}

TABLE.csc-uploads TR.tr-odd {
	background-color: #DFEBFF;
}

TABLE.csc-uploads TR TD.csc-uploads-icon {
	padding-left: 6px;
	padding-right: 6px;
	width: 1%;
	text-align: center;
	vertical-align: middle;
}

TABLE.csc-uploads TR TD.csc-uploads-fileName {
	width: 80%;
	padding-left: 5px;
}

TABLE.csc-uploads TR TD.csc-uploads-fileName P A {
	font-weight: bold;
}

TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description {
	font-style: italic;
}

TABLE.csc-uploads TR TD.csc-uploads-fileSize {
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 6px;
}

TABLE.csc-uploads TR TD.csc-uploads-fileSize p {
	font-size: 10px;
}

/* Filelinks, specifically */

TABLE.csc-uploads-1 {
	border-color: #186900;
}

TABLE.csc-uploads-2 {
	border-color: #10007B;
}

TABLE.csc-uploads-3 {
	border-color: #8A0020;
}

TABLE.csc-uploads-3 TR TD {
	vertical-align: middle;
}

TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG {
	border: 2px solid #333333;
}

TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG {
	border: 2px solid #333333;
}

/*****************/

/* Various Forms */

/*****************/


.csc-mailform-field label {
	display: block;
	font-weight: bold;
}

.csc-mailform-field {
	margin-bottom: 10px;	
}

/* Email, Login and Search forms generally: */

FORM TABLE TR TD {
	padding-left: 5px;
	padding-right: 20px;
}

FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell {
	background-color: #D8D7DC;
}

FORM TABLE TR TD.csc-form-fieldcell {
	background-color: #EDEBF1;
}

FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA {
	border: 1px solid #333333;
}

FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req {
	font-weight: bold;
}

/* Email form, specifically */

FORM TABLE.csc-mailform TR TD.csc-form-labelcell {
	
}

/* Search form, specifically */

FORM TABLE.csc-searchform {
	width: 100%;
}

FORM TABLE.csc-searchform TR TD {
	padding: 5px 5px 5px 5px;
}

FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell {
	font-weight: bold;
}

FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT {
	width: 100%;
}

/* Login form, specifically */

FORM TABLE.csc-loginform {
	width: 70%;
}

/*****************/

/* Search result */

/*****************/

/* Search Result, result information box: */

TABLE.csc-searchResultInfo {
	margin-left: 0px;
	margin-top: 10px;
	width: 100%;
}

TABLE.csc-searchResultInfo TR {
	background-color: #EDEBF1;
}

TABLE.csc-searchResultInfo TR TD P {
	padding: 0px 5px 0px 5px;
}

TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P {
	font-weight: bold;
}

TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext {
	text-align: right;
}

/* Search Result, header + abstract: */

H3.csc-searchResultHeader A {
	color: #186900;
}

H3.csc-searchResultHeader {
	background-color: #EDEBF1;
	font-size: 14px;
	padding-left: 5px;
}

P.csc-searchResult {
	font-style: italic;
	margin-left: 20px;
}

/* Search word markup */

SPAN.csc-sword {
	font-weight: bold;
	color: red;
}

/*****************************/

/* Menu / Sitemap, generally */

/*****************************/

DIV.csc-menu {
	margin-left: 10px;
}

DIV.csc-menu P {
	font-weight: bold;
	margin: 3px 0;
}

DIV.csc-menu P.csc-section {
	font-weight: normal;
	margin-left: 20px;
}

/* Menu / Sitemap, "Menu of these pages" */

DIV.csc-menu-def P {
	
}

/* Menu / Sitemap, "Menu of subpages to these pages" */

DIV.csc-menu-1 {
	margin: 10px 0;
}

/* Menu / Sitemap, "Sitemap" */

.csc-sitemap ul a {
	color: #333399;
	font-size: 1.6em;
	font-weight: bold;
}

.csc-sitemap ul ul a {
	color: #9b0000;
	font-size: 1.3em;
	font-weight: normal;	
}

.csc-sitemap ul ul ul a {
	color: #333399;
	font-size: 1.1em;
	font-weight: normal;	
}

.csc-sitemap ul li {
	background-image: none;
	padding-left: 0px;
	list-style: none;
	padding-top: 5px;
}

.csc-sitemap ul ul li {
	padding-left: 15px;
}

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */

DIV.csc-menu-3 {
	margin-left: 0px;
	border: 2px solid #9D0000;
	background-color: #F4F7FF;
	padding: 10px;
}

DIV.csc-menu-3 P.csc-section {
	margin: 8px 0 8px 0;
}

DIV.csc-menu-3 P.csc-section A {
	color: #263399;
}

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */

DIV.csc-menu-4 {
	
}

DIV.csc-menu-4 P {
	margin-top: 2px;
}

DIV.csc-menu-4 P.csc-abstract {
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	padding: 0px 2px 2px 20px;
}

/* Menu / Sitemap, "Recently updated pages" */

DIV.csc-menu-5 {
	
}

/* Menu / Sitemap, "Related pages (based on keywords)" */

DIV.csc-menu-6 {
	
}

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */

DIV.csc-menu-7 {
	
}

DIV.csc-menu-7 P {
	font-weight: bold;
}

DIV.csc-menu-7 P.csc-section A {
	color: #186900;
}


/* default styles for extension "tx_indexedsearch" */

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	width: 100px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	width: 150px;
}

.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw {
	font-weight: bold;
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 10px;
	margin-bottom: 5px;
}

.tx-indexedsearch P.tx-indexedsearch-noresults {
	color: #ff0000;
	font-weight: bold;
	font-size: 15px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
	background: #eeeeee;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P {
	font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent {
	font-weight: normal;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P {
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup {
	color: red;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background: #eeeeff;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top: 20px;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE {
	background: #CFDBED;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	vertical-align: middle;
}

.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color: #666666;
}

.tx-indexedsearch-searchbox table {
	border: 2px solid #4E6B96;
	background-color: #CFDBED;
	margin-bottom: 7px;
}

.tx-indexedsearch-searchbox td {
	padding: 5px;
}

.tx-indexedsearch-rules h2 {
	font-size: 12px;
	margin-bottom: 0px;
}

.tx-indexedsearch-rules p {
	font-size: 10px;
}

/* -------- px_nieuws ------ */

.pxnieuws-list-item {
	display: table;
	width: 574px;
	margin-bottom: 10px;
	border-bottom: #D1D1D1;
	border-width: 0 0 1px 0;
	padding-bottom: 10px;
	border-style: none none dotted none;
}

div.col_left .pxnieuws-list-item {
	width: 410px;
}

.pxnieuws-list-datum, .pxnieuws-single-datum {
	font-size: 10px;
	color: #ADB7C6;
	display: block;
}

.pxnieuws-list-titel, .pxnieuws-single-titel {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
}

.pxnieuws-list-titel a {
	color: #000;
	text-decoration: none;
}

.pxnieuws-list-img {
	float: right;
	display: block;
}

.pxnieuws-list-img img {
	margin-left: 10px;
	margin-bottom: 10px;
}

.pxnieuws-list-img a:hover {
	background-color: transparent;
}

.pxnieuws-list-morelink a {
	background-image: url(images/arrow_red_r.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 9px;
}

.pxnieuws-single-titel {
	margin-bottom: 25px;
	color: #2F3399;
	font-size: 1.2em;
}

.pxnieuws-single-img-topright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.pxnieuws-single-img-above {
	margin-bottom: 10px;
	display: block;
}

.pxnieuws-single-img-below {
	margin-top: 10px;
	display: block;
}

.pxnieuws-single-doc {
	margin-top: 15px;
}

.pxnieuws-single-backlink, .pxkalender-single-backlink {
	margin-top: 20px;
	font-weight: bold;
}

.pxnieuws-single-backlink a, .pxkalender-single-backlink a {
	background-image: url(images/arrow_red_l.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 9px;
}

/* -------- px_kalender ------ */

.pxkalender-list-item {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: #D1D1D1;
	border-width: 0 0 1px 0;
	padding-bottom: 10px;
	border-style: none none dotted none;
}

.pxkalender-list-datum {
	font-weight: bold;
	color: #333399;
}

.pxkalender-list-titel {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}

.pxkalender-list-titel a {
	color: #000;
}

.pxkalender-single-titel {
	margin-bottom: 1.3em;
	color: #2F3399;
	font-size: 1.3em;
	font-weight: bold;
}

.pxkalender-single-datum {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.pxkalender-single-uur {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	border-color: #B2B2B2;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	margin-left: 5px;
}

.pxkalender-list-morelink a {
	background-image: url(images/arrow_red_r.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 9px;
}

.pxkalender-single-omschrijving, .pxkalender-single-locatie, .pxkalender-single-organisator, .pxkalender-single-contact {
	display: block;
	margin-bottom: 15px;
}

.pxkalender-single-email, .pxkalender-single-url {
	padding-top: 5px;
}

/* ------------ maandkalender -------- */

.maandtable {
	background-color: #D0DBED;
	border: 2px solid #D0DBED;
}

.tcell {
	font-family: arial, verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

.maandtable td {
	width: 14%;
	height: 50px;
	background-color: #ffffff;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
}

.kaldagnr {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
}

.dagakt1 {
	margin: 3px 0px 3px 0px;
}

.dagakt {
	border-top: 1px solid #D0DBED;
	margin: 3px 0px 3px 0px;
	padding-top: 2px;
}

#maandkalender {

/* Make element float in the center */	position: relative;
	top: -48px;
	left: -190px;
	width: 780px;
	margin-bottom: -98px;
	
/* Set margin to half the values of width/height */

/* Presentational properties */	background-color: #ffffff;
}

#maandkalender2 {

/* Make element float in the center */	position: absolute;
	left: 50%;
	top: 140px;
	width: 780px;
	/*

Set margin to half the values of width/height */	margin-left: -390px;
	/* 

Presentational properties */	background-color: #ffffff;
}

.maandtable a {
	text-decoration: none;
}

.maandtable a:hover {
	text-decoration: underline;
}

th.maand {
	font-size: 17px;
}

/* --- OLD STYLES (vorige site) --- */

.Redverd12 {
	font-size: 1em;
	font-weight: bold;
	color: #990000;
}

.Blueverd12 {
	font-size: 1em;
	font-weight: bold;
	color: #333399;
}

.Whiteverd12 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.Greyverd11 {
	font-size: 1em;
	color: #666666;
	font-weight: bold;
}

div.errors {
	color: #ff0000;
	font-weight: bold;
	border: 1px solid #ff0000;
	padding: 14px;
}

table.bekendmakingen th {
	text-align: left;
}

/* e loket letters */

#azindex {
	padding: 20px 0 30px 0;
}

#azindex ul {
	list-style: none;
	margin:  0;
	padding: 0;
}

#azindex ul li {
	padding: 0;
	display: block;
	float:  left;
	margin-right: 2px;
	background: none;
}

#azindex a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 3px 2px;
	background-color: #737373;
	width: 16px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0;
}

#azindex a.nocontent {
	background-color: #dadada;
}

#azindex a.selected {
	background-color: #9b0000;
	padding: 7px 5px;
	margin: 0;
}

#azindex a:hover {
	background-color: #333;
}
#azindex a.selected:hover {
	background-color: #9b0000;
}

#eloketletter {
	border: 1px solid #9b0000;
	padding: 10px;
	line-height: 22px;
}

#eloketframe {
	position: relative;
	top: -50px;
	left: -190px;
	width: 780px;
	margin-bottom: -98px;
	background-color: #fff;
}

#eloketframe iframe {
	border: 1px solid #d0dbed;
}

.displaynone {
	display: none;
}

#container.iefix, #subcontainer.iefix {
	background: none;
}

/* -- COLUMNS---- */

td.col_left, td.col_center, td.col_right {
	vertical-align: top;
}

/* 2 col (L=R) */

.col_2_a td.col_left {
	padding-right: 9px;
	border-right: 1px dotted #4e4e4e;
}

.col_2_a td.col_right {
	padding-left: 10px;
}

.col_2_a div.col_left {
	width: 280px;
	overflow: hidden;
}

.col_2_a div.col_right {
	width: 280px;
	overflow: hidden;
}


/* 2 col (L>R) */

.col_2_b td.col_left {
	padding-right: 9px;
	border-right: 1px dotted #fff;
}

.col_2_b td.col_right {
	padding-left: 10px;
}

.col_2_b div.col_left {
	width: 410px;
	overflow: hidden;
}

.col_2_b div.col_right {
	width: 150px;
	overflow: hidden;
}










