/* Stijlsheet voor de navigatie 

 */

#head {
 position: relative;
 bottom: 4px;
 left: -4px;
 width: auto;
 height: 103px;
 background: #B8C8FF url(images/header.gif);
 border: 1px solid #000000;
 font-size: 10px;
 text-align: left;
 margin-top: 5px;
 margin-bottom: 5px;
}

#left {
/* float: left;*/
 width: 138px;
 text-align: left;
 font-size: 11px;
}

#right {
/* float: right;*/
 width: 138px;
 text-align: left;
 font-size: 11px;
}

#center {
 width: 498px;
 margin: 0 auto;
 margin-top: 1px;
}

#center2rechts {
 width: 636px;
 margin: 0 auto;
 margin-top: 1px;
}


.tbl {
 position: relative;
 bottom: 4px;
 left: -4px;
 width: auto;
 background: #F0F0F0;
 border: 1px solid #000000;
 text-align: left;
 margin-bottom: 10px;
}

.ttl {
 background: #D0D0D0 url(images/ttlbg.gif);
 height: 25px;
 line-height: 25px;
 padding: 0px 5px;
 font-size: 11px;
 font-weight: bold;
 color: #0000aa;
}

.win {
 background: #F0F0F0 url(images/winbg.gif) bottom repeat-x;
 padding: 4px;
 font-size: 11px;
}

.nav {
 margin: 0;
 padding: 0;
 line-height: 16px;
 margin-bottom: 14px;
 list-style-type: none;
 font-size: 11px;
}

.nav li a {
 display: block;
 color: #0000cc;
 height: 16 px;
}

.nav li a:link {
text-decoration: none;
color: #0000cc;
}

.nav li a:visited {
text-decoration: none;
color: #0000cc;
}

.nav li a:hover {
 background-color: #d3e9ff;
 color: #0000ff;
 text-decoration: underline;
}

.spreuk {
margin-bottom: 14px; /*gelijk aan marge bij nav*/
}

.spreuk b{
color: #ff0000;
}

/*Wordt gebruikt voor de menu tabel met letters*/
.inhoud{
margin: 0;
padding: 0;
text-align: center;
line-height: 20px;
border: 0px solid black;
background-color: transparent;
}

.letters{
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 12px;
background-color: transparant;
border: 0px solid black;
text-align: center;
padding: 0px 0px 0px 0px;
}

.inhoud a:link{color: #0000cc; text-decoration:none; font-weight: 700;}
.inhoud a:active{color: #0000ff; text-decoration:underline; font-weight: 700; background-color: #d3e9ff;}
.inhoud a:hover{color: #0000ff; text-decoration:underline; font-weight: 700; background-color: #d3e9ff;}
.inhoud a:visited{color: #0000cc; text-decoration:none; font-weight: 700;}

div > p:first-child {
 margin-top: 0;
}

#copy {
 font-size: 10px;
} 

#copy a {
 font-size: 10px;
}