/*ALGEMEEN*/

BODY
{
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
	 background-color: White;
	 background-image: url(img/pelgrim_bg-page.gif);
	 background-repeat: no-repeat;
	 background-position: top center;
    margin-top: 14px;
    margin-left: 0px;
}

TABLE /*algemene tabeleigenschappen*/
{
    font-size: 10px;
	 color: Black;
	 text-align: left;
	 letter-spacing: 1px;
}

/*HEADINGS*/

H1 /*paginakop*/
{
    font-size: 15px;
	 letter-spacing: 2px;
    color: #93b8d2;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: -15px;
	 margin-left: 0px;
	 padding: 0px;
}

H2 /*paragraafkop*/
{
	 font-size: 12px;
	 font-weight: bold;
	 letter-spacing: 2px;
	 margin-bottom: -15px;
	 margin-right: 0px;
	 margin-top: 15px;
	 margin-left: 0px;
	 color: #93b8d2;
	 padding: 0px;
}

H5 /*kop boven navigatie rechts*/
{
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: Black;
	background-color: #b2e54c;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}

H6 /*alleen in gebruik op homepage voor IanusWeb*/
{
    font-size: 10px;
    font-weight: normal;
	 text-align: center;
	 color: White;
	 margin-top: 330px;
	 margin-right: 0px;
    margin-bottom: 0pt;
    margin-left: 0px;
	 padding: 0px;
	 letter-spacing: 0px;
}

/*HYPERLINKS*/

A /*algemene hyperlinkeigenschappen*/
{
    font-weight: bold;
    text-decoration: underline;
    color: #9cd920;
}

A:hover
{
    color: Black;
    text-decoration: underline;
}

A IMG
{
   border: none;
}

A.navlinktop /*hyperlinks in hoofdnavigatie bovenaan pagina*/
{
    text-decoration: none;
    color: Black;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 10px;
}

A.navlinktop:hover
{
    text-decoration: underline;
    color: #9cd920;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 10px;
}

A.navlinktop:active
{
    color: #9cd920;
}

#select /*voor geselecteerde hyperlink in hoofdnavigatie*/
{
	color: #9cd920;
}

A.navlinkright /*hyperlinks in subnavigatie rechts*/
{
    color: Black;
    font-size: 10px;
}

A.navlinkright:hover
{
    color: #9cd920;
    font-size: 10px;
}

/*OPBOUW*/

.table-main /*hoofdtabel, houdt alles bijeen*/
{
	width: 900px;
	height: 520px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
	background-color: transparent;
}

.table-main TD
{
	background-color: transparent;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	vertical-align: top;
                font-size: 10px;
}

.table-main TH /*plaats van de hoofdnavigatie*/
{
	background-color: transparent;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border: 0px;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: left;
	width: 716px;
	height: 20px;
}

TD.imageleft /*cel voor foto en logo linkerzijde*/
{
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	letter-spacing: 0px;
	font-weight: bold;
	width: 180px;
	height: 520px;
	border: 0px;
	border-collapse: collapse;
    font-size: 10px;
}


TD.imageleft A /*hyperlink in cel linkerzijde*/
{
	color: Black;
}

TD.imageleft A:hover
{
	color: #9cd920;
}

TD.spacer /*spacercel tussen imageleft en cellen ter rechterzijde hiervan*/
{
	width: 4px;
	height: 520px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

TD.groen /*cel onder hoofdnavigatie*/
{
    padding: 0px;
    height: 4px;
    width: 716px;
    border: none;
    border-collapse: collapse;
    background-color: #b2e54c;
    font-size: 10px;
}

TD.content /*cel voor de content*/
{
	padding: 0px;
	height: 496px;
	width: 556px;
	border: none;
	border-collapse: collapse;
	background-color: transparant;
}

TD.navright /*cel voor de subnavigatie rechts*/
{
    padding: 0px;
    height: 496px;
    width: 160px;
    border: none;
    border-collapse: collapse;
    background-color: transparant;
    font-size: 10px;
}

DIV.inline /*div waar de content in staat*/
{
    height: 456px;
    width: 516px;
    overflow: auto;
    margin: 20px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    paddng-left: 0px;
    font-size: 11px;
}

/*
P
{
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
*/

/*PAGINA ONDERDELEN*/

UL LI /*algemene list*/
{
    margin-bottom: 10px;
    margin-top: -5px;
    margin-left: -10px;
    margin-right: 0px;
    list-style-image: url(img/bullet.gif);
}

UL.navrightlist LI /*list voor subnavigatie rechts*/
{
    list-style-image: none;
    list-style: none;
    margin-bottom: 15px;
    margin-left: -35px;
    font-weight: bold;
    color: #9cd920;
}

HR /*algemene horizontale lijn*/
{
	height: 1px;
	border: 1px dashed;
	color: #b0cade;
	background-color: #b0cade;
	margin-top: 10px;
	margin-bottom: 10px;
}

.table-noline /*tabel voor contactpagina*/
{
	border: none;
	border-collapse: collapse;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
}

.table-noline TD
{
	border: none;
	border-collapse: collapse;
	padding: 5px;
	text-align: left;
	width: 70%;
}

.table-noline TH
{
	border: none;
	border-collapse: collapse;
	padding: 5px;
	text-align: right;
	font-weight: bold;
	width: 30%;
}

INPUT.text /*text field voor formulier*/
{
	border: 1px solid #93b8d2;
	font-family: "Courier New", Courier, monospace;
}

INPUT.button /*button voor formulier*/
{
	border: 1px solid Black;
	background-color: #93b8d2;
	color: White;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 2px;
	margin: 0px;
}

TEXTAREA /*text area voor formulier*/
{
	border: 1px solid #93b8d2;
	font-family: "Courier New", Courier, monospace;
}

.lead /*introstukjes bovenaan pagina*/
{
	font-style: italic;
}

.footer /*onderschrift*/
{
	font-weight: bold;
	color: Black;
	font-size: 9px;
	text-align: center;
}

/*KLEUREN*/

.groen /*basis groen*/
{
    background-color: #b2e54c;
}

.groend /*iets donkerder groen*/
{
	background-color: #9cd920;
}

.blauw /*basis blauw*/
{
	background-color: #b0cade;
}

blauwd /*iets donkerder blauw*/
{
	background-color: #93b8d2;
}

.zwart
{
    background-color: Black;
}

.wit
{
    background-color: White;
}

.groentxt /*basis groen*/
{
    color: #b2e54c;
}

.groendtxt /*iets donkerder groen voor tekst*/
{
    color: #9cd920;
}

.blauwtxt /*basis blauw*/
{
	color: #b0cade;
}

.blauwdtxt /*iets donkerder blauw voor tekst*/
{
	color: #93b8d2;
}

.zwarttxt
{
    color: Black;
}

.wittxt
{
    color: white;
}

p.blauwtxt /*basis blauw*/
{
	color: #b0cade;
}

