/*****************/
/* html elements */

*
{
  margin: 0px;
  padding: 0px;
}

body
{
  margin: 10px;
  color: black;
  background: white;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px; /* 0.9em;*/
}

h1
{
  margin-bottom: 1em;
  color: navy;
  font-size: 150%;
}

h2
{
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 125%;
}

h3
{
  margin-bottom: 0.5em;
  font-size: 110%;
  font-style: italic;
  font-weight: normal;
}

p
{
  margin-bottom: 1em;
}

small
{
  font-size: 80%; 
}

img
{
  border: 0 none;
}

table
{
  font-size: 100%;
}

tr            
{ 
  vertical-align: top; 
}

ul
{
  list-style: none;
  margin-bottom: 1em;
}

a
{
  color: #0000C0;
  text-decoration: none;
  white-space: nowrap;
}

a:hover
{
  color: red;
}


hr
{
  margin: 0px 0px 0px 0px; /* top right bottom left */
}

pre
{
  font-family: verdana, arial, helvetica, sans-serif;
}


/*******************/
/* container block */

div#container
{
  width: 965px;
/*background: #FFCCCC;*/
}



/*****************/
/* header block */

div#header
{
  margin-bottom: 10px;
  height: 190px;
/*width: 965px;*/
  width: 782px;
  background-image: url(polder.jpg); 
  background-repeat: no-repeat;
}


/*****************/
/* sidebar block */

div#sidebar
{
  float: left;
  width: 180px;
  background: #f0f0ff;
}


/**************/
/* menu block */

div#menu
{
/*  margin-bottom: 50px;*/
  margin-bottom: 3em;
  padding: 8px;
}

#menu li
{
  margin-bottom: 8px;
}

#menu a
{
  border: solid 1px navy;
  display: block;
  width: 100%;
  font-size: 120%;
  color: navy;
  background: white;
  text-align: center;
}

#menu a:hover
{
  color: white;
  background: navy;
}


/*********************/
/* side footer block */
div#side_updates
{
  padding: 8px;
  margin-bottom: 2em;
}


#side_updates p.title
{ 
  font-size: 80%;
  font-style: italic;
  margin-bottom: 0;
}

#side_updates p.desc
{ 
  font-size: 80%;
  color: gray;
}


/*********************/
/* side footer block */
div#sidefooter
{
  padding: 8px;
  font-size: 73%;
  line-height: 150%;
}


/*******************/
/* main body block */

div#main
{
  float: left;
  width: 580px;
  padding-left: 20px;
/*background: silver;*/
}

#main a
{
  color: #0000C0;
}

#main a:hover
{
  color: red;
}

#main a.def
{
  color: blue;
}

#main dl
{
/*  margin-bottom: 2em;*/
}

#main dd
{
  margin-left: 0px;
  width: 220px;
  color: maroon;
/*background: silver;*/
}

#main dt
{
  margin-left: 230px;
  position: relative;
  top: -14px;
/*background: silver;*/
}

#main dt.dubbel 
{ 
  top: -28px; 
}


/***********************/
/* sidebar updates block */

div#sidebar_updates
{
  float: right;
  width: 155px;
  padding: 8px;
  color: maroon;
  background: #fff0f0;
}

#sidebar_updates p.title
{ 
  font-size: 80%; 
  font-style: italic;
  margin-bottom: 0;
}

#sidebar_updates p.desc
{ 
  font-size: 80%; 
  color: gray;
}


/*****************/
/* classes */


div.clearboth
{
  clear: both;
  width: 780px;
  height: 10px;
}

div.picture
{
  float: right;
  margin: 4px 0px 4px 8px;
  font-size: 100%;
  font-style: italic;
}

div.tekstblok
{
  margin: 4px 0px 20px 8px;
  border: solid 1px black;
/*background: silver;*/
}

div.important
{
  margin-top: 2em;
  margin-bottom: 2em;
  background: #fff0f0; 
  border: dotted 2px red; 
  padding: 10px;
}

div.important h2
{
  margin-top: 0em;
}



.fileinfo 
{ 
  font-size: 80%; 
}

.comment
{ 
  font-size: 80%; 
  font-style: italic;
}

.note
{ 
  color: red; 
}


