/* Basis instellingen */ body { margin: 10px 0px 10px 0px; text-align: center; } table { border-collapse: collapse; } table, td { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border: none; } tr { vertical-align: top; } img { border: none; } form { margin: 0px 0px 0px 0px; } body, td, div, span, p { font-family: arial, sans-serif; font-weight: normal; font-size: 12px; } h1 { font-weight: bold; font-size: 18px; color: #391c79; margin-top: 0px; margin-bottom: 3px; } h2 { font-weight: bold; font-size: 16px; color: #391c79; margin-top: 0px; margin-bottom: 0px; } h3 { font-weight: bold; font-size: 14px; color: #391c79; margin-top: 0px; margin-bottom: 0px; } h4 { font-weight: bold; font-size: 14px; color: #391c79; margin-top: 18px; margin-bottom: 6px; } em { font-weight: bold; color: #391c79; font-style: normal; } /* De twee hoofdtabellen */ table.pageHead, table.pageBody, table.pageFoot { width: 760px; margin-left: auto; margin-right: auto; text-align: left; } table.pageBody { border-left: 1px solid #96B9D9; border-right: 1px solid #96B9D9; height: 500px; } table.pageBody td { background-color: #F2F2F2; } table.pageFoot td { background-color: #96b9d9; } /* De contents tabel */ table.contents { width: 758px; margin-bottom: 10px; } /* De linker kolom */ table.contents td.columnLeft { width: 120px; padding: 0px 4px 0px 4px; border-right: 1px solid #96B9D9; } table.contents td.columnLeft div { width: 120px; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #391c79; font-size: 10px; } table.contents td.columnLeft input { height: 19px; font-size: 10px; } table.contents td.columnLeft input.button { background-color: #96B9D9; border: none; color: white; font-weight: bold; } table.contents td.columnLeft input.text { background-color: #f2f2f2; border-width: 2px; border-color: #96b9d9; } /* De middelste kolom */ table.contents td.columnMiddle { width: auto; padding: 0px 4px 0px 4px; } /* De rechter kolom */ table.contents td.columnRight { width: 145px; padding-right: 5px; } table.contents td.columnRight div { border: 3px solid #ffaf32; width: 145px; } table.contents td.columnRight div.head { background-color: #ffaf32; font-size: 14px; font-weight: bold; color: white; padding: 0px 3px 0px 3px; height: 20px; } table.contents td.columnRight div.body { font-size: 10px; padding: 3px 3px 3px 3px; border-top: 0px; margin-bottom: 3px; } /*table voor overzichten zoals agenda en artikelen*/ table.overz { margin-top: 5px; border-collapse: collapse; } table.overz td { border: 1px solid #F2F2F2; } table.overz thead td, table.overz td.head { font-size: 10pt; font-weight: bold; color: white; padding: 1px 3px 1px 3px; background-color: #ffaf32; } table.overz tbody td, table.overz td.body { padding: 3px; background-color: #ffe2b2; } /* table voor overzicht archief */ table.coverArchive td { padding: 10px 14px 10px 14px; } /* table voor artikelen */ table.article { width: 600px; margin: 5px 5px 5px 5px; } table.article td.body { text-align: justify; } table.article td.body div.inleiding { font-size: 14px; line-height: 130%; }