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: #3399cc;
    text-decoration: underline;
}

a:visited {
    color: #3399cc;
}

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;
}

#content address {
    margin-bottom: 2em;
    padding: 0.5em 1em;
    font-style: normal;
}

blockquote {
    font-size: 0.85em;
    font-variant: small-caps;
    font-style: normal;   
    margin-bottom: 0.5em;
    margin-left: 0;
}

q,
cite {
  font-style: italic;
}

q:before {
    content: "";
}

q:after {
    content: "";
}

/* Unordered list, Ordered list ... */
ul,
ol {
    padding: 0;
    margin: 0;
    margin-left: 30px;
}

ol {     
   margin-left: 30px;
}

ul.bulletlist {
    list-style-image:  url(./img/icon_bullet.gif);
}

ul.bulletlist li,
ol li {
    margin-bottom: 0.5em;
}

/* Tabellen */ 
table {    
	width: 100%;
	border-spacing: 3px;
    border-bottom: 1px solid #3399cc;    
    border-left: 1px solid #3399cc;
    
    border-collapse: collapse;
}


table th,
table td { 
   
     padding: 3px;
	margin:0;
    border-top: 1px solid #3399cc;
    border-right: 1px solid #3399cc;
    background-color: #ffffff;
    text-align: left;
	vertical-align: top;
}
 
table th {
    background-color: #f8fcf6;
    font-weight: bold;
	 
}


table tr.odd td{
    background-color: #f4f4f4;
    
}

.rightalign {
    text-align: right !important;
}

/**
 * ----------------------------------------------------------------------------
 * Layout
 *
 */

/* logo... */
div#sitelogo {
    width: 150px;
    border-top: 10px solid #FFFFFF;
}

p#skiplinks {
    display: none;
}

/* header... */
div#header {
    display: none;   
}

/* mainnav... */
div#mainnavblock {
   display: none;
}

/* Layout boxes */
#path {
    margin: 1em 0;
    font-size: 0.75em;
    line-height: 1.2;
}

#path p {
    margin: 0;
}

div#path a,
div#path a:visited {
    color: #2b477f;
}

/* 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,
div#footerblock div#footerdeco,
div#footerblock div#footerdecoleft {
    display: none;
}


/**
 * ----------------------------------------------------------------------------
 * Page elements
 *
 */

/* Content */
div#content h1,
div#content p,
div#content ul,
div#content ol,
div#content form,
div.contentsection,
div.contentsection p,
div.contentsection ul,
div.contentsection ol,
div.contentsection form {
    margin-bottom: 2em;
}

div#content h2,
div#content h3,
div.contentsection h2,
div.contentsection h3 {
    margin-bottom: 1em;
}

div#content h4,
div#content h5,
div#content h6,
div.contentsection h4,
div.contentsection h5,
div.contentsection h6 {
    margin-bottom: 0.2em;
}




/* pictures... */
div.pictureSmall {
    width: 140px;
    margin-right: 14px;
    margin-bottom: 1em;
    float: left;
}


img.pictureZoom {
    display: none;
}

.annotation {
    font-size: 0.75em;
    line-height: 1.2em;
}

div.pictureSmall .annotation {
    width: 120px;
    padding-top: 1ex;
}


ul.linklist li {
    padding-left: 16px;
    margin-bottom: 0.5em;
    list-style-image: url(./img/icon_link.gif);
}

/* .linklist multiple class */
.external a:after {
    content: " [" attr(href) "]";
    font-size: 0.75em;
    line-height: 1.1em;
}


div.divider {
    height: 1pt;
    margin: 1em 0;
    clear: left;
}

img.iconlink {
    margin: 0 4px 0 1px !important;
    float: none !important;
}


/* 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;
}