﻿body, td 
{
    font-family: Arial;
    font-size: 13px;
}
a { color: black; }

p { margin: 0px; margin-bottom: 20px; line-height: 18px; }
    
table.mainTable td { vertical-align: top; }
table.mainTable td.mainLeftBottom { vertical-align: bottom; 
                                    text-align:right;
                                    padding-right:10px;}
table.mainTable 
{
    margin-left: auto;
    margin-right:auto;
    width: 989px;
}

td.headTopLeft 
{
    width: 364px; 
}
td.headTopRight
{
    /*width: 602px;*/
    /*height: 128px;*/
}
td.headTopLeft , td.headTopRight 
{
    /** hoogte van de bovenste rij */
    height: 254px;    
    height: 300px;
} 
td.mainLeft 
{
    width: 364px;
}
td.mainRight, td.headTopRight
{
    padding-left: 2px;
}
td.mainLeft , td.mainRight 
{
    padding-top: 0px;
}

/** positioned items */
div.headTopContainer 
{
    position: relative;
}
.sendbutton 
{
    font-size: 25px;
    text-decoration:none;
    color: #000000;
}
.sendbutton2 
{
    font-size: 22px;
    text-decoration:none;
    color: #000000;
}

div.pageTitle 
{
    font-family:Arial;
    font-size: 42px;
    font-weight: bold;
    color: #ff0000;
    padding: 30px 0px 5px 0px;
}

div.pageTitle p 
{
    line-height:inherit;
    margin:inherit;
}

div.pageMenu 
{
    font-weight:bold;
    position:absolute;
    top: 10px;
    left: 0;
    left:-189px;
    font-size: 16px;
    width:796px;
}
div.pageMenu a 
{    
    text-decoration:none;
    color: Black;
    display:inline !important;
    padding-left:10px;
    padding-right:10px;
}
/* end items */

div.leftTextHolder 
{
    padding:0px;
    padding-right: 10px;
    text-align:right;
    
}
div.rightContent 
{
    width: 516px;   
}

div.rightContent img { margin: 0px 10px 10px 0px; }

.pionier 
{
    font-weight:bold;
    font-style: italic;
}
.pionier2 
{
    font-style: italic;
}

.kleineletters 
{
    font-size: 10px;
}
.bottomLeftLogos 
{
    font-size: 12px;
}
.contactFormTable {margin:0px; padding:0px; }
.contactFormTable td , .contactFormTable tr { padding-left: 0px; margin-left: 0px; }

/* MENU */

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  border-left: 2px solid #000;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font-size: 16px;
  color: #000;
  display: block;
  text-decoration: none;
  padding-left: 10px;
  width: 7em;
}

.nav li a:hover {
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  color: #ff0000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  color: #000;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  color: #ff0000;
}

#nav-one li ul a { font-size: 12px; }

.nav ul {
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
  background-color: #fff;
  font-weight: normal;
  padding: 10px 0px;
  width: 8em;
}


.nav li:hover ul,
.nav li.sfHover ul {
  top: auto;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border-bottom: 0;
  padding-right: 20px;
  white-space: nowrap;
}

div.faqQuestion {
    text-decoration:none;
    color:#FF0000;
}

span.underline {
    text-decoration:underline;
}

div.faqAnswer {
    color:#000000;
    display:none;
    text-decoration:none !important;
}

div.faqAnswer p {
    margin:0px;
}

.clickable {
    cursor:pointer;
    text-decoration:underline;
}

.editable {
    min-height:10px;
    min-width:10px;
    border:dotted 1px black;
}

a.pdfDownload {
    background-image:url('../../img/pdfLogo.jpg');
    background-repeat:no-repeat;
    padding-left:45px;
    height:40px;
    line-height:40px;
    display:block;
}

.error {
    color:Red;
}

input.password
{
    border:solid 1px black;
}

input.error 
{
    border:solid 1px red;
    color:Black;
}
