/* Body */

BODY {
	background-attachment: fixed;
	color: #003333;
	background: #ffffcc url("afbeeldingen/logo%20NP%20achtergrond.gif") no-repeat fixed right top;
	font-size:13px;
	font-family: Tahoma, System, Verdana, Arial, "Times New Roman";
	font-weight: 200;
}

/*Titels */

.natuurpunttitels {
	font-size: large;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: center;
	background-color: #BDD920;
	font-family: Tahoma, System, Verdana, Arial, "Times New Roman";

}

/* Ondertitels */

.natuurpuntondertitels {
	font-size: medium;
	font-style: normal;
	color: #006666;
	font-family: Tahoma, System, Verdana, Arial, "Times New Roman";
}

/*achtergrond tabelhoofd*/

.natuurpunttabelhoofd {
	font-size: medium;
	font-style: normal;
	color: #006666;
	text-align: center;
	background-color: #F7D97D;
	font-family: Tahoma, System, Verdana, Arial, "Times New Roman";
}

/* Links */

a:link {
	color: #009999;
}
a:visited {
	color: #006666;
}
a:hover {
	color: #CC6600;
}

