* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
/* body {
	behavior: url(csshover.htc);
} */
img#logo {
	position: absolute;
	top: 0;
	left: -20px;
}
div#wrapper {
	position: relative;
	width: 912px;
	height: 525px;
	margin: 20px auto 0 auto;
	background: white url(../../img/pad_main.jpg) right top no-repeat;
}
ul {
	list-style: none;
}
ul.level1 {
	height: 385px;
	width: 95px;
	padding-top: 140px;
}
ul.level1 ul.level2 {
	display: none; 
	position: absolute;
	top: 0;
	left: 95px;
	height: 525px;
	width: 817px;
}
ul.level1 li:hover ul.level2 {
	display: block; 
}
ul.level1 li {
	height: 50px;
	vertical-align: bottom; /* bug fix IE 6 */
}
ul.level1 li:hover {
	color: #F00;
}
ul.level1 li#deksels {
	margin-bottom: 25px;
}
ul.level1 li#team {
	margin-bottom: 23px;
}
ul.level1 li#individueel {
	margin-bottom: 33px;
}
ul.level1 ul.level2 li {
	height: 525px;
	width: 817px;
}
li#deksels li {
	background: url(../../img/pad_over.jpg) right top no-repeat;
}
li#team li {
	background: url(../../img/pad_team.jpg) right top no-repeat;
}
li#individueel li {
	background: url(../../img/pad_individueel.jpg) right top no-repeat;
}
li#workshop li {
	background: url(../../img/pad_workshop.jpg) right top no-repeat;
}
a {
	display: block; 
	width: 99%;
	color: black;
	text-decoration: none;
	padding: 10px 0;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
}
ul.level1 li#deksels:hover a {
	color: #5C8054; /* groen - kroon */
}
ul.level1 li#team:hover a {
	color: #8B612B; /* caramel - hoge hoed */
}
ul.level1 li#individueel:hover a {
	color: #575471; /* grijs-paars - hoedje van papier */
}
ul.level1 li#workshop:hover a {
	color: #684141; /* aubergine - clownshoed */
}
div#footer {
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 912px;
	margin: 0 auto;
	background: white;
	padding-bottom: 10px;
}
div#footer img {
	padding: 0 5px;
	}


