
/* ------------------------ Default ------------------------ */

body {
    background-color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 62.5%;
    color: #313030;
}

input, textarea {
    font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #313030;
    margin: 0 0 0.5em 0;
    line-height: 120%;
    font-weight: normal;
}

h1 {
    font-size: 1.786em; /* 25px */
}

h2 {
    font-size: 1.571em; /* 22px */
}

h3 {
    font-size: 1.286em; /* 18px */
    font-weight: bold;
}

h4 {
    font-size: 1.286em; /* 18px */
}

h5 {
    font-size: 1.071em; /* 15px */
}

h6 {
    font-size: 1em; /* 14px */
    font-style: italic;
}

p {
    line-height: 140%;
}

ul, ol, p, .intro, .text {
    margin: 0 0 1em 0;
}

ul li.item {
    overflow: visible;
    clear:both;
}

ul, ol {
    line-height: 140%; /* Same line-height as paragraph */
}

ul li, ol li {
    margin-bottom: 0 !important;
}

.skiplinks {
    display: none;
}

a {
    color: #a80f1b;
    text-decoration: none; 
}

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

.linked_items li.item {
    margin-bottom: 0.2em;
}

.linked_items .product {
    font-size: 1.571em; /* 22px */
    margin-bottom: 0.5em;
    line-height: 120%;
}

.intro ul, .text ul, .item_intro ul, .product_text ul, ul.bullets {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-left: 0;
    overflow: hidden;
}

.intro ol, .text ol, .item_intro ol, .product_text ol {
    list-style-type: decimal;
    margin-left: 0;
    padding-left: 2.2em;
    overflow: hidden;
}

.downloads .documents li {
    margin-bottom: 0.5em;
}

span.download_information {
    font-size:0.916em;
    margin-bottom: 0;
}

/* Wysiwyg Table */
.valign_top {
    vertical-align: text-top;
}


/* ------------------------ module_items ------------------------ */
.categories .category_title,
.categories .category_others h2 {
    font-size: 1.143em;
    margin-bottom: 0;
}

.categories > ul.bullets > li:first-child {
    padding-left: 0;
    list-style-type: none;
    
}

.categories > ul.bullets {
    padding-left: 0;    
}

.categories ul li {
    margin-bottom: 0;
}

.categories .intro {
    clear: both;
    overflow: hidden;
}

.left, .thumbnail.left {
    margin-top: 0.5em;
}

.thumbnail.right {
    margin-bottom: 0.5em;
    margin-left: 0.5em;
}

ul li.item {
    margin: 0 0 1em 0;
    overflow: visible;
}

li.item .item_wrap {
    clear: both;
    overflow:hidden;
}

.item_title {
    display: inline;
}

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

.item_title,
.item_title a {
    text-decoration: none;
}

.chapter_item {
    margin-bottom: 1em;
}

.two_columns.no_bullets:first-child {
    margin-right: 1.5em;
}

.two_columns .column_2 .no_bullets {
    margin-left: 1em;
}

#content .module_items.two_columns li.item {
    overflow:visible;
}

.module_items.two_columns .column_1, 
.module_items.two_columns .column_2 {
    overflow:hidden;
}

.module_items.two_columns .column_1, .module_items.two_columns .column_2 {
    float: left;
    width: 50%;
}

.date {
    margin-left: 0.2em;
    margin-right: 0.2em;
    color: #A80F1B;
}

#content .list_pager {
    margin:0 0 1em 0;
    overflow: hidden;
}

.list_pager li {
    float:left;
    list-style: none;
}

.archief {
    background: url("../images/portal/arrows.png") no-repeat scroll 0 3px transparent;
    padding-left: 15px;
}

.downloads h2 {
    font-size: 1em;
}


