/*
het verschil tussen <span> en <div> is dat als je wilt dat de tekst verranderd op een nieuwe regel, 
dat je dan <div> gebruikt. <div> is dus te vergelijken met de html tag <p>, 
waarbij ook de tekst op een nieuwe regel komt. 
<span> is er om tekst binnen een regel te verranderen. 
Dus als je in een verhaal een paar regels een andere achtergrond of ed wilt geven gebruik je <span>,
wil je er een witregel tussen gebruik je <div>
*/


BODY
{
SCROLLBAR-FACE-COLOR:				black;
SCROLLBAR-HIGHLIGHT-COLOR:	black;
SCROLLBAR-SHADOW-COLOR:			#515151;
SCROLLBAR-3DLIGHT-COLOR:		#878787;
SCROLLBAR-ARROW-COLOR:			black;
SCROLLBAR-TRACK-COLOR:			black;
SCROLLBAR-DARKSHADOW-COLOR:	black;
margin:											0px;
font-size:                  10px;
font-family:                arial, sans-serif;
background-color:						black
}


img{
border: 0px;
}

TD
{
FONT-WEIGHT:								none;
FONT-SIZE:									8pt;
COLOR:											white;
FONT-FAMILY:								verdana, arial;
LETTER-SPACING:							0px;
}

INPUT{
BORDER-RIGHT: #5C5C5C 1px solid;
BORDER-TOP: #5C5C5C 1px solid;
BORDER-LEFT: #5C5C5C 1px solid;
BORDER-BOTTOM: #5C5C5C 1px solid;
width: 130px;
height: 13px;
background-color: white;
font-family: verdana, arial;
font-size: 10px;
color: black;
}

.submit{
width: 50px;
height: 15px;
}

textarea
{
BORDER-RIGHT: #5C5C5C 1px solid;
BORDER-TOP: #5C5C5C 1px solid;
BORDER-LEFT: #5C5C5C 1px solid;
BORDER-BOTTOM: #5C5C5C 1px solid;
background-color: white;
font-family: verdana, arial;
font-size: 10px;
color: black
}


/* alle links die geen opmaak hebben krijgen deze opmaak */

a:link     {text-decoration: none; color: #628b47; font-weight: bold}		/* ??? */
a:visited  {text-decoration: none; color: #628b47; font-weight: bold}	/* standard */
a:active   {text-decoration: underline; color: #628b47; font-weight: bold}	/* already clicked */
a:hover    {text-decoration: underline; color: #628b47; font-weight: bold}	/* mouse over */

/* alle links die geen opmaak hebben krijgen deze opmaak */

.table{
border-width: 1px;
border-style: solid;
border-color: #5C5C5C
}
.head{
font-family: verdana, arial;
font-size: 10px;
font-weight: bold;
color: #628b47; /* 628b47 */;
}

.checkbox{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-BOTTOM: #000000 1px solid;
    height: 15px;
    width: 15px
}
