body	
{
  color: #444444;
  background: white;
  background-color: white; 
  margin:0px;
  padding:0px;
  font-family:sans-serif;
}

p		
{
  margin: 20px 20px 20px 20px;
  width: 80%;
}


h1
{
  color: #aaaaaa; 
  font-weight: bold; 
  text-decoration: none;
  margin: 10px;
  padding: 0px;
  /*width:90%;*/
  text-align:right;
}

h3
{
  color: #000077;
}

th
{
  text-align:center;
  border-bottom: 1px solid #000077;
  color: #000077;
  font-weight: bold;
  text-decoration: none;
}

a:link, a:active, a:visited
{
  background: none; 
  color: #000077; 
  text-decoration: none;
}

a:hover
{
  background: none; 
  color: #000077; 
  text-decoration: underline;
}

img
{
  border:none;
}

.contentpane {
  text-align:justify;
  color: black;	
  margin-left: 0px;
  margin-right: 0px;
  padding: 40px;
  padding-left:100px;
  border: 1px solid #000077;
  background-color:#fafafa;
  background-image: url('http://www.harmonienijlen.be/images/schaduw_logo.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;  
}

.shadow-content {
	vertical-align:bottom;
	padding:0px; 
	margin:0px
}

.shadow-right {
	padding:0px; 
	margin:0px; 
	width:7px;
	background-image: url('http://www.harmonienijlen.be/images/shadow-right.gif'); 
	background-repeat: repeat-y;
	vertical-align:top;
}

.shadow-bottom {
	padding:0px; 
	margin:0px; 
	height:8px;
	background-image: url('http://www.harmonienijlen.be/images/shadow-bottom.gif'); 
	background-repeat: repeat-x;
}

.shadow-top-right {
	vertical-align:top;
}

.shadow-bottom-left {
	vertical-align:top;
	text-align:left;
}

.menu
{
  padding:10px;
  position:absolute;
  top: 140px;
  left: 25px;
  width: 125px;
  border: 1px solid #000077;
  color: #000077;
  background: #ececec;
  float: left;
  opacity:.90;
  filter: alpha(opacity=90);
}

.menu ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

.menu li ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 10px;
}

.menu li h2 {
	padding-left: 0px;
	margin-left: 0px;
	font-size:medium;
	text-align: left;
}

div#contents
{
  margin-left:125px;
  margin-right:20px;
}

