Body{
	background-color: #f8f3fb;
}
.menu-bg{
	  background-color: #9d79b2;
	  height:20px;
	      z-index: -99;
	  
}
.side-left{
	background-image: url(../images/bg_left.gif);
}
.side-right{
	background-image: url(../images/bg_right.gif);
	background-color: #f6ecfc;
}
.maintable
{ 
padding-left: 0px;
padding-right: 0px;
text-align: center;
background-color: #fff;
margin-left: auto;
margin-right: auto;
text-align: left;
}
.menu {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  border:0px solid #06a; /* add a border to show size of menu */
  background-color: #9d79b2;
  font-family: Geneva, sans-serif;
  font-size: 11px;
  font-weight: bold;


  }
* html .menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */

  
  }  
.menu li {
  display:table-cell;    /* ignored by IE */
  }
* html .menu li {
  display:inline;        /* for IE only */
  }
.menu a, .menu a:visited {
  display:block;         /* for all browsers except IE */
  padding:4px 10px;
  color: #FFF;
  background-color: #9d79b2;
  border-right:1px solid #fff; /* add a 1px white border around items */ 
  text-decoration:none;
 
  }
* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu a:hover {
  color:#fff; 
  background:#b48fca;
  }

.lefted {margin:0 auto 0 0;}

.footer{
	   font-family: Geneva, sans-serif;
	   font-size: 10px;
	  text-align: center;
	  border-style: solid;
	  border-color: black;
	  border-bottom: 0px;
	  border-top: 1px;
	  border-left: 0px;
	  border-right: 0px;
	  background-color:  #f8eaff;
	 padding-top:5px;
}
.content{
	padding-left: 8px;
	padding-top: 7px;
	padding-right: 30px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 13px;
	background-color: #fff6fe;

	
}
.kopje{
	padding-top : 7px;
	padding-left: 8px;
	font-family: Monotype Corsiva;
	font-weight: 200;
	font-size: 20px;
	background-color: #fff6fe;

	
}
a{
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #9d79b2;
}
a.menu{
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.menu:visited{
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.kopje{
	font-family: Monotype Corsiva;
	font-weight: 200;
	font-size: 19px;
	padding: 0px;
	color: #4a0770;
}