body {
	background-color:#ffffff;
	width:100%;
	margin:0;
}


body.bgcontent {
  background-image: url(../pics/bg_content2.gif);
  background-repeat: repeat;
 /* background-attachment: fixed; */
  background-position: 0% 20%;
}

iframe {
	width:240px;
	height:400px;
	border: 0px;
	}

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 300px; /*marquee height */
background-color: white;
overflow: hidden;
border: 0px solid orange;
padding: 2px;
padding-left: 4px;
}


/*-------- CONTENT --------*/
table {
margin-left: 0px;
}

td {   
	font-family:Arial, Helvetica, Helv, sans-serif;
	color: #000000;vertical-align:top;
}

td.bottom {   
	font-family:Arial, Helvetica, Helv, sans-serif;
	color: #000000;vertical-align:bottom;
}


div.title {         
	font-weight: bold;
	text-transform: uppercase;
	color: #2b2b2b;
	letter-spacing:1px;
	font-size: 1.1em;
}

div.poptitle {         
	font-weight: bold;
	text-transform: uppercase;
	color: #2b2b2b;
	letter-spacing:1px;
	font-size: 0.9em;
}

div.heading {
	font-weight:bold;
	text-transform:none;
	color:#B4191D;
	padding-bottom:12px;
	font-size:110%;
}

span.subkop {
  	color: #FD9F0B;
	font-size: 100%;       
	font-weight: bold;
	line-height:23px;
}

div.text {
	font-size: 0.8em;
}

div.celltext{

}

.text{
	font-family:Arial, Helvetica, Helv, sans-serif;
	color:#000000;
	line-height:21px;
	margin:0pt;
}

/*-------- LINKS --------*/

a {
	font-weight:bold;
	text-decoration: underline; 
	color: #4688b8;
} 

a:hover {
   text-decoration:none;
	color:#62a4d4;
}

/* ------- NAVIGATIE ----------- */

td a.navig {
	background-color:#ffffff;
}

td a.navig:hover {
	/* border-top: 1px dashed #000000; */ 
	/* background-color:#FAF26E; */
	width: 100%;
}

a.navig {
	font-weight:bold;
	text-decoration: none; 
	color: #4688b8;
	width: 176px;
	height: 38px;
} 

a.navig:visited {
	font-weight:bold;
	text-decoration: none; 
	color: #4688b8;
	width: 176px;
	height: 38px;
} 

a.navig:hover {
	font-family: Times, serif;
	font-style: italic;
	font-size: 100%;
	text-decoration:none;
	color:#62a4d4;
	padding-left:3px;
	width: 176px;
	height: 38px;
	/* background-color:#ce3ce3; */
}

td a.navig:hover div.sub {
	letter-spacing:1px;	
	padding-left:3px;
}

div.sub {
font-family:Arial, Helvetica, Helv, sans-serif;
font-size:70%;
color:#000000;
border-bottom: 1px dashed #000000;
}


/*-------- PICTURES --------*/
img {
	margin:0px;
	border:0px;
	padding:0px;
}


/*-------- LIST --------*/



ul {
	margin-left:     30px;
	margin-top:      0px;
	margin-bottom:   0px;
}

ol {
	margin-left:     30px;
	margin-top:      0px;
	margin-bottom:   0px;
}

li {
	color			: #2B2B2B;
	list-style 		: solid;
}
