body {
  background-color:#ffffee;
  background-image: url('./plaatjes/bg.gif'); 
  color:#505050;
  font-family:sans-serif;
  font-size:90%;
}

h1 {font-size: 1.4em; color:#0079b5 }
h2 {font-size: 1.2em; color:#0079b5 }
h3 {font-size: 1.0em; color:#0079b5 }

a {
  text-decoration:none;
  color:#0079b5;
/*  font-weight:bold; */
}

html a:hover {
  color:#aa0000;
}

dt {
  color:#0079b5; 
  font-size:1.1em;
}

dd {padding-bottom:15px}

span.nadruk{color:#aa0000; font-weight:bold}
/*span.witword{color:#0079b5;font-variant:small-caps;font-weight:bold}*/
span.witword{color:#0079b5;font-size:0.8em;font-weight:bold}
span.talen {color:#0079b5;font-variant:small-caps;}

div.slogan{
 color:#003399;
 font-size:1.3em;
 padding-top:20px;
 padding-bottom:20px;
}


table#stramien {
 position:absolute;
 table-layout:fixed;
 left:140px; /* hangt samen met bg.gif achtergrondplaatje */
 width:780px; /* idem */
 top:0px;
 background-color:#fffafa; /*snow */
 background-color:#ffffff; /*wit */
 border-collapse:collapse; /* cruciaal om binnen tabel van de randlijnen af te komen*/
 border-bottom: solid 4px #aabbcc;
 border-bottom: solid 4px #c07570; /*steenrood*/
 border-bottom: solid 0px #6b7ffd;  /*blauwig*/

 margin-bottom:50px;
 padding-bottom:30px;
 padding-top:0px;
}

tr#kop{
 height:60px;
 font-size:130%;
 font-style:italic;
 color:#fffafa; /*snow ;*/
}

tr#kop td#links{
 width:203px;
 background-color:#ffffff; 
}

tr#kop td#rechts{
 text-align:center;
 width:577;
/* background-color:#c07570;  /*steenrood*/
/* background-color:#6b7ffd;  /*blauwig*/
/* background-color:#6aaffd;  /*blauwig*/
/* background-color:#52bcfd;  /*blauwig*/
/* background-color:#0079b5;  /*deftigblauwig*/
 background-image:url('./plaatjes/gradient.png');
 background-repeat:repeat-x;
}

tr#kop p {
 padding-top:15px;
 padding-bottom:10px;
 margin: 0 0 0 0;
}

tr#kop img {
   width:200px;
   border:none;
   margin: 0px;
   padding: 0px;
}

td#nav {
 /*background-color:#fffafa; /*snow */
 width:200px;
 border:0;
 margin:0;
 padding: 30px 0 30px 20px;
 vertical-align:top; /* evt, voor de ul#navmenu, anders die verticalcentral*/
}

ul#navmenu {
  position:relative;
  top:10px;
  width:9em;
}

ul#navmenu li {
  list-style:none; /*schakelt de bullets uit ... */
  position:relative;
/*  font-size: 1.1em; */
  color:#404040;
  vertical-align: bottom; /* for IE5/win */
}

ul#navmenu li.active {
   list-style:disc;
   color:#0079b5;
   background:#f3f3f3;
}

ul#navmenu li a{
  color:#404040;
  display:block;
  height:1.5em;
  background:#f3f3f3;
  padding: 5px 5px 5px 5px;
  margin: 2px 0px 2px 0px;
}

ul#navmenu li a:hover {
  background-color:#e0e0e0;
}


/* BEGIN spelen met css uiklapmenuutjes */

ul#navmenu ul {
  position:absolute;
  left:-3000px; /*beetje vies natuurlijk, maar het werkt wel */
  background:white;
  font-style:italic;
}

ul#navmenu li:hover {
   background:#f3f3f3;
}

ul#navmenu li:hover ul {
  top:0px; 
  left:5.5em;
  padding-left:2px;
}



/* EINDE spelen met css uiklapmenuutjes */


div.column{
padding:2em;
font-style:italic;
background-color:#eff5ff;
}


ul.lijstvanwebsites li {
list-style:none;
}


table#stramien td#inh {
/* background-color:#fffafa; /*snow ;*/
 width:577;
 border:0;padding:36px;margin:0;
 vertical-align:top; 
}


table#stramien td#inh div {
 padding-top: 20px;
 padding-bottom: 20px;
}

table#stramien div.voet{
 background-color:#aabbcc; 
 width:100%;
 height:20px;
}

img.linklogo{
 max-width:128px;
 float:left;
 padding: 5px 15px 5px 5px;
 border:0;
}


p#lastmodified {
/*  position:relative;
  bottom:0px;
  right:0px;
  */
  padding-top:70px;
  font-size:70%;
}

img#tonkoot {
   float: right;
   top:80px;
   margin-right: 80px;
   width: 100px;
   padding-top: 20px;
   padding-left: 20px;
}


span.titel {
/*  color:#aa0000;font-size:120%; */
font-weight:bold;
}

span.titel:after{
   font-weight:normal;
   color: #505050;
   content: ",";
}

span.bib {
  font-style:italic;
}

span.bib:after{
   content: "\a";
}

