/* --------------------------------- info ---------------------------------- */

	/* logo-geel #ebe6a4; */
	/* logo-donkerrose #dc6d5a; */
	/* logo-rose #ffc8a9; */
	/* logo-lichtrose #ffc8a9; */
	/* logo-blauw 7aa5c3 */
	/* donkerblauw: #225286; */

/* --------------------------------- einde info ---------------------------------- */


a				{
	font-family : Comic Sans MS, Verdana, Arial, Geneva, Sans Serif; 
	text-decoration : underline; 
	font-weight : bold; 
	font-style : normal; 
	color : #225286; 
	}	
a:hover			{
	text-decoration : underline; 
	color : #dc6d5a; 
	}

.nix a    {
	text-decoration : none;
	}
		
.nav a {
	text-decoration : none;
	color : #ffffff;
	}
	
.nav a:hover {
	text-decoration : none;
	color : ebe6a4;
		}
.footer a	{
	text-decoration : none;
	color : #ffffff;
	}
.footer a:hover	{
	text-decoration : underline;
	color : #ffffff;
	}
	
body			{
	margin: 10px 0px 5px 0px;
	font-family : Comic Sans MS, Verdana, Arial, Geneva, Sans Serif; 

	line-height : 120%; 
	font-size : 14px; 
	color : #006699; 
	background-color : #5183a6;

	}

/* --------------------------------- TD ---------------------------------- */

td, p			{
	font-family : Comic Sans MS, Verdana, Arial, Geneva, Sans Serif; 
	line-height : 120%; 
	font-size : 14px; 
	align: left;
	vertical-align: top;
	}
	
td.nix	{
	border: 0;
	}
	
td.rood {
	background-color: #dc6d5a;
	/* #f96d58; */
	color: #ffffff;
	font-family : Comic Sans MS, Verdana, Arial, Geneva, Sans Serif; 
	line-height : 120%; 
	font-size : 11px; 
	align: left;
	vertical-align: top;
	}
	
td.geel {
	background-color: #ebe6a4;
	align: left;
	vertical-align: top;
	}

		
td.footer {
	font-family : Comic Sans MS, Verdana, Arial, Geneva, Sans Serif; 
	line-height : 120%; 
	font-size : 11px; 
	align: left;
	vertical-align: top;
	background-color: #dc6d5a;	
	color: #ffffff;
	letter-spacing: 2;
		}
	
td.subtit {
	font-weight: bold;
	font-size: 12px;
	background-color : #BEAA82;
}

/* --------------------------------- HEADINGS ---------------------------------- */

h1      {
	font-family: Comic Sans MS, Verdana, Arial, Geneva, Sans Serif; 
	font-weight: bolder;
	background-color: #87a4c1; 
	height: 26px;
	line-height: 26px;
	text-align: left;
	vertical-align: centeer;
	color: #FFFFCC; 
	font-size: 15pt;
	letter-spacing: 5;
	spacing: 25;
	padding: 0px 0px 5px 5px;
}

		
h2	{
	font-family: Comic Sans MS, Verdana, Arial, Geneva, Sans Serif; 
	font-weight: bold; 
	color: #225286; 
	font-size: 13pt
	}

/* --------------------------------- DEREST ---------------------------------- */

ul {
  list-style: square;
  margin-top: 2px;
  padding-top: 0px;
  padding-left: 0px;
  margin-left: 15px;
}

li {
  line-height: 14px;
}

#title			{
	font-family: Comic Sans MS, Verdana, Arial, Geneva, Sans Serif; 
	font-weight: bold;
	background-color: #87a4c1; 
	height: 26px;
	line-height: 26px;
	text-align: center;
	vertical-align: top;
	color: #FFFFCC; 
	font-size: 16pt;
}

#spacer {
	background-color: #dc6d5a;
	line-height: 2px;
	font-size: 2px;
}

#spacer2 {
	background-color: #7aa5c3;
	line-height: 4px;
	font-size: 4px;
}

	

.nav      		{
	font-family: Comic Sans MS, Verdana, Arial, Geneva, Sans Serif; 
	font-weight: bold; 
	color: #ffffff;
	background-color: #7aa5c3; 
	font-size: 14pt;
	text-align: center;
	letter-spacing: 2;



	}


/* --------------------------------- FORMULIER ---------------------------------- */


form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

input {
  border: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  margin: 0;
  padding:0;
}

textarea {
  border: 1px;
  border-style: solid;
  border-color: #CCCCCC;
}

input.button, input.file {
  background: url(/images/general/button.gif) no-repeat top right;
  font-size:11px;
  color: #fff;
  border: none;
  height: 22px;
}