/*
	Algemeen
*/
*
{
  margin: 0px;
  padding: 0px;
}
body
{
  color: #660000;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
div.ruimte
{
  height: 6px;
  clear: both;
}
.floatleft
{
  margin-right: 6px;
  float: left;
}
.floatright
{
  margin-left: 5px;
  float: right;
}
.endfloat
{
  clear: both;
}
/*
	Titels
*/
h1
{
  margin-bottom: 6px;
  padding: 3px 0px 1px 0px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dashed #660000;
}
h2
{
  margin-bottom: 3px;
  padding: 3px 0px 1px 0px;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px dotted #660000;
}
h3
{
  padding: 3px 0px 1px 0px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: overline;
}
/*
	Paragrafen
*/
p
{
  padding: 3px 0px 3px 0px;
  line-height: 150%;
}
h2+p
{
  padding-top: 0px;
}
blockquote
{
  margin-left: 30px;
}
/*
	Links
*/
a
{
  color: #333333;
  text-decoration: none;
}
a:hover
{
  color: #9C551A;
  cursor: pointer;
}
/*
	Lijsten
*/
ul, ol
{
  padding: 0px 0px 3px 30px;
  list-style-position: outside;
  line-height: 150%;
}
ul
{
  list-style-type: circle;
}
/*
	Tabellen
*/
tbody, thead, tfoot
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 150%;
}
thead
{
  font-size: 13px;
  font-weight: bold;
}
tfoot
{
  font-weight: bold;
}
td ul, td ol
{
  padding-left: 15px;
}
/*
	Afbeeldingen
*/
img
{
  border: none;
}
