/* -------------------- ALGEMEEN -------------------- */

body {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt; 
	color: #FFFFFF;
	background-image:url('images/background.png');
	background-position: center;
}

img {
    border:0px;
}

.all {
	width: 950px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
}

.L1 {
	width: 950px;
	height: 126px;
	padding: 0px;
	background: url('images/layout_01.png') no-repeat;
}

.L2A {
	width: 85px;
	height: 32px;
	background: url('images/layout_02.png') no-repeat;
	float: left;
}

.L2B {
	width: 120px;
	height: 32px;
	padding: 0px;
	background: url('images/layout_03.png') no-repeat;
	float: left;
}

.L2C {
	width: 97px;
	height: 32px;
	padding: 0px;
	background: url('images/layout_04.png') no-repeat;
	float: left;
}

.L2E {
	width: 87px;
	height: 32px;
	padding: 0px;
	background: url('images/layout_05.png') no-repeat;
	float: left;
}

.L2F {
	width: 37px;
	height: 32px;
	padding: 0px;
	background: url('images/layout_06.png') no-repeat;
	float: left;
}

.L2G {
	width: 87px;
	height: 32px;
	padding: 0px;
	background: url('images/layout_07.png') no-repeat;
	float: left;
}

.L2H {
	width: 85px;
	height: 32px;
	padding: 0px;
	background: url('images/layout_08.png') no-repeat;
	float: left;
}

.L2I {
	width: 121px;
	height: 32px;
	padding: 0px;
	background: url('images/layout_09.png') no-repeat;
	float: left;
}

.L2J {
	width: 67px;
	height: 32px;
	padding: 0px;
	background: url('images/layout_10.png') no-repeat;
	float: left;
}

.L2K {
	width: 61px;
	height: 32px;
	padding: 0px;
	background: url('images/layout_11.png') no-repeat;
	float: left;
}

.L2L {
	width: 103px;
	height: 32px;
	padding: 0px;
	background: url('images/layout_12.png') no-repeat;
	float: left;
}


.L2A:hover {
	width: 85px;
	height: 32px;
	background: url('images/layout2_02.png') no-repeat;
	float: left;
}

.L2B:hover {
	width: 120px;
	height: 32px;
	padding: 0px;
	background: url('images/layout2_03.png') no-repeat;
	float: left;
}

.L2C:hover {
	width: 97px;
	height: 32px;
	padding: 0px;
	background: url('images/layout2_04.png') no-repeat;
	float: left;
}

.L2E:hover {
	width: 87px;
	height: 32px;
	padding: 0px;
	background: url('images/layout2_05.png') no-repeat;
	float: left;
}

.L2F:hover {
	width: 37px;
	height: 32px;
	padding: 0px;
	background: url('images/layout2_06.png') no-repeat;
	float: left;
}

.L2G:hover {
	width: 87px;
	height: 32px;
	padding: 0px;
	background: url('images/layout2_07.png') no-repeat;
	float: left;
}

.L2H:hover {
	width: 85px;
	height: 32px;
	padding: 0px;
	background: url('images/layout2_08.png') no-repeat;
	float: left;
}

.L2I:hover {
	width: 121px;
	height: 32px;
	padding: 0px;
	background: url('images/layout2_09.png') no-repeat;
	float: left;
}

.L2J:hover {
	width: 67px;
	height: 32px;
	padding: 0px;
	background: url('images/layout2_10.png') no-repeat;
	float: left;
}

.L2K:hover {
	width: 61px;
	height: 32px;
	padding: 0px;
	background: url('images/layout2_11.png') no-repeat;
	float: left;
}

.L2L:hover {
	width: 103px;
	height: 32px;
	padding: 0px;
	background: url('images/layout2_12.png') no-repeat;
	float: left;
}

.L3 {
	width: 950px;
	height: 55px;
	float: left;
}

.L4 {
	width: 919px;
	height: auto;
	padding-left: 18px;
	padding-right: 13px;
	background: url('images/layout_15.png');
	float: left;
}

.popup {
	visibility: visible;
	position: absolute;
	height: 585px;
	width: 410px;
    left: 50%;
    top: 50%;
    background-color: black;
    margin: -300px 0 0 -205px;
    text-align: center;
}



/* -------------------- TEKST, LINKS EN KNOPPEN -------------------- */

a	{ color: #FFFFFF; text-decoration: underline; }
a:hover	{ color: #FFFFFF; text-decoration: none; }