/*
 * These are 'finalist' specific overrides of Eden's design.
 */ /* use the padding on the second column *only* for the flash-page */
.kavelkopen .secondary-column {
   padding-top: 0;
}

.kavelkopen.flash .secondary-column {
   padding-top: 533px;
}

/* 
 * Too small font-size if we encounter a <table /> in a <p /> which
 * is technically not allowed. (Firefox creates the DOM tree as follows
 * <p></p><table />). 
 * The reason the font is too small is because .69em is defined for 
 * 'p' as well as for 'td'.
 */
p table td {
   font-size: 100%;
}

/*
 * To display multiple images in one 'illustration block, give the margin
 * to the image instead of the illustration span.
 */
p span.illustration {
   margin-bottom: 0px; /* used to be 4 */
}

p span.illustration img {
   margin-bottom: 4px;
}

.subhome #page-content .primary-column .banner-withtitle {
   margin-left: 0;
   margin-bottom: 25px;
}

/* FIX for PO-224, tabellen op subhome pagina's hadden geen rechter border */
.subhome #page-content .primary-column table { width: 478px;}

/* FIX for PO-254, iframe on top */
.primary-column {
overflow: visible
}

/* FIX for PO-266, numbered lists not showing first digit when above ten  */
.subhome #page-content .primary-column ol { margin-left:44px; }
.subhome #page-content .primary-column .default-item ol { margin-left:30px; }

/* Work around for PO-256, paging under an agenda was broken for 4 pages (when choosing page 2 or 3, it would show "ende" below the pager in IE6) */
.page-browser, .link-previous, .link-next {
border: 1px solid white;
}

/* PO-312, PO-276 Until Eden adds this. */
.tertiary-column .image img {
	margin: 0 0 24px 12px;
}

/* PO-514 h3 should look like bold text */
.contentpage .default-item h3, .subhome .default-item h3 {
	padding: 0px;
}

/* PO-271 */
.default-item ul {
   margin-left: 0px !important;
   padding-left: 0px !important;
   list-style-image:none;
   list-style-position:inside;
   list-style-type:none;
}

.default-item ol {
   list-style: inside decimal;
   margin-left: 0px !important;
   padding-left: 0px !important;
}

/* PO-348 */
#page-content .form label {
   margin: 0px;
}
/* PO-348 */
.form .form-content p{
   margin-left: 0px;
}
/* PO-352 */
.primary-column iframe {
   margin-left: 12px;
}

/* PO-352 */
.primary-column .default-item iframe {
   margin-left: 0px;
}
