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.3em 0;
}

img {
    border: 0;
}

div#content img {
    margin: 8px;
	border:1px solid #999999;
}

a {
    color:  #00b091;
    text-decoration: underline;
}

a:visited {
    color: #00b091;
}

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: 24px;
}

ol {     
   margin-left: 24px;
}


/* Tabellen */ 
table {    
	width: 100%;
	border-spacing: 3px;
    border-bottom: 1px solid #00b091;    
    border-left: 1px solid #00b091;
    
    border-collapse: collapse;
}


table th,
table td { 
   
     padding: 3px;
	margin:0;
    border-top: 1px solid #00b091;
    border-right: 1px solid #00b091;
    background-color: #ffffff;
    text-align: left;
	vertical-align: top;
}
 
table th {
    background-color: #FFFFFF;
    font-weight: bold;
	 
}


table tr.odd td{
    background-color: #FFFFFF;
    
}

.rightalign {
    text-align: right !important;
}

/**
 * ----------------------------------------------------------------------------
 * Layout
 *
 */

/* logo... */
div#sitelogo {
    width: 185px;
	padding-bottom: 1.1em;
}

p#skiplinks {
    display: none;
}

/* header... */
div#header {
    display: none;   
}

/* mainnav... */
div#mainnavblock {
   display: none;
}



/* 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: 1.5em;
}

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;
}






img.pictureZoom {
    display: none;
}

.annotation {
    font-size: 0.75em;
    line-height: 1.2em;
}

#servicecontainer{
	display:none;
}

/* .linklist multiple class */
.external a:after {
    content: " [" attr(href) "]";
    font-size: 0.75em;
    line-height: 1.1em;
}


div.divider {
    height: 1pt;
    margin: 0.7em 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;
}


/**
 * ----------------------------------------------------------------------------
 * Helper
 *
 */
 
 .hide {
    display: none;
}

.clearer {
    height: 0px;
    clear: left;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.white {
    color: #ffffff;
}