body{
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
#gbar{
  font-size: 12px;
  font-variant: small-caps;
  display: block;
  text-align: right;
  color: #ddd;
  padding: 2px 5px;
  background-color: #06f;
}
a.gbar{
  text-decoration: none;
  color: #ddd;
}
a.gbar:hover{
  color: #fff;
}
#cbar{
  text-align: center;
  margin: 0;
  padding: 0px 10px 2px 10px;
  border: none;
  color: #09f;
  background-color: #def;
}
a.cbar{
  text-decoration: none;
  color: #09f;
  font-size: 12px;
  /*font-weight: bold;*/
}
a.cbar:hover{
  text-decoration: none;
  color: #f60;
  /*font-weight: bold;*/
}
#youarehere{
  text-align: right;
  background-color: #e7e7e7;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 1px 0;
  padding: 1px 5px;
  font-size: 9px;
  color: #666
}
#mbar{
  width: 100%;
  height: 400px;
  padding: 5px;
  background-color: #def;
}
p.mbar-selected{
  font-size: 14px;
  font-weight: bold;
  color: #f60;
  text-align: right;
  margin: 10px 0 0 0;
  padding: 0;
  border-bottom: 1px solid #f60;
}
p.mbar{
  font-size: 12px;
  text-align: right;
  margin: 5px 0;
  padding: 0;
}
a.mbar{
  color: #999;
  text-decoration: none;
  padding-right: 3px;
  border-right: 3px solid #999;
}
a.mbar:hover{
  color: #f60;
  padding-right: 3px;
  border-right: 3px solid #f60;
}
h1{ /* Page title */
  color: #f60;
  font-size: 16px;
  font-style: italic;
  margin: 10px 10px 10px 20px;
}
div.section{
  font-size: 12px;
  margin: 10px 10px 5px 20px;
}
h2{ /* Section title */
  font-size: 12px;
  color: #0099ff;
  margin: 0 0 0 20px;
  padding: 0;
}
ul.section{
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
ol.section{
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
li.section{
  font-size: 10px;
  color: #666;
  /* dit maakt niks uit
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  */
}
p.section-text{ /* Section text */
  font-size: 10px;
  color: #666;
  margin: 5px 0 5px 40px;
}
p.fixme{ /* Fixme text */
  font-size: 10px;
  color: #f00;
  font-variant: small-caps;
  margin: 5px 0 5px 40px;
}
p.section-foot{ /* Section footer */
{
  font-size: 10px;
  color: #666;
  text-align: right;
  border-bottom: 1px solid #666;
  margin: 5px 0 5px 20px;
}
a.section{
  color: #09f;
  text-decoration: none;
}
a.section:hover{
  color: #f60;
}
table.section{
  font-size: 10px;
  color: #666;
}
th.section, td.section{
  font-size: 10px;
  border: 5px solid #fff;
}
input.text{
  border: 1pt solid #666;
}
input.button{
  border: 1pt solid #666;
  font-size: 10px;
  color: #666;
}
textarea.section{
  border: 1pt solid #666;
  font-size: 10px;
  color: #666;
}
#footer{
  display: block;
  text-align: center;
  background-color: #e7e7e7;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 10px 0 0 0;
  padding: 1px 5px;
  font-size: 9px;
  color: #000;
}
a.footer{
  font-size: 9px;
  color: #999;
  text-decoration: none;
}
a.footer:hover{
  font-size: 9px;
  color: #000;
}

