BODY {
    background: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
	background: url("../images/backgrounds/bgintro.jpg") repeat-x top left;
}
/* Hoofddiv ivm plaatsing scherm */
#centeredcontent {
	width: 800px;
	height: 636px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 45px;
	margin-left: -400px;
}	

A {
    color: #C8560A;
    text-decoration: none;

}
A:HOVER {
    text-decoration: underline;
}
#intro {
    width: 790px;
    margin: auto;
    margin-top: 25px;
}
.enter-link {
    text-align: center;
    padding-top: 20px;
}
.top-nav {
	float: left;
	width: 848px;
	height: 77px;
	background: url("../images/backgrounds/top-nav-bg.jpg") no-repeat top left;
	margin-left: 0px;
	display: inline;
	margin-top: 16px;
	position: relative;
	z-index: 100;
}
.top-nav UL {
	margin: 0;
	padding: 0 0 0 65px;
}
.top-nav LI {
	list-style: none;
	display: inline;
	float: left;
}
.top-nav .l2 {
	position: relative;
	left: 0;
	top: 0;
}
.top-nav A {
	font-size: 12px;
	line-height: 12px;
	color: #666666;
	height: 42px;
	float: left;
	display: block;
	padding-right: 16px;
	position: relative;
}
.l1 A {
	background: url("../images/icons/l1-icon.gif") no-repeat center bottom;
	bottom: 2px;
}
.l2 A {
	background: url("../images/icons/l2-icon.gif") no-repeat center bottom;
	bottom: -10px;
}
.l3 A {
	background: url("../images/icons/l3-icon.gif") no-repeat center bottom;
	bottom: -21px;
}
.l4 A {
	background: url("../images/icons/l4-icon.gif") no-repeat center bottom;
	bottom: -25px;
}
.top-nav LI A:HOVER {text-decoration: none;}
.l1 A:HOVER, .l1 A.selected {
	background: url("../images/icons/l1-icon-active.gif") no-repeat center bottom;
	color: #D8891D;
}
.l2 A:HOVER, .l2 A.selected {
	background: url("../images/icons/l2-icon-active.gif") no-repeat center bottom;
	color: #3466FA;
}
.l3 A:HOVER, .l3 A.selected {
	background: url("../images/icons/l3-icon-active.gif") no-repeat center bottom;
	color: #99CB0C;
}
.l4 A:HOVER, .l4 A.selected {
	background: url("../images/icons/l4-icon-active.gif") no-repeat center bottom;
	color: #CB3335;
}
