body {
	background: #000000;
	background-image: url(../img/-verloop.jpg);
    	background-position: 0px 0px;
    	background-repeat: repeat; 
	margin: 0px; padding:0px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	line-height: 1.2;
	text-align: justify;
	color: #2A2A2A;
 	overflow: -moz-scrollbars-vertical;
	}

a img {
	border: none; 
	}	
	
h1	{
	font-family: Verdana, Helvetica, Arial;
	color: #ffffff;
	}
	
strong {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12pt;
	line-height: 1.2;
	text-align: left;
	color: #e3e3e3;
	}	
	
a:link, a:visited { 
	font-weight: bold; 
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial;
	font-size: 9pt;
	line-height: 1.3;
	text-decoration: none; 
	}

a:active { 
	font-weight: bold; 
	color: #F5BC2C;
	font-family: Verdana, Helvetica, Arial;
	font-size: 9pt;
	line-height: 1.3;
	text-decoration: none;
	}

a:hover { 
	font-weight: bold; 
	color: #949494;
	font-family: Verdana, Helvetica, Arial;
	font-size: 9pt;
	line-height: 1.3;
	text-decoration: none;
	}
	
a.bodylink:link, a.bodylink:visited { 
	font-weight: bold; 
	color: #F5BC2C;
	font-family: Verdana, Helvetica, Arial;
	font-size: 9pt;
	line-height: 1.3;
	text-decoration: none; 
	}

a.bodylink:active { 
	font-weight: bold; 
	color: #F5BC2C;
	font-family: Verdana, Helvetica, Arial;
	font-size: 9pt;
	line-height: 1.3;
	text-decoration: none;
	}

a.bodylink:hover { 
	font-weight: bold; 
	color: #F5BC2C;
	font-family: Verdana, Helvetica, Arial;
	font-size: 9pt;
	line-height: 1.3;
	text-decoration: underline;
	}
	
  SCROLLBAR-FACE-COLOR: #D6D3BD; 
  SCROLLBAR-HIGHLIGHT-COLOR: #DFCFCF; 
  SCROLLBAR-SHADOW-COLOR: #2F2402;
  SCROLLBAR-3DLIGHT-COLOR: #2F2402; 
  SCROLLBAR-ARROW-COLOR: #2F2402; 
  SCROLLBAR-TRACK-COLOR: #D6D3BD; 
  SCROLLBAR-DARKSHADOW-COLOR: #2F2402;
 
 .fake {
	/* leeg omdat scrollbalken mijn kleuren door elkaar gooien */
	}

div {
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	line-height: 1.2;
	text-align: left;
	color: #e3e3e3;
	}
 
/* ALLES MET DIV CLASSES OPLSOSSEN */ 
 .container {				/* Deze bevat header, container, body en footer */
	position: absolute;
    width: 750px;  
	top: 20px;
	left: 50%;
    margin-left: -400px;	/* Helft van de breedte, negatief */	
	}

.header {
	position: relative;
    height: 60px;
	width: 750px;
	top: 0px;
	left: 0px;	
	background-image: url(../img/top.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat; 
	border: 0px solid red;
	}

.body {
	position: relative;
    width: 750px;
	/* height: 100%; */
	top: 0px;
	left: 0px;	
	margin-top: 0px;
	background: #000000;
	background-image: url(../img/main.gif);
    background-position: bottom left;
    background-repeat: repeat; 	
	border: 0px solid red;	
	}
	
.alt-body {				/* Body voor de galerie */
	position: relative;
    width: 690px;
	top: 0px;
	left: 0px;	
	margin-top: 0px;
	background: #000000;
	background-image: url(../img/alt-main.gif);
    background-position: bottom left;
    background-repeat: repeat; 	
	border: 0px solid red;	
	}
	
.body_pic {  				/* Deze zit in de body class */
	position: relative;
	width: 750px;	
	height: 250px;
	top: 0px;
	left: 0px;
	margin-top: 0px;	
	border: 0px solid red;
	}
	
.body_text {  				/* Deze zit in de body class */
	position: relative;
	width: 690px;	
	height: 100%;
	top: 0px;
	left: 30px;
	margin-top: 15px;	
	border: 0px solid red;
	}
		
.footer {
	position: relative;
    width: 750px;
    height: 75px;
	top: 0px;
	left: 0px;	
	background-image: url(../img/footer.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat; 
	border: 0px solid green;
	font-family: Verdana, Helvetica, Arial;
	font-size: 7pt;
	line-height: 1.4;
	text-align: center;
	color: #999999;
	}
	
.alt-footer {
	position: relative;
    width: 750px;
    height: 75px;
	top: 0px;
	left: 0px;	
	background-image: url(../img/alt-footer.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat; 
	border: 0px solid green;
	font-family: Verdana, Helvetica, Arial;
	font-size: 7pt;
	line-height: 1.4;
	text-align: center;
	color: #999999;
	}
	
 .box_350px {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-style: normal;
	width: 350px;
	border: 1px solid #D6D3BD;
	background-color: #e2e2e20;
	}
	
 .box_75px {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-style: normal;
	width: 75px;
	border: 1px solid #000000;
	background-color: #D6D3BD;
	}
	
table {
	border-collapse: separate;
	border-spacing: 5px 1px;
	empty-cells: hide;
	}

th {
	background: #F0A81E;
	vertical-align: baseline;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11pt;
	color: #2A2A2A;
	}

tr {
	vertical-align: left;
	border-size: 0px ; 
	padding: 0px 0px;
	}

td {
	vertical-align: left;
	border-size: 0px ; 
	padding: 0px 0px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	line-height: 1.2;
	text-align: left;
	color: #e3e3e3;
	}
	

	

