body {
	background-color: #0784DB /*#C8E7F9*/;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	color: white;
}

body, table, img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

#main {
  padding: 10px;
  background-color: white;
  color: black;
}

#main p, li{
max-width: 50em;
}

#menu {
	background-color: #0784DB;
	background-image: url(../../images/banmenu.bmp);
	background-repeat: repeat-y;
	background-position: right;
	color: #000000/*FFFFFF*/;
	/*position: absolute;
	margin-top: 89px;*/
	width: 100%;
}
#login form {
    margin-top: 1em;
    text-align: center;
    line-height: 1.9;
}
#maintable {
  border-collapse: collapse;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  border-style: none;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-spacing: 0px;
}

#maintable td {
    vertical-align: top;
    /* Een padding: 0px zorgt er op de een of andere manier voor dat de ichthus menu teksten bij een mouseOver hun linker marge verliezen. In plaats hiervan staat cellpadding="0" cellspacing="0" in de maintable <table> tag.*/
}

#balk {
  background-color: white;
  color: black;
  /*height:90px;*/
  background-image: url(../../images/bannert2.jpg);
  background-repeat: no-repeat;
}

#logo {
  text-align: center;
  background-image: url(../../images/logo5achter.jpg);
  background-repeat: no-repeat;
  background-position: right
}
#logo img{
  display: block;
  margin-left: auto;
  margin-right: 0;
}

#logo, #menu {
  width: auto;
 }

#balk, #main {
  width: 100%;
}

#balk2 {
  text-align: center;
  padding-top: 15px;
  background-image: url(../../images/banonder.bmp);
  background-repeat: repeat-x;
  background-position: top;
}

#linksonder {
  background-image: url(../../images/linksonder.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

.error {
  color: red; 
	font-weight: bold; 
}

.debug {
	font-family: monospace;
}

div, p, table {
/* border: 1px solid red;  */
}

.inputText {
  font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 0em;
  color: #FFFFFF;
	border: 2px solid #FFFFFF;
  background-color: #679BDC;
}
.inputSubmit {
	font-family: verdana, arial, helvetica, sans-serif;
	letter-spacing: .1em;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	border: 2px solid #FFFFFF;
	background-color: #006699;
}
#wwvergeten {
	font-size: x-small;
	color: #FFFFFF;
}
#wwvergeten a {
  color: #FFFFFF;
}

h1, h2, h3 {
  text-align: left;
}

.ichtHdr {
  color: white;
  font-size: 1em;
  padding: 1px 1em;
  margin-top: 2em;
  background-image: url(../../images/achterkop.gif);
  background-repeat: no-repeat;
  background-color: white;
}

.topHdr {
  margin-top: 0px;
}

.klein {
  font-size: smaller;
}


table.minimize {
width: 1%;
padding: 0px;
border-collapse: collapse;
}

table.minimize td {
margin: 0px;
}

table.minimize tr {
margin: 0px;
padding: 0px;
}

a:active {  color: #1B3550; text-decoration: none}
a:link { color: #2E3084; text-decoration: none}
a:visited { color: #B67B1E; text-decoration: none}
a:hover { color: #FF9933; text-decoration: underline}

a.leesmeer {
font-size: smaller;
}


