/*================== Site algemeen =================*/

body				{margin: 0 0 0 0;}

/*Link gewoon, muisover, geklikt*/
a:link 				{color: #002b5f; font-weight: bold;}
a:visited 			{color: #002b5f; font-weight: bold;}
a:hover 			{color: #CC0000; font-weight: bold;}

/*Link uit het linker link menu*/
div#menu a:link 		{color: #FFFFFF; font-weight: 400; text-decoration: none;}
div#menu a:visited 		{color: #FFFFFF; font-weight: 400; text-decoration: none;}
div#menu a:hover 		{color: #002b5f; font-weight: 400; text-decoration: none;}

/*=================== Text Opmaak ==================*/

/*Texttypen opmaak*/
h1				{color: #002b5f; font-family: verdana; font-size: 15px; font-weight: bold; margin-top: 0; margin-bottom: 0;}
h2				{color: #000000; font-family: verdana; font-size: 12px; margin-top: 0; margin-bottom: 0;}
h3				{color: #FF9900; font-family: verdana; font-size: 12px; pxfont-weight: bold; margin-top: 0; margin-bottom: 0;}
p				{color: #000000; font-family: verdana; font-size: 12px; margin-top: 0; margin-bottom: 0;}
td				{color: #000000; font-family: verdana; font-size: 12px; text-align: justify	; vertical-align: top;}

/*Alle vetgedrukte text*/
b, strong			{color: #002b5f;}


ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none;
background-color: ;
text-indent: 5px;
list-style-position: inside;
list-style-type: bullit;
padding: 0px;
margin: 0px;
}


/*================= Formulier Opmaak ===============*/

/*input box*/
input				{font-size: 12px; font-family: Arial, Helvetica, sans-serif; background-color: #FDD1B5; border: 1px solid #2f5479;}


/*==================== Tabellen ====================*/

/*Tabel algemeen*/
table				{border-collapse: collapse; border-style: none;}
tr					{vertical-align: top;}

/*index tabel*/
table#table_index		{width: 1000px; height: 100%; border: 1px solid #000000;}