html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #000033;
  color: #000033;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #1D9437;
  font-size: 14px;
  font-variant: small-caps;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #1D9437;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
  color: #1D9437;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #33CC00;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #33CC00;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #33CC00;
  text-decoration: underline;
}

ul. {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul. li {
	float: left;
	margin: 0 18px 18px 0;
}

#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 930px;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
}
#outerWrapper #header {
	background-color: #000033;
	border-bottom: solid 1px #1D9437;
	color: #CCCCCC;
	font-size: 22px;
	font-variant: small-caps;
	font-weight: bold;
	height: 70px;
	line-height: 15px;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 750px;
}
#outerWrapper #contentWrapper #menu {
	float: left;
	padding: 10px 10px 10px 10px;
	width: 200px;
	line-height: 30px;
	color: #1D9437;
    font-size: 13px;
    font-variant: small-caps;
    font-weight: bold;
}
#outerWrapper #contentWrapper #rightColumn {
  float: right;
  padding: 10px 10px 10px 10px;
  width: 150px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 170px 0 220px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #000033;
  color: #CCCCCC;
  font-size: 9px;
  padding: 10px 10px 10px 10px; 
 
}

.groen {
 color: #1D9437;
 font-size: 13px;
 font-weight: bold;
 font-variant: small-caps;
}

.pusher{
 cursor:pointer;
 color: #1D9437;
 font-weight: bold;
 text-decoration: none;
}
	
#tooltip{
 position:absolute;
 display:none;
 background:#ffd;
 border:2px solid #884;
 color:#884;
 padding:5px;
 top:100px;left:100px;
}