.Header {
  color: #ffffff;
  font-weight: bold;
  background-color: #a61500;
  padding: 2px 3px;
}

table td.oneven {
  color: #000000;
  background-color: #ffffff;
  padding: 2px 3px;
/*
  color: #ffffff;
  background-color: #8e1801;
*/
}

table td.even {
  color: #ffffff;
  background-color: #a61500;
  padding: 2px 3px;
}

/* form elementen */
.content2 a {
    color: #ad1001;
    text-decoration: none;
}

.content2 a:hover {
    color: #a41401;
    text-decoration: none;
}

a.details {
    color: #000000;
}

table td {
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size: 12px;
}

input, select, textarea {
    border: 1px solid #8e7672;;
    color: #000000;
    background-color: #c3bebe;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size: 11px;
}

input.radio {
    border: 0;
    padding: 2px;
    background-color: #FFFFFF;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size: 11px;
    color: #000000
}

input.submit {
    border: 1px solid #8e7672;;
    color: #ffffff;
    background-color: #a61500;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size: 11px;
    width: 100px;
}

input.submit:hover {
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

/* tooltip */
.tooltip {
    FONT-family: courier;
    FONT-SIZE: 11px;
    font-weight: bold;
    border: 1px solid #556177;
    padding: 1px;
    background-color: #d4e0f7;
    color: #556177;
}

#dhtmltooltip {
    position: absolute;
    width: 300px;
    border: 1px solid #8e7672;
    padding: 6px;
    background-color: #c3bebe;
    visibility: hidden;
    z-index: 100;
}

.content1 {
    padding: 1%;
}

.content2 {
    padding: 1%;
}

body {
    font-size: 12px;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

p {
    font-size: 12px;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    vertical-align: inherit;
}

a {
    color: white;
    text-decoration: none;
}

a:visited {
}

a:hover {
    color: #a41401;
    text-decoration: none;
}

a:active {
    color: red
}

h3, .rekenmodulenaam {
    color: #ad1001;
    font-size: 1.17em;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    margin: 1em 0;
    padding-right: 12px;
    padding-left: 12px;
}

/**** Checkbox ****/
input.checkbox {
    height: 12px;
    width: 12px;
    font-size: 14pt;
    background-color: #d4e0f7;
    padding: 0;
}

input.checkbox:focus {
    border-top: 2px solid beige;
    border-left: 2px solid beige;
    border-right: 2px ridge #a99;
    border-bottom: 2px ridge #a99;
}

input.checkbox:active {
    border-top: 2px ridge beige;
    border-left: 2px ridge beige;
    border-right: 2px ridge #ffc;
    border-bottom: 2px ridge #fcc;
    padding: 0;
}

table#poweredtable {
    float: left;
    width: 100%;
}

div#poweredby {
    color: black;
    font-family: arial, sans-serif;
    font-style: italic;
    font-size: 11px;
    text-align: right;
}

div#poweredby a {
    color: #a61500;
    text-decoration: none;
}

div#poweredby a:hover {
    color: #8e1801;
    text-decoration: none;
}

div#poweredby a:visited {
    color: #a61500;
    text-decoration: none;
}
