<!--

/* goud   rgb(168,126,70)  */
/* groen  rgb(24,100,1)    */
/* blauw  rgb(41,43,101)   */
/* zilver rgb(179,173,170) */

html {
  overflow: scroll;
}
.auto {
  width:auto;
}
body {
  font-family:arial, sans-serif;
  font-weight:normal;
  text-align:center;
  background-color:white;
}
p {
  margin:0px;
}

#loginformulier,
#stemmen {
  width:165px;
  padding-left:5px;
  padding-bottom:5px;
  margin-top:10px;
  border:1px solid rgb(24,100,1);
  text-align:left;
  font-size:10px;
  color:rgb(41,43,101);
}
#loginformulier input {
  color:rgb(41,43,101);
}
#loginformulier .w150{
  border:1px solid rgb(24,100,1);
  width:150px;
  font-size:12px;
}
.knop {
  margin-top:5px;
  font-size:10px;
  border:1px solid rgb(24,100,1);
  color:blauw  rgb(41,43,101);
}
#loginformulier form {
  margin:0px;
}
.formulier {
 width:385px;
}
.veld {
  width:350px;
  font-size:13px;
  color:rgb(41,43,101);
}
.formulier td,
.formulier-checkbox td {
  text-align:left;
}
.formulier input,
.formulier textarea {
  border:1px solid rgb(168,126,70);
  background-repeat:repeat;
  background:url(afbeeldingen/dot.gif);
}
input {
  background:url(afbeeldingen/dot.gif);
}
table, tr, td {
border: 0px solid red;
}
.stippel {
  font-size:1px;
  width:21px;
  background:white url(afbeeldingen/stippel.bmp) repeat-y;
}
#logo {
  height:156px;
  width:200px;
  background:white url(afbeeldingen/tigchelaar.png) no-repeat center;
}
#titel {
  text-align:center;
  color:rgb(179,173,170);
  font-size:50px;
  width:577px;
  background:rgb(41,43,101);
}
#menukader {
  text-align:center;
  padding-left:15px;
  padding-right:15px;
  background-color:rgb(168,126,70);
  background-image:url(afbeeldingen/em.jpg);
  background-repeat: no-repeat;
  background-position:bottom center;
}
#menu {
  margin-top:15px;
}
#loginmenu {
  margin-top:0px;
}
#menu a,
#loginmenu a {
  width:170px;
  margin-top:5px;
  padding-top:3px;
  display:block;
  background-color:rgb(41,43,101);
  color:rgb(179,173,170);
  font-weight:bold;
  height:24px;
  text-decoration:none;
  text-align:center;
  border-style:solid;
  border-width:1px;
  border-color:rgb(179,173,170);
  text-decoration:none;
}
#menu a:hover,
#loginmenu a:hover {
  background-color:rgb(24,100,1);
  border-color:rgb(41,43,101);
}
#menu a.active,
#loginmenu a.actief {
  background-color:rgb(24,100,1);
  border-color:rgb(41,43,101);
}
#inhoud
{
  height:697px;
  width:577px;
  text-align:justify;
  background: #ffffff url('afbeeldingen/logo-achtergrond.jpg') no-repeat;
  border-bottom: 1px solid rgb(236,225,210);
}
.inhoud {
  width:567px;
  padding:5px;
  text-align:justify;
  color:rgb(41,43,101);
}
.inhoud a:link    {color: rgb(168,126,70); }
.inhoud a:visited {color: rgb(168,126,70);  }
.inhoud a:hover   {color: rgb(24,100,1) ;  }
.inhoud a:active  {color: #000000;         }
#tux
{
  margin-top :12px;
}
-->