*, html *, body * {
    padding: 0;
    margin: 0;
}
body {
	background: #ebf1e9;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.8em;
    color: #000;
    text-align: center;
}

a {
    color: #65945a;
    text-decoration: underline;
}
a:link, a:visited { color: #46763c; text-decoration: underline; }
a:hover, a:active { color: #5daf4c; text-decoration: none; }

/* -- TEXT -- */
h1 {    font-size: 1.5em;   color: #65945a;   }
h2 {    font-size: 1.3em;   color: #65945a;   }

h1 a:link {    color: #65945a;   }
h2 a:link {    color: #65945a;   }

p { margin-bottom: 10px; line-height: 1.5em; }

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    margin-top: 25px;
    margin-bottom: 10px;
}

img { border: 0; }

fieldset { margin: 3px; border: 1px solid #8c6c6e; padding: 3px; }
legend { font-weight: bold; color: #000; }
label { font-weight: bold;  }

table { margin: 10px 0; }
th,tr,td { font-size: 1em; }

#container {
	position: relative;
	background: url('../images/background.png') 0 0 no-repeat;
	margin: 30px auto;
	width: 960px;
	height: 627px;
	border: 1px solid #ccc;
	text-align: left;
}
#menu {
	position: relative;
	width: 320px;
	height: 627px;
}
#menu a {
	position: absolute;
	display: block;
	width: 142px;
	height: 33px;
	text-indent: -1000em;
}
#menu a.menu-home { 
	background: url('../images/menu/home.gif') 0 0 no-repeat; 
	top: 258px;
	left: 24px;
}
#menu a.menu-home:hover { background: url('../images/menu/home_ro.gif') 0 0 no-repeat; }

#menu a.menu-wie-zijn-wij { 
	background: url('../images/menu/wie-zijn-wij.gif') 0 0 no-repeat; 
	top: 364px;
	left: 45px;
}
#menu a.menu-wie-zijn-wij:hover { background: url('../images/menu/wie-zijn-wij_ro.gif') 0 0 no-repeat; }

#menu a.menu-wat-doen-wij { 
	background: url('../images/menu/wat-doen-wij.gif') 0 0 no-repeat; 
	top: 448px;
	left: 162px;
}
#menu a.menu-wat-doen-wij:hover { background: url('../images/menu/wat-doen-wij_ro.gif') 0 0 no-repeat; }

#menu a.menu-contact { 
	background: url('../images/menu/contact.gif') 0 0 no-repeat; 
	top: 518px;
	left: 41px;
}
#menu a.menu-contact:hover { background: url('../images/menu/contact_ro.gif') 0 0 no-repeat; }

#content {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 630px;
	float: right;
}
#page-title img { margin: 5px 0 0 280px;}
#page-body {
	margin: 45px 15px 0 165px;
	padding: 15px;
	overflow: auto;
	height: 390px;
}

li { margin-left:20px; line-height: 1.5em; }