body {
	background-image:  url(../img/logo_stempel.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	}	
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
/* Menu */
#leftmenu {
	width: 220px;
	height: auto;
	font-size: 120%;
	font-weight: bold;
	}
#leftmenu img {
	border-style: solid solid solid solid;
	border-color: #677D92;
	border-size: 2px;
	border-width: 2px;
	}
#menu2 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #677D92;
	border-size: 1px;
	border-width: 1px;
	margin: 10px;
	}
	
#menu2 li a {
  	height: 24px;
	text-decoration: none;
	}
	
#menu2 li a:link, #menu2 li a:visited {
	color: #fff;
	display: block;
	background: url(../img/menu2.gif);
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:hover {
	color: #283A50;
	background: url(../img/menu2.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:active {
	color: #283A50;
	background: url(../img/menu2.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}
/* ------*/
#contact {
	padding-top: 125px;
	font-size: 10px;
	padding-left: 30px;
	}	
.voorstelling {
	padding: 5px 0px;
	border-bottom-style:dashed;
	border-bottom-width: 1px;
	border-bottom-color: #66cccc;
	font-size:12px;
	color: #677D92;
}
.voorstelling a {
	margin-left: 5px;
	text-decoration: none;
	color: #66cccc;	
}
h1 {
	margin-top: 0px;
	text-align:center;
	font-size:15px;
	color: #677D92;	
}
h2 {
	margin-top: -20px;
	text-align:center;
	font-size:15px;
	color: #66cccc;	
}
a {
	color: #66cccc;
	font-weight:bolder;	
}
.content {
	background-image: url(../img/body_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}


	

