body {
  background-color:#f1f1f1;
	margin:0px;
}

a,a.menu {
  color:orange;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
  color:black;
}
a.menu:hover {
  color:#1EAEEB;
}

a.menu {
  color:black;
	font-size:12px;
	font-family:arial;
  padding-left:14px;
  background-image:url(img/menu.gif);
	background-position:left;
  background-repeat:no-repeat;
}

a.nieuws {
  color:#1EAEEB;
	font-weight:bold;
	text-decoration:none;
}
a.nieuws:hover {
  color:orange;
}

a.footer {
  font-family:verdana;
	color:#3e3e3e;
	text-decoration:none;
	font-size:10px;
	padding:2px;
}
	
h1 {
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
	line-height:18px;
}

h2 {
  font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#3e3e3e;
	line-height:18px;
}

h3 {
  font-family:verdana;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	line-height:18px;
}

h4 {
  font-family:arial;
	font-size:26px;
	font-weight:bold;
	margin:0px;
	color:white;
	line-height:18px;
}
  
p,div,td {
	font-family:verdana;
	font-size:11px;
	margin:0px;
	color:gray;
	line-height:18px;
}

p.tekst{
	color:gray;
	text-align:justify;
}

td.tekst {
  padding:25px;
	padding-top:20px;
}
a>img{
  border:2px solid #c1c1c1;
}

