html *
{
  cursor: default;
  font: normal normal normal 10px/1.5 verdana;
  margin: 0px;
  padding: 0px;
  text-align: left;
  vertical-align: top;
}
body
{
  margin-left: 1px;
}
table
{
  border: none;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0px auto;
}

a
{
  color: #1f77be;
  font-weight: bold;  
  text-decoration: none;
}
a:hover, a:hover img
{
  color: #629fdb;
  cursor: hand;
  text-decoration: underline;
}
a.icon
{
  font: normal normal bold 12px trebuchet ms;
}
a.icon:hover
{
  color: #991a16;
}


b *, strong *,
{
  font-weight: bold;
}
i, em, cite
{
  font-style: italic;
}

h1
{
  border-bottom: 1px solid #1f77be;
  color: #1f77be;
  font: normal normal bold 24px/1.5 trebuchet ms;
  margin: 10px;
}
h2
{
  border-bottom: 1px solid #991a16;
  color: #991a16;
  font: normal normal bold 16px/1.5 trebuchet ms;
  margin: 20px 10px;
}
h3
{
  background-color: #1f77be;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
}
h4
{
  color: #991a16;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
h5
{

}

ol
{
  padding-left: 40px;
  list-style: decimal-leading-zero outside;
}
ol.disc
{
  list-style: disc outside;
}
ol.disc li
{
  margin: 5px 0px;
}
ol.alfa
{
  list-style: lower-alpha outside;
}
dt
{
  color: #971a90;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
}

a:hover h4
{
  text-decoration: none;
  cursor: hand;
}
a.normal, a.normal:hover
{
  font-weight: normal;
}

.centered
{
  margin: 0px auto;
  position: relative;
  width: 796px;
}

#logo
{
  background-color: #629fdb;
  height: 118px;
}

#menu
{
  background-color: #629fdb;
  height: 24px;
  margin: -24px 0px 0px 167px;
  position: relative;
  white-space: nowrap;
}
#menu a
{
  background: url(menu.gif) no-repeat 0px 6px;
  color: #ffffff;
  float: left;
  font: normal normal bold 16px trebuchet ms;
  padding: 0px 10px 0px 20px;
  text-decoration: none;
}
#menu a:hover
{
  background: url(menu-.gif) no-repeat 0px 6px;
  color: #991a16;
}

#space
{
  background-color: #1f77be;
  height: 12px;
}

#motto
{
  background: #991a16;
  height: 70px;
  text-align: center;
}
#motto img
{
  position: relative;
  top: 15px;
}

#intro
{
  background-color: #629fdb;
  color: #ffffff;
  font: normal normal bold 11px/1.5 verdana;
  padding: 4px 10px;
}

#finder
{
  left: 0px;
  position: absolute;
  width: 166px;
}
#finder ul
{
  list-style-type: none;
  margin-bottom: 30px;
}
#finder li
{
  border-bottom: #eeeeee 1px solid;
  padding: 1px 10px;
}
#finder form
{
  margin: 5px 10px;
}

#main
{
  left: 166px;
  position: absolute;
  width: 630px;
}

#contents
{
  float: left;
  width: 460px;
}
#contents div.titles
{
  clear: both;
  height: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#contents div.titles img, #contents div.title img
{
  border: 1px solid #1f77be;
  margin: 10px;
  float: left;
  width: 100px;
}
#contents div.titles span #contents div.title span
{
  float: left;
  margin: 5px 10px 0px 0px;
  width: 315px;
}
#contents div.title p
{
  margin: 10px;
}
#contents div.title b
{
  color: #991a16;
  color: #1f77be;
  font-weight: bold;
}

#guide
{
  float: left;
  overflow: hidden; /*Bugfix voor titels die te breed zijn*/
  width: 166px;
}
#guide div.titles
{
  margin-bottom: 70px;
}
#guide div.titles img
{
  border: 1px solid #000000;
  width: 60px;
}

#splash
{
  background: url(splash.jpg) no-repeat;
  height: 498px;
  left: 50%;
  margin-left: -400px;
  margin-top: -249px;
  position: absolute;
  top: 50%;
  width: 800px;
}
#splash #menu
{
  margin: 450px 0px 0px 50px;
}

form, form *
{
  margin: 0px;
  padding: 0px;
}
form table td
{
  padding-bottom: 5px;
}
label.caption
{
  color: #971a90;
  font-weight: bold;
}
label.error
{
  color: #fc0;
}
input.text, input.number, textarea
{
  padding-left: 3px;
}
input.text
{
  width: 200px;
}
select.dropdown
{
  width: 207px;
}
input.number
{
  width: 50px;
}
input.checkbox
{
  margin: -3px 3px 0px -3px;
}
input.radio
{
  margin: -3px 1px 0px -4px;
}
input.submit
{
  margin-right: 10px;
  text-align: center;
  padding: 0px 10px;;
}
textarea
{
  width: 250px;
  height: 150px;
}