/*  style09.css  */
body {
scrollbar-arrow-color: #FFff00;
scrollbar-face-color: #00ffff;
scrollbar-highlight-color: #d0d0d0;
scrollbar-3dlight-color: #d0d0d0;
scrollbar-shadow-color: #d0d0d0;
scrollbar-darkshadow-color: #d0d0d0;
scrollbar-track-color: #0000ff; 
background-color: #ffffc8;
color: #00003f;
cursor: url(gif/pijl-blauw.ico), auto;
font-family: verdana, arial, sans-serif;
}
table.border {
border-color: #afaf00; 
border-style: solid; 
}
td {
border-color: #ffffff;
}
.link           {
 color: #0000ff;
}
a[href]:link    {
 color: #0000ff;
}
a[href]:visited {
 color: #00cfcf;
}
.link:hover     {
 color: #00ff00;
}
a[href]:hover {
 color: #00ff00; text-decoration: underline;
 cursor: url(gif/hand-magenta.ico), auto;
}
a.noborder:link img {
 border: 0px;
}
	
.tooltip {
position: relative;
}
.tooltip span {
 display: none;
}
.tooltip:hover span {
position: absolute;
display: block; 
border-radius: 6px;
color: #0000ff;
background: #ffff7f;
min-width: 100px;
padding: 5px;
z-index: 1;
font-size: 12px;
text-align: left;
line-height: 120%;
}
.tooltip:hover .back {
width: 200px;
text-align: center;
}
.tooltip:hover .link {
width: 100px;
text-align: center;
left: -100px;
top: 20px;
}
.tooltip:hover .picture {
width: 150px;
text-align: left;
left: 20px;
top: 60px;
}
h2 .tooltip:hover span {
left: 100px;
top: 30px;
font-weight: normal;
}
td .tooltip:hover span {
left: 40px;
top: 20px;
width: 350px;
}
input {
 border: 1px solid #7f7f7f;
}
#submit {
 width: 150px;
 color: #0000ff;
}
	
#submit:hover {
 color: #00ff00;
}
div#tekst {
 padding: 0 20px 0 20px;
}
