body {
    padding: 0;
    margin: 0;
    color: #000000;
    background-color: #ffffff;
    font-size: 12pt;
    line-height: 100%;
}

body, input, select, h1, h2, h3, h4, h5, h6, optgroup {
    font-family: Times New Roman, serif;
}

form {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: 1em;
    line-height: 1.2em;
}

h1 a {
    color: #000000 !important;
}

h1 {
    font-size: 1.3em;
}

h2 {
      font-size: 1.1em;
}

h5,
h6 {
      font-weight: normal;
}

h6 {
      font-style: italic;
}

p {
    margin: 0 0 1.5em 0;
}

img {
    border: 0;
}

a {
    color: #0000CC;
    text-decoration: underline;
}

a:visited {
    color: #990066;
    text-decoration: underline;
}

abbr,
acronym {
    font-style: normal;
    border: none;
}

abbr:after,
acronym:after {
    content: " [" attr(title) "]";
    font-size: 0.75em;
}

em,
strong {
    font-weight: bold;
    font-style: normal;
}


/* Unordered list, Ordered list ... */
ul,
ol {
    padding: 0;
    margin: 0;
    margin-left: 30px;
}

ol {     
   margin-left: 30px;
}


/* Tabellen */ 
table {
    padding: 0;
    margin: 0;
}
td {
    border: 1px solid #000000;
}

/**
 * ----------------------------------------------------------------------------
 * Layout
 *
 */

/* logo... */
div#sitelogo {
}

p#skiplinks {
    display: none;
}

/* header... */
div#header {
    display: none;   
}

/* mainnav... */
div#mainnavblock {
   display: none;
}

/* Layout boxes */
/* nav... */
div#navblock {
    display: none;
}

div#topnavbox {
    display: none;
}

/* content... */
div#content {
    line-height: 1.3em;
}

div#content hr.minwidth {
    display: none;
}

/* footer... */
div#footerblock div#footertopofpage,
div#footerblock div#footerfunctions {
    display: none;
}


/**
 * ----------------------------------------------------------------------------
 * Page elements
 *
 */

/* Left column */


/* Content */
div#content h1,
div#content p,
div#content ul,
div#content ol,
div#content form {
    margin-bottom: 2em;
}

div#content h2,
div#content h3 {
    margin-bottom: 1em;
}

div#content h4,
div#content h5,
div#content h6 {
    margin-bottom: 0.2em;
}


/* pictures... */
div.pictureSmall {
    width: 140px;
    margin-right: 14px;
    margin-bottom: 1em;
    float: left;
}

img.bordered {
    border: 1px solid #2b477f;
}

img.pictureZoom {
    display: none;
}

.annotation {
    font-size: 0.75em;
    line-height: 1.2em;
}

div.pictureSmall .annotation {
    width: 120px;
    padding-top: 1ex;
}





div.divider {
    height: 1pt;
    margin: 1em 0;
    clear: left;
}

/* Forms */
div.formLabel {
    width: 12em;
    float: left;
}

div.formLabel,
div.formElem,
div.formElemLarge {
    margin-bottom: 1ex;
}

div.formElemLarge label {
    display: block;
    margin-bottom: 3px;
}

div.formElem input,
div.formElem textarea {
    width: 15em;
}

div.formElem input.fourletters,
div.formElem textarea.fourletters {
    width: 6ex;
}

div.formElemLarge input,
div.formElemLarge textarea {
    width: 99%;
}

div.formElem .noborder,
div.formElemLarge .noborder {
    width: auto;
    border: 0;
}

/* search results */
p.pager {
}

p.pager a {
    font-weight: bold;
}

div.formElem input.bigger {
    width: 70%;
}



/**
 * ----------------------------------------------------------------------------
 * Helper
 *
 */
 
 .hide {
    display: none;
}

.clearer {
    height: 0px;
    clear: left;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.white {
    color: #ffffff;
}