body {
  font-family: verdana;
  font-size: 12px;
  background-image: url(plaatjes/layout/bg.gif);
  margin: 6px;
}

a:link, a:visited {
  text-decoration: underline;
  font-weight: bold;
  color: #555555;
}

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

li {
  list-style-type: circle;
}

hr {
  width: 60%;
}

input.t1 {
 border: black 1px solid;
 font-size: 9px;
 font-weight: bold;
 color: #000000;
 background-color: #FFFFFF;
}

input.s1 {
 border: black 1px solid;
 font-size: 9px;
 font-weight: bold;
 color: #000000;
 background-color: #cccccc;
}

table.all {
  background-color: #FFFFFF;
  border-color: black;
  border-style: solid;
  border-width: 1px;
}

td.header {
  border-color: #000000;
  border-bottom-style: solid; 
  border-bottom-width: 3px; 
}

td.footer {
  background-color: #FFFFFF;
  text-align: right;
  color: #666666; 
  font-size: 9px;
  font-weight: bold;
  border-color: #000000;
  border-top-style: solid; 
  border-top-width: 3px; 
  border-bottom-color: #000000;
  border-bottom-style: solid; 
  border-bottom-width: 1px; 
}

td.linkerkolom {
  padding-top: 5px;
  padding-bottom: 5px;
}

td.main {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  background-image: url(plaatjes/layout/profile_molentje.gif);
  background-repeat: no-repeat;
  border-color: #696969;
  border-left-style: dashed; 
  border-left-width: 1px; 
}

table.tijdenmain {
  font-size: 10px;
  text-align: left;
  color: #666666;
}

table.contact {
  font-family: verdana;
  font-size: 12px;
  text-align: left;
  color: #000000;
}

#menu {
  padding-left: 10px;
  background-color: #FFFFFF;
  font-size: 12px;
}

#menu b {
  color: #FF0033;
}

#menu a:link, #menu a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #333333;
}

#menu a:hover {
  color: #666666;
  text-transform: uppercase;
}

#maintext {
  font-family: verdana;
  font-size: 12px;
}


