/* Dit is de .css file voor de NVFA-website */

/* ------------------------------ algemeen ------------------------------ */

body
	{
		font-family: verdana, arial, sans-serif;
		font-size: 0.9em;
		text-align: left;
		width: 100%;
		height: 100%;
		margin: 0px;
		overflow: auto;
		background-color: #18667c;
	}

body img
	{
		border: none;
	}

div.logo
	{
		position: absolute;
		height: 100%;
		width: 15%;
		top: 0%;
		left: 0%;
		background-color: #d7eef4;
/*		border: solid red 2px;*/
	}

div.logo img
	{
		position: absolute;
		width: 100%;
		bottom: 0%;
		left: 0%;
	}

div.plaatje
	{
		position: absolute;
		width: 15%;
		height: 100%;
		top: 0%;
		left: 7%;
/*		border: solid red 2px;*/
	}

div.plaatje img
	{
		position: absolute;
		width: 70%;
		top: 3%;
		left: 0%;
	}

h1
	{
		font-size: 1.5em;
		font-weight: normal;
	}
	
span
	{
    color: #00ffff;
    font-weight: bold;
	}

a
	{
		font-family: verdana, universe, arial, sans-serif;
		font-size: 1em;
		text-decoration: none;
	} 

a:link
	{
		color: #00ffff;
	}    

a:visited
	{
		color: silver;
	}

a:hover
	{
		color: white;
	}

a:active
	{
		color: black;
	}


/* ----------------------------------- menu ---------------------------- */

div.menu
	{
		position: absolute;
		width: 85%;
		top: 1%;
		right: 0%;
		text-align: center;
		color: #00ffff;
/*		background-color: transparent;
		border: solid red 2px;*/
	}

div.menu a#current
	{
		color: #00ffff;
	}

div.menu a
	{
		font-family: verdana, universe, arial, sans-serif;
		font-size: 1em;
		text-decoration: none;
	} 

div.menu a:link
	{
		color: white;
	}    

div.menu a:visited
	{
		color: silver;
	}

div.menu a:hover
	{
		color: #00ffff;
	}

div.menu a:active
	{
		color: black;
	}


/* ---------------------------------- inhoud ------------------------------ */
		
div.block
	{
		width: 75%;
		height: 90%;
		position: absolute;
		top: 5%;
		right: 5%;
		border: solid #d7eef4 1px;
		background-color: transparent;
	}

div.content
	{
		position: absolute;
		text-align: left;
		width: 90%;
		height: 90%;
		top: 5%;
		right: 5%;
		color: white;
		background-color: transparent;
		overflow: auto;
/*		border: solid #d7eef4 1px;*/
	}

div.content img
	{
		width: 45%;
	}
	

/* -------------------------------- tabel ------------------------------ */

table.board
	{
		position: absolute;
		width: 99%;
		color: #18667c;
		text-align: center;
		border-spacing: 1px;
	}

th
	{
		background-color: #d7eef4;  /*#1f1f1f*/
		font-weight: bold;
		padding: 3px;
	}

td
	{
		background-color: #d7eef4;  /*#1f1f1f*/
		padding: 3px;
	}

table.board img
	{
		width: 35%;
	}

table a:link
	{
		color: #20b2aa; /*#9F9F5F; #4F4F2F; #8B814C; #18667c;*/
	}

table a:visited
	{
		color: #18667c;
	}

table a:hover
	{
		color: #00ffff;	
	}
	
table a:active	
	{
		color: black;
	}

