body{
	background-image: url(../beelden/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #151e53;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#mainContainer{
	width: 945px;
	height: 100%;
	text-align: left;
	margin: 0 auto 0;
	position: relative;
}

#intro{
	margin: 15px 0 0 0;
}

#skip_intro{
	margin: 2px 40px 0 0;
	width: 150px;
	height: 20px;
	display: block;
	float: right;
}

* html #skip_intro{
	margin: 2px 20px 0 0;
}

#skip_intro a {
	color: #151e53;
	border-bottom: 1px dotted;
}

#audio{
	margin: 2px 0 0 120px;
	width: 160px;
	height: 20px;
	display: block;
	float: left;
}

* html #audio{
	margin: 2px 0 0 60px;
}

#audio_icon{
	margin: 0 0 0 10px;
	width: 250px;
	height: 20px;
	display: block;
	float: left;
}

#banner{
	background-repeat:no-repeat;
	display: block;
	float:left;
	height:125px;
	width: 703px;
	margin: 0 0 0 0;
}

#banner_foto1{
	display: block;
	float:left;
	height: 125px;
	width: 242px;
}

#banner_foto2{
	display: block;
	float:left;
	height: 54px;
	width: 242px;
}

#banner_links{
	position: relative;
	display: block;
	float:left;
	height: 179px;
	width: 24px;
	margin: 0 0 0 -24px;
}

#banner_onder{
	position: relative;
	display: block;
	float:left;
	height: 39px;
	width: 235px;
	margin: 0 0 0 -24px;
}

#banner_ws{
	display: block;
	float: left;
	height: 39px;
	width: 150px;
}

#mainContent{
	width:10px;
	margin: 0 0 0 0;
	border-left: 211px dashed;
	border-right: 710px dashed;
	border-color: transparent;
	float: left;
}

* html #mainContent{
	border-color: #FFFFFF;
	filter: chroma(color=#FFFFFF);
}

#leftContent{
	position: relative;
	margin: 0 0 0 -211px;
	padding: 0 0 0 0;
	display: block;
	float: left;
	height: 377px;
	width: 211px;
}

#centerContent{
	float: left;
	width: 20px;
	margin-right: -20px;
}

#rightContent{
	width: 710px;
	margin: 0 -720px 0 0;
	padding: 0 0 0 10px;
	position: relative;
	float: right;
}

#content_boven{
	background-repeat: no-repeat;
	margin: 0 0 0 0px;
	display: block;
	float: left;
	width: 710px;
	height: 10px;
}

#content{
	background-color: #FFFFFF;
	margin: 0 0 0 0px;
	padding: 10px 20px 15px 20px;
	display: block;
	float: left;
	width: 670px;
	min-height: 332px;
}

* html #content{ 
	padding: 10px 20px 15px 20px;
	height: auto;
	height: 324px;
}

#content_onder{
	background-repeat: no-repeat;
	margin: 0 0 0 0px;
	display: block;
	float: left;
	width: 710px;
	height: 10px;
}

#footer .footer_links{
	margin: 10px 0 10px 245px;
	display: block;
	float: left;
	font-size: 10px;
	color: #7a6c4c;
}

* html #footer .footer_links{
	margin: 10px 0 10px 120px;
}

#footer .footer_rechts{
	margin: 10px 18px 10px 0;
	display: block;
	float: right;
	font-size: 10px;
	color: #7a6c4c;
}

* html #footer .footer_rechts{
	margin: 10px 10px 10px 0;
}

img.floatRight { 
    float: right; 
    margin: 4px 4px 4px 8px;
	padding: 4px;
	border:solid;
	border-color: #d5d5d5;
	border-width: 1px;
}


/* BEGIN MENU -------------------------------------------------- */

#nav{
	padding:0;
	margin:0;
	list-style:none;
	height:54px;
	z-index:200;
	width:703px;
	display: block;
	float: left;
}
#nav li.top{
	display:block;
	float:left;
}
#nav li a{
	display:block;
	float:left;
	height:54px;
	width:150px;
	text-decoration:none;
	padding:0;
}
#nav li a strong{
	visibility: hidden;
}
#nav li a.home{
	background:url(../beelden/btn_home.png);
	background-repeat: no-repeat;
	width: 62px;
}
#nav li a.nzt{
	background:url(../beelden/btn_nzt.png);
	background-repeat: no-repeat;
	width: 97px;
}
#nav li a.gt{
	background:url(../beelden/btn_gt.png);
	background-repeat: no-repeat;
	width: 73px;
}
#nav li a.acco{
	background:url(../beelden/btn_acco.png);
	background-repeat: no-repeat;
	width: 116px;
}
#nav li a.de{
	background:url(../beelden/btn_de.png);
	background-repeat: no-repeat;
	width: 72px;
}
#nav li a.about{
	background:url(../beelden/btn_about.png);
	background-repeat: no-repeat;
	width: 74px;
}
#nav li a.contact{
	background:url(../beelden/btn_contact.png);
	background-repeat: no-repeat;
	width: 70px;
}
#nav li a.links{
	background:url(../beelden/btn_links.png);
	background-repeat: no-repeat;
	width: 48px;
}
#nav li a.gb{
	background:url(../beelden/btn_gb.png);
	background-repeat: no-repeat;
	width: 91px;
}

/* #nav li:hover a, #nav a:hover {background-position: 0 54px;} */

#nav table{
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	padding:0;
	width:0;
	height:0;
	margin:-1px;
}
#nav .sub{
	position:absolute;
	top:-9999px;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li:hover{
	position:relative;
	z-index:200;
}
#nav a:hover{
	position:relative;
	z-index:200;
}
#nav :hover ul.sub{
	left:0;
	top:54px;
	background: #807354;
	z-index:300;
}
#nav :hover ul.sub li{
	display:block;
	position:relative;
	float:left;
	font-size:6px;
}
#nav :hover ul li a.flanders_belgium{
	background-repeat: no-repeat;
	width: 72px;
	height: 30px;
}
#nav :hover ul li a.europe{
	background-repeat: no-repeat;
	width: 72px;
	height: 20px;
}

#nav :hover ul.sub li a:hover {
	background-position: 0 60px;
	position:relative;
}

/* EINDE MENU -------------------------------------------------- */

/*Nieuw */

a{
	text-decoration: none;
}
h1 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
} 
h3{ font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #ae0304; 
}
.roodvet { color: #ae0304;
font-weight: bold; }
.subkop{ font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color: #ae0304; 
}
#content a
{
color: #151e53;
border-bottom: 1px dotted;
}
.small {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}
#footer a
{
	font-size: 10px;
	color: #7a6c4c;
}
.invoerveld
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 
.tekstveld
{
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #151e53;
	border: 1px solid #7a6c4c;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.veiligheid
{
	width: 166px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #151e53;
	border: 1px solid #7a6c4c;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
textarea
{
width: 528px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #151e53;
border: 1px solid #7a6c4c;
padding: 6px;
}
.formulierlinks
{	
	width: 90px;
	height: 32px;
	vertical-align: middle;
}
.formuliercomment
{
padding-top: 28px;
vertical-align: top;	
}
.formulierrechts
{
padding-left: 20px;
width: 120px;
height: 32px;
vertical-align: middle;

}
.formuliertweedekolom
{
width: 200px;
height: 32px;
}
.formulierderdekolom
{
width: 210px;
height: 32px;
}
.commentruimte
{
	padding: 20px 0 0 0;
}
.button
{
border: 1px solid #7a6c4c;
color: #151e53;
}
.LV_invalid {
    color:#ae0304;
}
LV_invalid_field,input.LV_invalid_field:hover, input.LV_invalid_field:active,textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
    border: 1px solid #ae0304;
}