* {font-family:Arial, Helvetica, Verdana, sans-serif; color:#2A6B88;}
body {background: #e9f0f3; padding-top:2px;}
table { border: 0px solid red; }
td { padding: 0px 0px 0px 0px; border: 0px solid red; }

h1 { margin: 0px 0px 6px 0px; font-size: 14pt; letter-spacing: 1px;}
h2 { margin: 0px 0px 6px 0px; font-size: 12pt;}
h3 { margin: 0px 0px 6px 0px; font-size: 11pt;}

IMG.border {border: 4px solid #2A6B88;}
#strak { border: 0px; text-align: left; valign: top;}
#hoofdbalk {height: 64px; border: 0px; text-align: center; vertical-align: top;}
#tekst {  border: 0px; text-align: left; vertical-align: top; width:100%; background: white; }
#inhoud {  border: 0px; text-align: left; vertical-align: top; width:100%; font-size: 10pt; color: #757472; letter-spacing: 1px; line-height: 160%;}
#onderschrift { padding-top: 10px; }
#onderschrifttekst {  border: 0px; text-align: center; vertical-align: top; width:100%; background: white; font-size: 8pt;}
#subnav{padding: 0px 10px 10px 10px;}
#footer{padding: 10px 0px 10px 0px; font-size: 8pt;}
#fb {color: red;}
/* hoofdnav stylies */
.nav a, .navon a, .nav a:visited  {
    display:block;
    width:auto; /* fixes width inconsistencies between NS and IE */
    border: 0px;
    padding: 8px 1px 8px 1px;
    text-decoration:none;
    font-weight:normal;    
    font-size: 11pt;
    color: #2A6B88;
    white-space: nowrap;
}
.nav a:hover {
    text-decoration: underline;
    color: black;
}
.navon a, .navon a:hover, .navon a:visited {
    background: #d55110;
    text-decoration:none;
    color: #ffffff;
}

/* ul en li bij elkaar en wel zo: zodat ze erin IE en NS item uitzien */
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style-type: none;
	list-style-position: inside;
	color: #7b858a;
}

li {
	margin: 0px 20px 0px 0px;
	display: list-item;
	list-style-position: inside;
	color: #7b858a;
}

/* Beheer essentials */
/* form elementen */
form {margin: 0px; padding: 0px;}
.text, textarea, .button, .textshort {font-weight: normal; color: #000000; font-size: 100%; border: 1px solid black; background: white;}
.text, textarea { width: 300px;}
.textshort {width: 140px;}

textarea {height: 160px; overflow: visible; font-size: 100%;}
.button {
  border: 1px black solid;
  color: whitesmoke;
  font-weight: normal;
  background: #2A6B88;
  padding:1px;
  font-size:80%;
}
.negfeedback { color:red; }
.posfeedback { color:green; }