# Strandwerkgemeenschap CSS
html {
	background-color: #5c5c5c;
}

body {
	background-color: #5c5c5c;
}

div.canvas {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #5c5c5c;
}

a:link	{ color:#232323; text-decoration:none; }
a:visited	{ color:#464646; text-decoration:none; }
a:hover	{ color:#bb0000; text-decoration:none; }
a:active	{ color:#232323; text-decoration:none; }

a.buttonlogo:link	{ color:#444444; text-decoration:none; }
a.buttonlogo:visited	{ color:#444444; text-decoration:none; }
a.buttonlogo:hover	{ color:#bb0000; text-decoration:none; }
a.buttonlogo:active	{ color:#444444; text-decoration:none; }

a.card:link	{ color:#444444; text-decoration:none; }
a.card:visited	{ color:#444444; text-decoration:none; }
a.card:hover	{ color:#bb0000; text-decoration:none; }
a.card:active	{ color:#444444; text-decoration:none; }

a.path_link:link	{ color:#444444; text-decoration:none; }
a.path_link:visited	{ color:#444444; text-decoration:none; }
a.path_link:hover	{ color:#bb0000; text-decoration:none; }
a.path_link:active	{ color:#444444; text-decoration:none; }

div.path_link {
	font-family:"Arial", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	verticale-align: center;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

p.bronnenlist {
	display: block;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

table.card {
	border: 0px;
	width: 100%;
}

div.card {
	border: 0px;
	padding: 5px;
	margin-bottom: 2px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	background: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Arial", sans-serif;
}

img.article {
	display: inline-block;
	padding: 5px;
}


.indexlogo {
        display: inline-block;
        text-align: center;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
	vertical-align: bottom;
}
.menuitem {
        display: inline-block;
        text-align: center;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
	vertical-align: bottom;
}
.menubar {
        display: inline-block;
        text-align: center;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
	vertical-align: bottom;
	font-family:"Arial", sans-serif;
	font-weight:bold;
	color:#fff600;
	font-size:20px;
}
.inlinecard {
        display: inline-block;
	position: relative;
	vertical-align: top;
        margin-top: 15px;
        margin-left: 5px;
        margin-right: 0px;
        margin-bottom: 0px;
	height: 250px;
        width: 220px;
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: center;
	font-family:"Arial", sans-serif;
	background: #999999;
        }
.inlinecard b {
        color:#353535;
        font-weight: bold;
        }
.inlinecardimg {
	display: inline-block;
	width: 200px;
	height: 210px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.kader {
        display: inline-block;
	position: relative;
	vertical-align: top;
        margin-top: 15px;
        margin-left: 5px;
        margin-right: 0px;
        margin-bottom: 0px;
	height: 130px;
        width: 220px;
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: center;
	font-family:"Arial", sans-serif;
	background-color: #00bf93;
	border: 2px solid #FFF600;
	border-radius: 15px;
	-moz-border-radius: 15px;
        }
.indexcard {
        display: inline-block;
	position: relative;
	vertical-align: top;
        margin-top: 15px;
        margin-left: 5px;
        margin-right: 0px;
        margin-bottom: 0px;
	height: 250px;
        width: 220px;
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: center;
	font-family:"Arial", sans-serif;
	border: 2px solid #FFF600;
	border-radius: 15px;
	-moz-border-radius: 15px;
        }
.indexcard b {
        color:#353535;
        font-weight: bold;
        }
.cardimg {
	display: inline-block;
	width: 200px;
	height: 210px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.indeximg {
#	width: 200px;
#	height: 200px;
	border: 0px solid #000;
	border-radius: 100px;
	-moz-border-radius: 100px;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}
.clear {
	clear: both;
}

div.main {
	-moz-border-radius: 20px;
    	-webkit-border-radius: 20px;
    	-khtml-border-radius: 20px;
    	border-radius: 20px;
	background: #f0f0f0;
	padding: 5px;
	color: #1f1f1f;
}

.mainlogo {
	float: left;
	}
.button {
/*	border: 1px inset #426e83;
	-moz-border-radius: 20px;
    	-webkit-border-radius: 20px;
    	-khtml-border-radius: 20px;
    	border-radius: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #075c87;
*/
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-family:"Arial",sans-serif;
	font-weight:bold;
}
a.button:link	 { color:#ffff00; text-decoration:none; }
a.button:visited { color:#ffff00; text-decoration:none; }
a.button:hover	 { color:#bb0000; text-decoration:none; }
a.button:active	 { color:#ffff00; text-decoration:none; }

.boek {
	display: inline-block;
	vertical-align: top;
	}
.boekcover {
	display: inline-block;
        text-align: center;
	width: 200px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 0px;
	vertical-align: top;
	}
.boekdata {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 400px;
        margin-top: 10px;
        margin-left: 3px;
	font-family:"Arial", sans-serif;
	font-weight:normal;
	color:#000000;
}

td.vondstheader {
	background-color: #075c87;
}
td.vondstlokatie {
	width: 33%;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
}
td.vondstdatum {
	width: 33%;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
}
td.vondstvinder {
	width: 33%;
	font-size: small;
	color: #FFFFFF;
	text-align: right;
}
div.vondstwind {
	font-weight: bold;
}
td.vondstbgcolor {
	background-color: #f5fcff;
	font-size: small;
}


p.article { 
	text-align:left;
	font-family:sans-serif;
	font-style:normal;
	}
p.card {
	text-align:left; font-family:"Arial", sans-serif;
	font-style:normal;
	}


.uitlegtxt {
	margin-bottom: 10px;
	font-family:"Arial", sans-serif;
	color: #ffffff;
	text-align: center;
	}
.uitlegtitel {
	font-size: 20px;
	}
div.headerfill {
	display: inline-block;
	background-color: #075c87;
	width: 100%;
}
.cardlogo {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 98px;
	width: 200px;
	}
.cardname {
	background-color: #00bf93;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	border: 2px solid #FFF600;
	}
.cardimgcol {
	float: left;
	background: #00bf93;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 100%;
	vertical-align: middle;
	}
.videorow {
	float: left;
	background: #00bf93;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 100%;
	vertical-align: middle;
	}
div.cardcontent {
	border-radius: 15px;
	-moz-border-radius: 15px;
	background: #ffffff;
	margin-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	font-family:"Arial", sans-serif;
	}
div.footercopyright {
	margin-top: 5px;
	padding: 5px;
	text-align: right;
	background: #fff600;
	/* background-color: #00bf93; */
	color: #444444;
	font-size: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	border: 2px solid #FFF600;
	}
div.title {
	text-align: center;
	font-family:sans-serif;
	font-style: normal;
        font-weight: bold;
	font-size: 18px;
	color: #444444;
}
div.subtitle {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family:sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #444444;
}

.artikelen 		{ background-color: #00bf93; }

.De_SWG 		{ background-color: #00bf93; }
a.De_SWG:link	{ color:#00bf93; text-decoration:none; }
a.De_SWG:visited	{ color:#00bf93; text-decoration:none; }
a.De_SWG:hover	{ color:#bb0000; text-decoration:none; }
a.De_SWG:active	{ color:#00bf93; text-decoration:none; }

.Lidmaatschap 		{ background-color: #00bf93; }
a.Lidmaatschap:link	{ color:#00bf93; text-decoration:none; }
a.Lidmaatschap:visited	{ color:#00bf93; text-decoration:none; }
a.Lidmaatschap:hover	{ color:#bb0000; text-decoration:none; }
a.Lidmaatschap:active	{ color:#00bf93; text-decoration:none; }

.Het_Zeepaard		{ background-color: #00bf93; }
a.Het_Zeepaard:link	{ color:#00bf93; text-decoration:none; }
a.Het_Zeepaard:visited	{ color:#00bf93; text-decoration:none; }
a.Het_Zeepaard:hover	{ color:#bb0000; text-decoration:none; }
a.Het_Zeepaard:active	{ color:#00bf93; text-decoration:none; }

.Centraal_Systeem		{ background-color: #00bf93; }
a.Centraal_Systeem:link	{ color:#00bf93; text-decoration:none; }
a.Centraal_Systeem:visited	{ color:#00bf93; text-decoration:none; }
a.Centraal_Systeem:hover	{ color:#bb0000; text-decoration:none; }
a.Centraal_Systeem:active	{ color:#00bf93; text-decoration:none; }

.SWG_tabellen		{ background-color: #00bf93; }
a.SWG_tabellen:link	{ color:#00bf93; text-decoration:none; }
a.SWG_tabellen:visited	{ color:#00bf93; text-decoration:none; }
a.SWG_tabellen:hover	{ color:#bb0000; text-decoration:none; }
a.SWG_tabellen:active	{ color:#00bf93; text-decoration:none; }

.activiteiten 		{ background-color: #00bf93; }
a.activiteiten:link	{ color:#00bf93; text-decoration:none; }
a.activiteiten:visited	{ color:#00bf93; text-decoration:none; }
a.activiteiten:hover	{ color:#bb0000; text-decoration:none; }
a.activiteiten:active	{ color:#00bf93; text-decoration:none; }

.determinatie 		{ background-color: #00bf93; }
a.determinatie:link	{ color:#00bf93; text-decoration:none; }
a.determinatie:visited	{ color:#00bf93; text-decoration:none; }
a.determinatie:hover	{ color:#bb0000; text-decoration:none; }
a.determinatie:active	{ color:#00bf93; text-decoration:none; }

.paddestoelen 		{ background-color: #00bf93; }
a.paddestoelen:link	{ color:#00bf93; text-decoration:none; }
a.paddestoelen:visited	{ color:#00bf93; text-decoration:none; }
a.paddestoelen:hover	{ color:#bb0000; text-decoration:none; }
a.paddestoelen:active	{ color:#00bf93; text-decoration:none; }

.korstmossen 		{ background-color: #00bf93; }
a.korstmossen:link	{ color:#00bf93; text-decoration:none; }
a.korstmossen:visited	{ color:#00bf93; text-decoration:none; }
a.korstmossen:hover	{ color:#bb0000; text-decoration:none; }
a.kortsmossen:active	{ color:#00bf93; text-decoration:none; }

.springstaarten 	{ background-color: #00bf93; }
a.springstaarten:link	{ color:#00bf93; text-decoration:none; }
a.springstaarten:visited { color:#00bf93; text-decoration:none; }
a.springstaarten:hover	{ color:#bb0000; text-decoration:none; }
a.springstaartem:active	{ color:#00bf93; text-decoration:none; }

.insecten 		{ background-color: #00bf93; }
a.insecten:link		{ color:#00bf93; text-decoration:none; }
a.insecten:visited	{ color:#00bf93; text-decoration:none; }
a.insecten:hover	{ color:#bb0000; text-decoration:none; }
a.insecten:active	{ color:#00bf93; text-decoration:none; }

.sponzen { background-color: #00bf93; }
a.sponzen:link		{ color:#00bf93; text-decoration:none; }
a.sponzen:visited	{ color:#00bf93; text-decoration:none; }
a.sponzen:hover		{ color:#bb0000; text-decoration:none; }
a.sponzen:active	{ color:#00bf93; text-decoration:none; }

.krill { background-color: #00bf93; }
a.krill:link		{ color:#00bf93; text-decoration:none; }
a.krill:visited	{ color:#00bf93; text-decoration:none; }
a.krill:hover		{ color:#bb0000; text-decoration:none; }
a.krill:active	{ color:#00bf93; text-decoration:none; }

.keverslakken  		{ background-color: #00bf93;}
a.keverslakken:link	{ color:#00bf93; text-decoration:none; }
a.keverslakken:visited	{ color:#00bf93; text-decoration:none; }
a.keverslakken:hover	{ color:#bb0000; text-decoration:none; }
a.keverslakken:active	{ color:#00bf93; text-decoration:none; }

.tweekleppigen 			{ background-color: #00bf93; }
a.tweekleppigen:link 		{ color:#00bf93; text-decoration:none; }
a.tweekleppigen:visited		{ color:#00bf93; text-decoration:none; }
a.tweekleppigen:hover		{ color:#bb0000; text-decoration:none; }
a.tweekleppigen:active		{ color:#00bf93; text-decoration:none; }

.slakkenhuizen			{ background-color: #00bf93;}
a.slakkenhuizen:link		{ color:#00bf93; text-decoration:none; }
a.slakkenhuizen:visited		{ color:#00bf93; text-decoration:none; }
a.slakkenhuizen:hover		{ color:#bb0000; text-decoration:none; }
a.slakkenhuizen:active		{ color:#00bf93; text-decoration:none; }

.stoottanden			{ background-color: #00bf93;}
a.stoottanden:link		{ color:#00bf93; text-decoration:none; }
a.stoottanden:visited		{ color:#00bf93; text-decoration:none; }
a.stoottanden:hover		{ color:#bb0000; text-decoration:none; }
a.stoottanden:active		{ color:#00bf93; text-decoration:none; }

.naaktslakken			{ background-color: #00bf93;}
a.naaktslakken:link		{ color:#00bf93; text-decoration:none; }
a.naaktslakken:visited		{ color:#00bf93; text-decoration:none; }
a.naaktslakken:hover		{ color:#bb0000; text-decoration:none; }
a.naaktslakken:active		{ color:#00bf93; text-decoration:none; }

.inktvissen			{ background-color: #00bf93;}
a.inktvissen:link		{ color:#00bf93; text-decoration:none; }
a.inktvissen:visited		{ color:#00bf93; text-decoration:none; }
a.inktvissen:hover		{ color:#bb0000; text-decoration:none; }
a.inktvissen:active		{ color:#00bf93; text-decoration:none; }

.zee-egels			{ background-color: #00bf93;}
a.zee-egels:link		{ color:#00bf93; text-decoration:none; }
a.zee-egels:visited		{ color:#00bf93; text-decoration:none; }
a.zee-egels:hover		{ color:#bb0000; text-decoration:none; }
a.zee-egels:active		{ color:#00bf93; text-decoration:none; }

.zeesterren			{ background-color: #00bf93;}
a.zeesterren:link		{ color:#00bf93; text-decoration:none; }
a.zeesterren:visited		{ color:#00bf93; text-decoration:none; }
a.zeesterren:hover		{ color:#bb0000; text-decoration:none; }
a.zeesterren:active		{ color:#00bf93; text-decoration:none; }

.zeespinnen			{ background-color: #00bf93;}
a.zeespinnen:link		{ color:#00bf93; text-decoration:none; }
a.zeespinnen:visited		{ color:#00bf93; text-decoration:none; }
a.zeespinnen:hover		{ color:#bb0000; text-decoration:none; }
a.zeespinnen:active		{ color:#00bf93; text-decoration:none; }

.vlokreeftjes			{ background-color: #00bf93;}
a.vlokreeftjes:link		{ color:#e7a0b8; text-decoration:none; }
a.vlokreeftjes:visited		{ color:#e7a0b8; text-decoration:none; }
a.vlokreeftjes:hover		{ color:#bb0000; text-decoration:none; }
a.vlokreeftjes:active		{ color:#e7a0b8; text-decoration:none; }

.spookkreeftjes			{ background-color: #00bf93;}
a.spookkreeftjes:link		{ color:#00bf93; text-decoration:none; }
a.spookkreeftjes:visited	{ color:#00bf93; text-decoration:none; }
a.spookkreeftjes:hover		{ color:#bb0000; text-decoration:none; }
a.spookkreeftjes:active		{ color:#00bf93; text-decoration:none; }

.pissebedden			{ background-color: #00bf93;}
a.pissebedden:link		{ color:#00bf93; text-decoration:none; }
a.pissebedden:visited		{ color:#00bf93; text-decoration:none; }
a.pissebedden:hover		{ color:#bb0000; text-decoration:none; }
a.pissebedden:active		{ color:#00bf93; text-decoration:none; }

.heremietkreeften		{ background-color: #00bf93;}
a.heremietkreeften:link		{ color:#00bf93; text-decoration:none; }
a.heremietkreeften:visited	{ color:#00bf93; text-decoration:none; }
a.heremietkreeften:hover	{ color:#bb0000; text-decoration:none; }
a.heremietkreeften:active	{ color:#00bf93; text-decoration:none; }

.porceleinkrabbetjes		{ background-color: #00bf93;}
a.porceleinkrabbetjes:link	{ color:#00bf93; text-decoration:none; }
a.porceleinkrabbetjes:visited	{ color:#00bf93; text-decoration:none; }
a.porceleinkrabbetjes:hover	{ color:#bb0000; text-decoration:none; }
a.porceleinkrabbetjes:active	{ color:#00bf93; text-decoration:none; }

.krabben		{ background-color: #00bf93;}
a.krabben:link		{ color:#00bf93; text-decoration:none; }
a.krabben:visited	{ color:#00bf93; text-decoration:none; }
a.krabben:hover		{ color:#bb0000; text-decoration:none; }
a.krabben:active	{ color:#00bf93; text-decoration:none; }

.kreeften		{ background-color: #00bf93;}
a.kreeften:link		{ color:#00bf93; text-decoration:none; }
a.kreeften:visited	{ color:#00bf93; text-decoration:none; }
a.kreeften:hover	{ color:#bb0000; text-decoration:none; }
a.kreeften:active	{ color:#00bf93; text-decoration:none; }

.oprolkreeften		{ background-color: #00bf93;}
a.oprolkreeften:link		{ color:#00bf93; text-decoration:none; }
a.oprolkreeften:visited	{ color:#00bf93; text-decoration:none; }
a.oprolkreeften:hover	{ color:#bb0000; text-decoration:none; }
a.oprolkreeften:active	{ color:#00bf93; text-decoration:none; }

.molgarnalen		{ background-color: #00bf93;}
a.molgarnalen:link	{ color:#00bf93; text-decoration:none; }
a.molgarnalen:visited	{ color:#00bf93; text-decoration:none; }
a.molgarnalen:hover	{ color:#bb0000; text-decoration:none; }
a.molgarnalen:active	{ color:#00bf93; text-decoration:none; }

.garnalen			{ background-color: #00bf93;}
a.garnalen:link			{ color:#00bf93; text-decoration:none; }
a.garnalen:visited		{ color:#00bf93; text-decoration:none; }
a.garnalen:hover		{ color:#bb0000; text-decoration:none; }
a.garnalen:active		{ color:#00bf93; text-decoration:none; }

.eendenmossels			{ background-color: #00bf93;}
a.eendenmossels:link		{ color:#00bf93; text-decoration:none; }
a.eendenmossels:visited		{ color:#00bf93; text-decoration:none; }
a.eendenmossels:hover		{ color:#bb0000; text-decoration:none; }
a.eendenmossels:active		{ color:#00bf93; text-decoration:none; }

.zeepokken			{ background-color: #00bf93;}
a.zeepokken:link		{ color:#00bf93; text-decoration:none; }
a.zeepokken:visited		{ color:#00bf93; text-decoration:none; }
a.zeepokken:hover		{ color:#bb0000; text-decoration:none; }
a.zeepokken:active		{ color:#00bf93; text-decoration:none; }

.wieren				{ background-color: #00bf93;}
a.wieren:link			{ color:#00bf93; text-decoration:none; }
a.wieren:visited		{ color:#00bf93; text-decoration:none; }
a.wieren:hover			{ color:#bb0000; text-decoration:none; }
a.wieren:active			{ color:#00bf93; text-decoration:none; }

.planten			{ background-color: #00bf93;}
a.planten:link			{ color:#00bf93; text-decoration:none; }
a.planten:visited		{ color:#00bf93; text-decoration:none; }
a.planten:hover			{ color:#bb0000; text-decoration:none; }
a.planten:active		{ color:#00bf93; text-decoration:none; }

.mosdiertjes			{ background-color: #00bf93;}
a.mosdiertjes:link		{ color:#00bf93; text-decoration:none; }
a.mosdiertjes:visited		{ color:#00bf93; text-decoration:none; }
a.mosdiertjes:hover		{ color:#bb0000; text-decoration:none; }
a.mosdiertjes:active		{ color:#00bf93; text-decoration:none; }

.aasgarnalen			{ background-color: #00bf93;}
a.aasgarnalen:link		{ color:#00bf93; text-decoration:none; }
a.aasgarnalen:visited		{ color:#00bf93; text-decoration:none; }
a.aasgarnalen:hover		{ color:#bb0000; text-decoration:none; }
a.aasgarnalen:active		{ color:#00bf93; text-decoration:none; }

.bloemdieren			{ background-color: #00bf93;}
a.bloemdieren:link		{ color:#00bf93; text-decoration:none; }
a.bloemdieren:visited		{ color:#00bf93; text-decoration:none; }
a.bloemdieren:hover		{ color:#bb0000; text-decoration:none; }
a.bloemdieren:active		{ color:#00bf93; text-decoration:none; }

.poliepen			{ background-color: #00bf93;}
a.poliepen:link			{ color:#00bf93; text-decoration:none; }
a.poliepen:visited		{ color:#00bf93; text-decoration:none; }
a.poliepen:hover		{ color:#bb0000; text-decoration:none; }
a.poliepen:active		{ color:#00bf93; text-decoration:none; }

.hydroidpoliepen		{ background-color: #00bf93;}
a.hydroidpoliepen:link		{ color:#00bf93; text-decoration:none; }
a.hydroidpoliepen:visited	{ color:#00bf93; text-decoration:none; }
a.hydroidpoliepen:hover		{ color:#bb0000; text-decoration:none; }
a.hydroidpoliepen:active	{ color:#00bf93; text-decoration:none; }

.kwallen			{ background-color: #00bf93;}
a.kwallen:link			{ color:#00bf93; text-decoration:none; }
a.kwallen:visited		{ color:#00bf93; text-decoration:none; }
a.kwallen:hover			{ color:#bb0000; text-decoration:none; }
a.kwallen:active		{ color:#00bf93; text-decoration:none; }

.ribkwallen			{ background-color: #00bf93;}
a.ribkwallen:link		{ color:#87cdef; text-decoration:none; }
a.ribkwallen:visited		{ color:#87cdef; text-decoration:none; }
a.ribkwallen:hover		{ color:#bb0000; text-decoration:none; }
a.ribkwallen:active		{ color:#87cdef; text-decoration:none; }

.kraakbeenvissen		{ background-color: #00bf93;}
a.kraakbeenvissen:link		{ color:#00bf93; text-decoration:none; }
a.kraakbeenvissen:visited	{ color:#00bf93; text-decoration:none; }
a.kraakbeenvissen:hover		{ color:#bb0000; text-decoration:none; }
a.kraakbeenvissen:active	{ color:#00bf93; text-decoration:none; }

.vissen				{ background-color: #00bf93;}
a.vissen:link			{ color:#00bf93; text-decoration:none; }
a.vissen:visited		{ color:#00bf93; text-decoration:none; }
a.vissen:hover			{ color:#bb0000; text-decoration:none; }
a.vissen:active			{ color:#00bf93; text-decoration:none; }

.zoogdieren			{ background-color: #00bf93;}
a.zoogdieren:link		{ color:#00bf93; text-decoration:none; }
a.zoogdieren:visited		{ color:#00bf93; text-decoration:none; }
a.zoogdieren:hover		{ color:#bb0000; text-decoration:none; }
a.zoogdieren:active		{ color:#00bf93; text-decoration:none; }

.vogels				{ background-color: #00bf93;}
a.vogels:link			{ color:#00bf93; text-decoration:none; }
a.vogels:visited		{ color:#00bf93; text-decoration:none; }
a.vogels:hover			{ color:#bb0000; text-decoration:none; }
a.vogels:active			{ color:#00bf93; text-decoration:none; }

.zakpijpen			{ background-color: #00bf93;}
a.zakpijpen:link		{ color:#00bf93; text-decoration:none; }
a.zakpijpen:visited		{ color:#00bf93; text-decoration:none; }
a.zakpijpen:hover		{ color:#bb0000; text-decoration:none; }
a.zakpijpen:active		{ color:#00bf93; text-decoration:none; }

.snoerwormen			{ background-color: #00bf93;}
a.snoerwormen:link		{ color:#00bf93; text-decoration:none; }
a.snoerwormen:visited		{ color:#00bf93; text-decoration:none; }
a.snoerwormen:hover		{ color:#bb0000; text-decoration:none; }
a.snoerwormen:active		{ color:#00bf93; text-decoration:none; }

.borstelwormen			{ background-color: #00bf93;}
a.bortselwormen:link		{ color:#00bf93; text-decoration:none; }
a.borstelwormen:visited		{ color:#00bf93; text-decoration:none; }
a.borstelwormen:hover		{ color:#bb0000; text-decoration:none; }
a.borstelwormen:active		{ color:#00bf93; text-decoration:none; }

.schubwormen			{ background-color: #00bf93;}
a.schubwormen:link		{ color:#00bf93; text-decoration:none; }
a.schubwormen:visited		{ color:#00bf93; text-decoration:none; }
a.schubwormen:hover		{ color:#bb0000; text-decoration:none; }
a.schubwormen:active		{ color:#00bf93; text-decoration:none; }

.eenoogkreeftjes		{ background-color: #00bf93;}
a.eenoogkreeftjes:link		{ color:#00bf93; text-decoration:none; }
a.eenoogkreeftjes:visited	{ color:#00bf93; text-decoration:none; }
a.eenoogkreeftjes:hover		{ color:#bb0000; text-decoration:none; }
a.eenoogkreeftjes:active	{ color:#00bf93; text-decoration:none; }

.zeerupsen			{ background-color: #00bf93;}
a.zeerupsen:link		{ color:#00bf93; text-decoration:none; }
a.zeerupsen:visited		{ color:#00bf93; text-decoration:none; }
a.zeerupsen:hover		{ color:#bb0000; text-decoration:none; }
a.zeerupsen:active		{ color:#00bf93; text-decoration:none; }

.schubwormen_dev		{ background-color: #00bf93;}
a.schubwormen_dev:link		{ color:#00bf93; text-decoration:none; }
a.schubwormen_dev:visited	{ color:#00bf93; text-decoration:none; }
a.schubwormen_dev:hover		{ color:#bb0000; text-decoration:none; }
a.schubwormen_dev:active	{ color:#00bf93; text-decoration:none; }

.eencelligen			{ background-color: #00bf93;}
a.eencelligen:link		{ color:#00bf93; text-decoration:none; }
a.eencelligen:visited		{ color:#00bf93; text-decoration:none; }
a.eencelligen:hover		{ color:#bb0000; text-decoration:none; }
a.eencelligen:active		{ color:00bf93; text-decoration:none; }

.kalkalgen			{ background-color: #00bf93;}
a.kalkalgen:link		{ color:#00bf93; text-decoration:none; }
a.kalkalgen:visited		{ color:#00bf93; text-decoration:none; }
a.kalkalgen:hover		{ color:#bb0000; text-decoration:none; }
a.kalkalgen:active		{ color:00bf93; text-decoration:none; }

.diatomeeen			{ background-color: #00bf93;}
a.diatomeeen:link		{ color:#00bf93; text-decoration:none; }
a.diatomeeen:visited		{ color:#00bf93; text-decoration:none; }
a.diatomeeen:hover		{ color:#bb0000; text-decoration:none; }
a.diatomeeen:active		{ color:00bf93; text-decoration:none; }

.dinoflagellaten			{ background-color: #00bf93;}
a.dinoflagellaten:link		{ color:#00bf93; text-decoration:none; }
a.dinoflagellaten:visited		{ color:#00bf93; text-decoration:none; }
a.dinoflagellaten:hover		{ color:#bb0000; text-decoration:none; }
a.dinoflagellaten:active		{ color:00bf93; text-decoration:none; }

.foraminiferen			{ background-color: #00bf93;}
a.foraminiferen:link		{ color:#00bf93; text-decoration:none; }
a.foraminiferen:visited		{ color:#00bf93; text-decoration:none; }
a.foraminiferen:hover		{ color:#bb0000; text-decoration:none; }
a.foraminiferen:active		{ color:00bf93; text-decoration:none; }

/* was 9ecc97 */
.aquariologie			{ background-color: #00bf93;}
a.aquariologie:link		{ color:#00bf93; text-decoration:none; }
a.aquariologie:visited		{ color:#00bf93; text-decoration:none; }
a.aquariologie:hover		{ color:#bb0000; text-decoration:none; }
a.aquariologie:active		{ color:#00bf93; text-decoration:none; }

.noordzee			{ background-color: #9ecc97;}
a.noordzee:link			{ color:#9ecc97; text-decoration:none; }
a.noordzee:visited		{ color:#9ecc97; text-decoration:none; }
a.noordzee:hover		{ color:#bb0000; text-decoration:none; }
a.noordzee:active		{ color:#9ecc97; text-decoration:none; }

.artikelen			{ background-color: #00bf93;}
a.artikelen:link		{ color:#00bf93; text-decoration:none; }
a.artikelen:visited		{ color:#00bf93; text-decoration:none; }
a.artikelen:hover		{ color:#bb0000; text-decoration:none; }
a.artikelen:active		{ color:#00bf93; text-decoration:none; }

/* Was 88abf2 */
.kalender			{ background-color: #00bf93;}
a.kalender:link			{ color:#00bf93; text-decoration:none; }
a.kalender:visited		{ color:#00bf93; text-decoration:none; }
a.kalender:hover		{ color:#bb0000; text-decoration:none; }
a.kalender:active		{ color:#00bf93; text-decoration:none; }

.determineren			{ background-color: #00bf93;}
a.determineren:link		{ color:#00bf93; text-decoration:none; }
a.determineren:visited		{ color:#00bf93; text-decoration:none; }
a.determineren:hover		{ color:#bb0000; text-decoration:none; }
a.determineren:active		{ color:#00bf93; text-decoration:none; }

table.determinatie		{ width: 100%; border-radius: 15px; -moz-border-radius: 15px; padding: 2px; }
table.determinatie tr:nth-child(odd) { background: #00bf93; }
table.determinatie tr:nth-child(even) { background: #00df93; }
a.determinatie:link		{ color:#4b9fcb; text-decoration:none; }
a.determinatie:visited		{ color:#4b9fcb; text-decoration:none; }
a.determinatie:hover		{ color:#bb0000; text-decoration:none; }
a.determinatie:active		{ color:#4b9fcb; text-decoration:none; }

/* was 9ecc97 */
.vindplaatsen			{ background-color: #00bf93;}
a.vindplaatsen:link		{ color:#00bf93; text-decoration:none; }
a.vindplaatsen:visited		{ color:#00bf93; text-decoration:none; }
a.vindplaatsen:hover		{ color:#bb0000; text-decoration:none; }
a.vindplaatsen:active		{ color:#00bf93; text-decoration:none; }

.vondstenlog			{ background-color: #00bf93;}
a.vondstenlog:link		{ color:#00bf93; text-decoration:none; }
a.vondstenlog:visited		{ color:#00bf93; text-decoration:none; }
a.vondstenlog:hover		{ color:#bb0000; text-decoration:none; }
a.vondstenlog:active		{ color:#00bf93; text-decoration:none; }

.vondsten			{ background-color: #00bf93;}
a.vondsten:link			{ color:#00bf93; text-decoration:none; }
a.vondsten:visited		{ color:#00bf93; text-decoration:none; }
a.vondsten:hover		{ color:#bb0000; text-decoration:none; }
a.vondsten:active		{ color:#00bf93; text-decoration:none; }

.jutten				{ background-color: #f29a82;}
a.jutten:link			{ color:#f29a82; text-decoration:none; }
a.jutten:visited		{ color:#f29a82; text-decoration:none; }
a.jutten:hover			{ color:#bb0000; text-decoration:none; }
a.jutten:active			{ color:#f29a82; text-decoration:none; }

/* Was 00bf93 */
.bibliotheek			{ background-color: #00bf93;}
a.bibliotheek:link		{ color:#00bf93; text-decoration:none; }
a.bibliotheek:visited		{ color:#00bf93; text-decoration:none; }
a.bibliotheek:hover		{ color:#bb0000; text-decoration:none; }
a.bibliotheek:active		{ color:#00bf93; text-decoration:none; }

.system				{ background-color: #00bf93;}
a.system:link			{ color:#00bf93; text-decoration:none; }
a.system:visited		{ color:#00bf93; text-decoration:none; }
a.system:hover			{ color:#bb0000; text-decoration:none; }
a.system:active			{ color:#00bf93; text-decoration:none; }

.oceanografie			{ background-color: #00bf93;}
a.oceanografie:link		{ color:#00bf93; text-decoration:none; }
a.oceanografie:visited		{ color:#00bf93; text-decoration:none; }
a.oceanografie:hover		{ color:#bb0000; text-decoration:none; }
a.oceanografie:active		{ color:#00bf93; text-decoration:none; }

tr.determinatie {
	vertical-align: top;
}
td.determinatie_question {
	vertical-align: top;
	text-align: left;
}
td.determinatie_answer {
	vertical-align: middle;
	text-align: center;
	height: 200px;
	width:  200px;
}
img.determinatie_img {
	border-radius: 15px;
}
td.determinatie_src {
	text-align: right;
	font-size: small;
}

table.wreck {
	border: 1px solid black;
}
th.wreck {
	text-align: left;
}
td.wreck {
	vertical-align: top;
}

table.publicaties {
	width: 98%;
	/* center table on page */
	margin: 0 auto;
}
tr.publicaties {
}
th.publicaties {
	text-align: left;
}
td.publicaties {
	vertical-align: top;
}

table.activiteiten {
	border: 0px solid black;
	border-radius: 15px;
	-moz-border-radius: 15px;
	/* center table on page */
	margin: 0 auto;
}
tr.activiteiten {
}
th.activiteiten {
	text-align: left;
	vertical-align: top;
	border: 1px solid black;
}
td.activiteiten {
	vertical-align: top;
	border: 1px solid black;
}

.dblarrow {
	position: relative;
	top: -0.5ex;
	left: 0ex;
	z-index: 0;
}
.dblarrow::after {
	content:"\2190";
	position: absolute;
	top: 0.75ex;
	left: 0ex;
	z-index: 1;
}
