body
{
background-color:#CCFFFF;
color:#000000;
font-family:sans-serif, Arial, Helvetica;
border:0px;
margin:0px;
}
/*
Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!

Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!
*/
a:link
{
color: #007fff;
text-decoration: underline;
}
a:visited
{
color: #000099;
text-decoration: underline;
}
a:hover
{
background: yellow;
}
a:active
{
color: #ff0000;
text-decoration: underline;
}
img
{
	border: none;
}
span
{
background: silver;
}
span.rood
{
background: red;
}
span.groen
{
background: green;
}
hr
{
color: red;
}
hr.LIJN
{
font-weight: 900;
color: red;
}
blockquote
{
padding-right: 3px;
padding-left: 3px;
padding-top: 3px;
padding-bottom: 3px;
margin-left: 5px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 5px;
color: black;
background-image: none;
background-color: #e0ffff;
}
/* List */
ul
{
background-image: none;
background-color: #e0ffff;
list-style-image: url(../images/bullets/Arro42e2.gif);
}
li
{
font-weight: normal;
font-size: 11pt;
padding-right: 3px;
padding-left: 3px;
padding-top: 3px;
padding-bottom: 3px;
margin-left: 5px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 5px;
color: black;
LIST-STYLE-POSITION: outside;
}
li.pentagram
{
list-style-image: url(../images/bullets/pentagram.gif);
}
li.heart
{
list-style-image: url(../images/bullets/3heart2.gif);
}
li.sad
{
list-style-image: url(../images/bullets/1facesa2.gif);
}
li.happy
{
list-style-image: url(../images/bullets/3faceha2.gif);
}
li.bad
{
list-style-image: url(../images/bullets/1bad2.gif);
}
li.good
{
list-style-image: url(../images/bullets/3good2.gif);
}
li.magic
{
list-style-image: url(../images/bullets/3magic2.gif);
}
li.wolf
{
list-style-image: url(../images/bullets/3pawdog2.gif);
}

/* tekst */
h1
{
font-weight: bold;
font-size: 24pt;
margin-bottom: 1em;
margin-left: 3px;
color: navy;
margin-right: 3px;
}
h2
{
font-weight: bold;
font-size: 18pt;
margin-bottom: 1em;
margin-left: 3px;
color: navy;
margin-right: 3px;
}
p
{
font-weight: normal;
font-size: 11pt;
margin-bottom: 10px;
margin-top: 10px;
margin-left: 15px;
margin-right: 15px;
line-height: 1.3em;
color: black;
text-align: justify;
}
p.tabel
{
font-weight: normal;
font-size: 11pt;
margin-bottom: 2px;
margin-top: 2px;
margin-left: 5px;
margin-right: 5px;
line-height: 1em;
color: black;
text-align: left;
}
p.nadruk
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 3px;
padding-top: 3px;
font-weight: normal;
padding: 8px;
background-color: #f5fffa;
}
p.Auteur
{
font-weight: normal;
font-size: 12pt;
margin-bottom: 10px;
margin-top: 10px;
margin-left: 15px;
margin-right: 15px;
line-height: 1.3em;
color: #08146C;
background-color: gold;
text-align: left;
}
p.Voorwaarden
{
text-align: left;
font-size: 10pt;
}
p.zoeken
{
font-size: 10pt;
margin: 4px;
color: black;
text-align: left;
}
h3
{
font-weight: bold;
font-size: 14pt;
margin-bottom: 1em;
margin-left: 3px;
color: black;
margin-right: 3px;
}
h4
{
font-weight: bold;
font-size: 12pt;
margin-bottom: 0em;
padding-bottom: 0em;
margin-left: 3px;
color: navy;
margin-right: 3px;
}
h4.datum
{
font-size: 10pt;
font-weight:bold;
color:#999999;
}
span.datum
{
background-color:#FFFFFF;
}
h4.subtitle
{
color: red;
font-size: 11pt;
}
h4.privacy
{
color: red;
font-size: 10pt;
font-weight: normal;
text-decoration: underline;
margin-top: 0px;
margin-bottom: 0px;
}
h5
{
font-weight: bold;
font-size: 10pt;
margin-bottom: 0.2em;
margin-left: 3px;
color: navy;
margin-right: 3px;
}
h6
{
font-weight: normal;
font-size: 9pt;
padding-right: 0.3em;
padding-left: 0.3em;
padding-bottom: 0.3em;
padding-top: 0.3em;
margin: 0.2em 3px 1em;
}


/*tr
{
margin:0px;
padding:0px;
border:none;
}*/
td
{
vertical-align: top;
}

/* bestel */
table.bestel
{
width: 580px;
border: red double 3px;
border-collapse: collapse;
PADDING: 3px;
background-color: #c0ffff;
}
tr.bestel
{
border: red solid 1px;
background-color: #ffe4b5;
}
tr.winkelwagen
{
border: red solid 1px;
background-color: #ffe4b5;
}
tr.a_even
{
background-color: #ffc0cb;
}
tr.a_oneven
{
background-color: #e0ffff;
}
td.Aantal
{
width: 40px;
border: 2px solid silver;
text-align: left;
padding: 1px;
}
td.Artikel
{
border: 2px solid silver;
text-align: left;
padding: 1px;
}
td.Prijs
{
width: 50px;
border: 2px solid silver;
text-align: left;
padding: 1px;
}
p.Artikel
{
margin: 2px;
text-align: left;
font-size: 10pt;
}
p.Prijs
{
margin: 2px;
text-align: left;
font-size: 10pt;
}

td.besteltxt
{
border: red solid 1px;
margin: 4px;
}
td.bestel
{ 
border: medium solid silver;
text-align: left;
padding: 8px;
}
p.bestel
{
text-align: left;
font-size: 10pt;
line-height: 1em;
margin-bottom: 2px;
margin-top: 2px;
}
h4.winkelwagen
{
font-size: 10pt;
margin-bottom: 4px;
color: #000080;
}

/* commentaar */
table.zoeken
{
	border-collapse:collapse;
    border: silver 2px solid;
    width: 600px;
    background-color:#CCFF99;
}
th.zoeken
{
    background-color:#FFFFCC;
    padding: 8px;
	text-align:left;
}
td.zoeken
{
    border: silver 2px solid;
    padding: 8px;
}
table.commentaar
{
    border-collapse: collapse;
    border: aqua 2px solid;
    width: 560px;
    background-color: #ffffa0;
}
table.VRAAG
{
border-right: blue thick;
border-top: blue thick groove;
border-left: blue thick;
width: 560px;
border-bottom: blue thick;
background-color: #ffefd5;
}
table.ANTWOORD
{
border-right: blue thick;
border-top: blue thick;
border-left: blue thick;
width: 560px;
border-bottom: blue thick groove;
background-color: #ffd0db;
}
td.colspan2
{
    padding: 4px;
    border: aqua 2px solid;
}
td.commentleft
{
    padding: 4px;
    width: 150px;
    border: aqua 2px solid;
}
td.commentright
{
    padding: 4px;
    width: 380px;
    border: aqua 2px solid;
}
h4.formulier
{
font-size: 10.5pt;
margin: 4px;
}
p.FORMULIER
{
font-size: 10.5pt;
margin: 4px;
color: black;
text-align: justify
}
p.formulier
{
font-size: 10.5pt;
margin: 4px;
color: black;
text-align: justify
}
p.input
{
font-size: 10.5pt;
margin: 4px;
color: black;
text-align: justify;
}


/* cd's */
table.CD
{
BORDER: none;
PADDING: 3px;
border-spacing: 4px;
background-color: #ffd0db;
}
table.cd
{
	WIDTH: 580px;
	BORDER: none;
	PADDING: 3px;
	border-spacing: 4px;
}
table.TRACK
{
border-collapse: collapse;
background-color: #ffefd5;
}
table.sound
{
width: 290px;
border: red double 3px;
border-collapse: collapse;
background-color: #c0ffff;
}
td.sound
{
text-align: center;
}
td.CDimg
{
PADDING: 3px;
}
td.CDtekst
{
PADDING: 3px;
}
td.track1
{
PADDING: 3px;
width: 50%;
}
td.track2
{
PADDING: 3px;
}



/* indeling */
img.header
{
margin:0px;
padding:0px;
border:0px;
border-spacing:0px;

}
td.navigatiemain	/* indeling header.php */
{
width: 120px;
border: none;
text-align: left;
padding: 3px;
}
td.maintext		/* indeling header.php */
{
width: 600px;
border: none;
padding: 3px;
}
td.mainpage		/* indeling header2.php */
{
width: 800px;
border: none;
border-spacing:0px;
padding: 0px;
margin:0px;
}
table.mainpage		/* indeling header2.php */
{
padding-left:0px;
padding-right:0px;
}
table.mainpagenavi		/* indeling header2.php */
{
padding-left:20px;
padding-right:20px;
}
td.reclame		/* indeling header.php en header2.php*/
{
}

/* navigatie */
table.navigatiemain		/* indeling header.php */
{
background-color:#FFFFFF;
width: 100px;
border: none;
border-spacing:0px;
text-align:center;
padding: 3px;
margin-bottom: 10px;
}
table.navigatie2	/* indeling header2.php */
{
width: 800px;
background-color:#00FFFF;
border: none;
padding: 0px;
margin:0px;
}
td.navigatie2_off	/* indeling header2.php */
{
}
td.navigatie2_on	/* indeling header2.php */
{
background-color:#FFFFFF;
}
h4.pagenavigate
{
color:#FF0000;
}
h6.pagenavigate	/* indeling header.php */
{
font-weight: normal;
font-size: 9pt;
padding-right: 3px;
padding-left: 3px;
padding-bottom: 4px;
padding-top: 4px;
margin: 2px;
}
h6.pagenavigate2	/* indeling header2.php */
{
font-weight: bold;
font-size: 9pt;
padding: 0px;
margin: 0px;
}



/* agenda */
table.agenda
{
border-collapse: collapse;
background-color: #ffffff;
width: 550px;
font-size: 10pt;
color: black;
}
tr.agendakop
{
font-weight: normal;
}
tr.agendarij
{
font-weight: normal;
}
td.datum
{
border: aqua thin solid;
width: 75px;
padding: 3px;
}
td.onderwerp
{
border: aqua thin solid;
padding: 3px;
}
td.plaats
{
border: aqua thin solid;
width: 75px;
padding: 3px;
}
td.tijd
{
border: aqua thin solid;
width: 50px;
padding: 3px;
}
td.prijs
{
border: aqua thin solid;
width: 75px;
padding: 3px;
}
td.opgeven
{
border: aqua thin solid;
width: 50px;
padding: 3px;
}




table.tweetd
{
border-collapse: collapse;
border: none;
padding: 4px;
}
td.tweetd
{
padding: 6px;
}
td.label
{
	width: 80px;
}
td.invoer
{
	width: 240px;
}
li.numbered
{
	background-color: silver;
    font-weight: bold;
    font-size: 12pt;
    color: navy;
}
table.numbered
{
	width: 522px;
	padding: 3px;
	background-color: #FBEEC2;
    font-weight: normal;
    font-size: 11pt;
    color: black;
}
table.beroep
{
    border: none;
    width: 560px;
    background-color: #FBEEC2;
}
tr.beroep
{
}
td.beroep
{
    border-bottom: blue thick groove;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 8px;
	padding-left: 8px;
}
table.consult
{
    margin: 3px;
    width: 550px;
}

/* reiskosten */
TABLE.reiskosten
{
PADDING: 4px;
WIDTH: 450px;
Height: 200px;
BACKGROUND-COLOR: #f9d171;
}
td.reiskosten1
{
width: 300px;
border: 2px solid silver;
text-align: left;
padding: 1px;
}
td.reiskosten2
{
width: 100px;
border: 2px solid silver;
text-align: left;
padding: 1px;
}

/* inhoud table in page */
table.inhoudlinks
{
width: 580px;
background-color:#C0FFFF;
color: red;
margin: 10px;
padding: 10px;
}
a#inhoudlinks
{
color: #FF0000;
margin: 10px;
text-decoration: underline;
font-weight: normal;
font-size: 9pt;
}
