html, body {
	padding: 0px; 
	margin: 0px;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}


body {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	text-align: justify;
	background-color: #F3F3F3;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	overflow-x: hidden;
}

p {
	margin: 10px 0px 5px 0px;
}

td p {
	margin: 0px 0px 5px 0px;
}

.normal {
	font-family: Verdana;
	font-size: small;
}


.fieldset_title_normal
{
	line-height: 16px;
}


.x_normal {
	font-family: Verdana;
	font-size: xx-small;
	color: #6A6A6A;
}


.top_right_text {
	position: absolute;
	top: 125px;
	left: 350px;
	padding:3px;
	width: 80px;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #757575;
	text-align: left;
	z-index:2;
}

a.lngLink:link, a.lngLink:visited, a.lngLink:hover {
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

.top_search {
	position: absolute;
	top: 125px;
	left: 445px;
	padding: 0px;
	width: 220px;
	height: 20px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	z-index:2;
	vertical-align: bottom;
	overflow: hidden;
	background-color:transparent;
}

.searchField {
	font-size: 10px;
	background-color: #CACCCC;
	border: 1px solid #FFFFFF;
}

.searchArea {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 20px;
}
.searchAreaB {
	position: absolute;
	top: 0px;
	right: 2px;
	width: 20px;
	height: 20px;
}

.faq_leeg {
	list-style-image: url(images/faq_leeg.gif);
}

.faq_vol {
	list-style-image: url(images/faq_vol.gif);
}

/*****************************************************
 * EVENT STYLES (NEWS & EVENTS & SEMINARS)
 *****************************************************/
#event_content {
	margin: 0px;
	float: left;
	width: 406px;
	text-align: justify;
}
.event_title {
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.event_information {
	color: #707070;
	font-size: small;
	text-align: justify;
	font-family: Verdana;
	line-height: 18px;
}
.event_description {
	text-align: left;
	font-size: small;

}
a.event_url:link, a.event_url:visited {
	text-decoration: underline;
	color: #377C78;
	font-style: normal;
}
a.event_url:hover {
	text-decoration: none;
	color: #377C78;
	font-style: normal;
}

/*****************************************************
 * SITEMAP
 
 *****************************************************/

.sitemapcontent
{
	font-size: small;
	margin: 0px;
	margin-top: 15px;
}

.sitemap1, .sitemap2, .sitemap3, .sitemap4
{	height: 20px;
	width: 150px;
	padding-left: 3px;
}

.sitemap1
{	background-color: #D50100;
}

.sitemap2
{	background-color: #7E7373;
}

.sitemap3
{	background-color: #A09797;
}

.sitemap4
{	background-color: #8E8E8E;
}

a.sitemap, .sitemap
{	color: #FFFFFF;
}

a.sitemap
{
	text-decoration: underline;
}

a.sitemap
{
	text-decoration: underline;
}
/*****************************************************
 * LANGUAGE
 
 *****************************************************/
 
.taalNL, .taalFR, .taalEN, .taalDE
{	width: 150px;
	height: 250px;
	color: #336699;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;	
	text-align: center;
	vertical-align: middle;
}
.taalNL
{	background-image: url(../../images/taal_nl.gif);
}
.taalFR
{	background-image: url(../../images/taal_fr.gif);
}
.taalEN
{	background-image: url(../../images/taal_en.gif);
}
.taalDE
{	background-image: url(../../images/taal_du.gif);
}

/*****************************************************
 * CONTENT
 *****************************************************/
.backLink , .backLink a:active, .backLink a:hover, .backLink a:visited, .backLink a:link {
	text-decoration: underline;
	color:#333333;
}


