
body {
        background-image: url(http://www.gidsensintjan.be/css/backgroundMenuLeftV3.jpg);
        background-color: #F6F8F3;
        background-repeat: no-repeat;
        margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-right: 0;
        color: #505050;
 /*       background-image: css/backgroundSiteV3.jpg;*/
}


/* selectie menu links */
#menuLeft{
	position: relative;
	left: 24px;
	top: 92px;
	width: 133px;
	border-style: solid;
	border-color: #303030 ;
        border-width: 0;
}

.menuLeftLevel1, .menuLeftLevel1 A{
	color: #303030;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
}

.menuLeftLevel2 A{
	color: #404040;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	text-indent: 20px;
	width: 100%;
}
.menuLeftLevel1 A:hover{
	background-color: #E4EFE7;
}
.menuLeftLevel2 A:hover, .menuLeftLevel2 A:active{
	background-color: #E4EFE7;
}

/* einde selectie menu links */

/* start copyright */
.copyright, .copyright A{
	color: #404040;
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 100%;
}

.copyright A:hover, .copyright A:active{
	color: #303030;
        background-color: #E4EFE7;
}

/* end copyright */