 @import url("../css/menu.css");

html,
body
{
	height:100%;
	margin:0 0 0px 0;
	padding:0;
}

body
{
	text-align:center;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:170%;
	padding:0px;
	margin:0px 0px 0px 0px;
	background: #f2f2f2;
	
}

/* ----- generic styling ----- */

p {
	margin: 0 0 20px 0; 
	padding:0;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 160%;
}

h2 { 	margin: 0;}

h3,
h4,
h5 
{
	margin: 0;
	font-size: 100%;
}

ul,
li,
ol
{
	margin: 0;
}

a { color:#bd171d;}

a:hover {}

a, object { outline: none; }

em, i 
{ 
	width: 95%; 
	font-size: 100%; 
}

hr {}

h1 span { display: none; }
h2 span { display: none; }

img { margin: 0px; padding: 0px; border: 0px; }
embed { margin: 0px; padding: 0px; }
object{ margin: 0px; padding: 0px;}


.floatLeft  {float: left;}
.floatRight {float: right;}
.clearRight {clear: right;}
.clearLeft {clear: left; }
.clearBoth {clear: both;}

.padding { padding: 20px 20px 20px 20px;}

/*====================================================================================*/
/*	structure																								  */
/*====================================================================================*/


div#mainContainer {
	background:#ffffff url(../img/bg_body.gif) top left repeat-x;
}

body.next div#mainContainer {
	background:#ffffff url(../img/bg_body_next.gif) top left repeat-x;
}

div#contentContainer {
	position: relative;
	display: block;
	margin: 0px auto 0px auto; /*uitlijning midden (auto) + 20 px topmargin*/
	padding: 0px;
	width:970px;
	text-align: left;
	background:none;
}

#topNavContainer {
	background: none;
	height: 49px;
	margin: 0px;
	padding: 0px;
}

#headerContainer {
	display: block;
	position: relative;
	height: 224px; /*officieel 225, maar dat geeft een randje in ie6*/
	width:960px;
	background: black;
	z-index:50;
}

body.next #headerContainer {
	display: block;
	height: 131px;
	width:100%;
	background: white;
	background:url(../img/bg_header_next.gif);
}

.headerBottomContainer{

	position: absolute;
	width: 720px;
	height: 75px;
	float: right;
	right: 0px;
	top: 149px;
	background: url(../img/bg_header_bottom.png) top left repeat-x;
	border: none;
}
.png {
	z-index: 1;
}

.headerBottomContent{
	adding: 45px 10px 10px 25px;
	osition: relative;
	position: absolute;
	top: 192px;
	left: 270px;
	z-index: 50;

	
}

body.next #headerContent {
		padding: 15px 10px 10px  275px;

}

#logoContainerLeft{
	width: 240px;
	height: 160px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	ackground: url(../img/bg_logo_left.jpg) top left no-repeat;
	background: white;
}

div#headerBox{}

div#wrap{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-height: 100px;
}

#innerWrap{
	position: relative;
}

div#columnsRight{
	position: relative;
	float: right;
	width: 730px;
	background:url(../img/bg_content_dropshadow.gif) top left no-repeat;
	height: 280px;
	min-height: 280px;	
}

*> div#columnsRight
{
	height: auto;
}

body.next div#columnsRight{
	background: url(../img/bg_content_dropshadow_next.gif) top left no-repeat;
}


#leftNavContainer
{
	width: 230px;
	float: left;	
}




/*comumn 1*/
/*
div#columnsLeft {
	position: relative;
	width:280px;
	margin: 0px 0px 0px 0px;
	background: red;
}
*/

/*column 2*/
div#innerColumnLeft {
	osition: relative;
	float: left;
	/*width: 460px; */
	width: 460px;
	padding: 0px 0px 30px 0px;
}
/*
body.next div#innerColumnLeft  {
	width: 600px;
}
*/
/*column 3*/
div#innerColumnRight {
	position: relative;
	width: 240px;
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 30px 0px;
}

/*
body.next div#innerColumnRight  {
	display: none;
}
*/

div#wrapStretcher {
	position: relative;
	display: block;
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	width: 100%;
}

div#footerContainer {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: none;
	border-top: 1px solid #d9d9d9;
	text-align: center;
}

div#footerBox {
	position: relative;
	margin: 0px auto 0px auto; /*uitlijning midden (auto) + 20 px topmargin*/
	padding: 20px 0px 0px 0px;
	display: block;
	height: 100%;
	width: 970px;
	text-align: left;
	background: none;
}

/*====================================================================================*/
/*	 topNav																							 		 */
/*====================================================================================*/

div#topNavContainer {
}

div#topInfoBox{
	padding-top: 20px;
	color: #bd171d;
	font-weight: bold;
}

div#topInfoBox a{
	color: #bd171d;
}

div#topNav {
	float: right;
	padding-top: 20px;
}


ul#topNavigation li.headlink ul {
	isplay: none;
	position: absolute;
	float: none;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 180px;
	border-top: 3px solid #bd171d;
	z-index:100;

}

ul#topNavigation li.headlink ul.login {
	left: 680px;
	top: 45px;
} 

ul#topNavigation li.headlink ul.location {
	left: 795px;
	top: 45px;
}



div#topNav ul#topNavigation li.headlink ul li{
	clear: both;
	background: none;
	list-style: none;
	ist-style-position: inside;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 180px;
	height: 32px;
	text-align: left;
	background: url("../img/bg_uitklap_li.gif") bottom left;


}

ul#topNavigation li.headlink li a{
	ackground: none;
	position: relative;
	padding-left: 40px;
	margin-right: 20px;
	margin-top: 8px;
	margin: 0px;
	top:5px;
	left: 10px;



}



ul#topNavigation ul li a.ne{	background-image: url("../img/bg_flag_ne.gif") }
ul#topNavigation ul li a.en{	background-image: url("../img/bg_flag_en.gif") }
ul#topNavigation ul li a.fr{	background-image: url("../img/bg_flag_fr.gif") }
ul#topNavigation ul li a.sp{	background-image: url("../img/bg_flag_sp.gif") }
ul#topNavigation ul li a.de{	background-image: url("../img/bg_flag_de.gif") }
ul#topNavigation ul li a.be{	background-image: url("../img/bg_flag_be.gif") }


ul#topNavigation ul li a {
	background-position: left 1px!important;
	background-repeat: no-repeat!important;
}

ul#topNavigation li.headlink span {
	height: 29px;
	display: block;
	color: #bd171d;
	font-weight: bold;
	cursor: pointer;
	text-align: right;
}

ul#topNavigation li.headlink span.location{
	padding: 0px 50px 0px 0px;
	background:url("../img/bg_worldmap_small.gif") top right no-repeat;
}


ul#topNavigation li.headlink:hover ul {
	isplay: block;
	width: 180px;
	background: white;
	z-index: 100;
	position: absolute;

}

div#topNav ul#topNavigation{
	list-style: none;
}

div#topNav ul#topNavigation li{
	loat: left;
	padding: 0px 20px 0px 20px;
	order-right: 2px solid #bd171d;
	background: url(../img/bg_topnav_seperator.gif) right 5px no-repeat;
}
div#topNav ul#topNavigation li#last{
	background: none;
}

div#topNav ul#topNavigation li a{
		color: #bd171d;
		font-weight: bold;
		text-decoration: none;
			text-align: left;
}

div#topNav ul#topNavigation li a:hover{
	text-decoration: underline;
}

div#topNav ul#topNavigation li {
	float: left;
	osition: relative;
	idth: auto;
	width: 160px;
}

/*====================================================================================*/
/*	 Header																									  */
/*====================================================================================*/

.headerBottomContent h2,
#headerContent h2{
	color: white;
	font-size: 125%;
	font-weight: bold;
}

div#logo{
	position: absolute;
	top: 100px;
	left: 30px;
	width: 165px;
	height: 35px;
	z-index: 60;

}

body.home div#logo{
	top: 135px;
}

div#logo a{ 
	isplay: block;
	idth: 100%;
	eight: 100%;
}

/*====================================================================================*/
/*	 Footer																									  */
/*====================================================================================*/

/*#a7a9ac*/

div#footerBox .footerContentBox{
	float: left;
	color: #a7a9ac;
	font-size: 120%;
	line-height: 170%;
	width: 245px;
	padding-bottom: 30px;

}


/*====================================================================================*/
/*	 Innerstyling																							  */
/*====================================================================================*/

.contentBox, h1, h2, h3, p {
	color: #006936;
}

div#innerColumnLeft {	margin-top: 50px;}
body.next div#innerColumnLeft {	margin-top: 0px;}

div#innerColumnRight { margin-top: 50px; }
body.next div#innerColumnRight { margin-top: 0px; }



div#innerColumnLeft .contentBox{
	padding: 0px 0px 0px 30px;

}

div#innerColumnRight .contentBox {
	padding: 10px 10px 10px 10px;
}

div#innerColumnRight .contactBox{
position: relative;
	margin: 0px 10px 0px 10px;
	width: 220px;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f5f5f5 url(../img/bg_contact_box.gif) right bottom no-repeat;
}

div#contactLinkContainer {
	ackground: none;
	background: red;
	opacity:0;
	filter:alpha(opacity=0);
	position: absolute;
	width: 25px;
	height: 25px;
	bottom: 0;
	right: 0;
	z-index: 50;
}

div#contactLinkContainer a{
display: block;
width: 100%;
height: 100%;
}

div#innerColumnRight div.imgBox {
	margin: 0px 10px 20px 10px;
}

div#innerColumnRight div.imgBox img{
	border: 1px solid #d9d9d9;
}

div.rssItemBox {
	margin: 0px 0px 20px 0px;
}

span.feedDate {
	color: #a7a9ac;
}

a.rssLink{
	color: #006936;
	font-weight: bold;
	text-decoration: none;
}

a.rssLink:hover {
	text-decoration: underline;
}

.contentBox .RssReadMore {

	text-align: right;
}

.contentBox .RssReadMore a {
	color: #bd171d;
	padding: 0px 15px 0px 0px;
	background: url(../img/bg_rss_readmore.gif) right 1px no-repeat;
	text-decoration: none;
}

.contentBox .RssReadMore a:hover {
	text-decoration: underline;
}

.contactBoxContent {
	padding: 10px;
}

.contactBoxContent h3{
	color: #a7a9ac;
	font-size: 120%;
}

.contactBoxContent h2 a{
	color: #bd171d;
	font-size: 17px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
}

div.contactBoxContent h2 a:hover{
	text-decoration: underline;
}


.contactBoxContent p{
	color: #a7a9ac;
}

img.worldmap{
	margin: 40px 0px 0px 0px;
}


div.fileBox {
	padding: 10px;
	margin-top: 10px;
	background: #F2F2F2;
	border: 1px solid #D9D9D9;
	osition: relative;
	idth: 400px;
	clear: both;
}

div.fileBox a{
	display: block;
	color: #006936;
	font-weight: bold;
	ext-decoration: none;
}

div.fileBox span {
display: block;
}

/*====================================================================================*/
/*	 		FORM STYLING																					  */
/*====================================================================================*/
form {
	background: #f2f2f2;
	width: 430px;
	color: #919294;
	font-weight: bold;
	padding: 10px 0px 20px 0px;
	
}

form ul{
	padding: 0px;
	margin: 0px;
	ist-style-position: inside;
}
form li{
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 20px;
	font-size: 110%;
}

form li div.label {
	margin: 0px;
	padding: 0px;
}


form input.text,
form input.password,
form textarea{
	width: 390px;
	border: 2px solid #d4d4d5;
	padding: 0px;
}

form span.errorMessage {
	color: #BD171D;
	font-size: 90%;
	font-weight: normal;
}

form input.text,
form input.password {
	padding: 3px 0px 3px 0px;
}

div.label {
	margin: 0px;
	padding: 0px;
}

div.label label{
	padding: 0px!important;
	margin: 0px!important;
	ist-style-position: inside;
}

form input.submit{
	
}

	background: #bd171d;
	border: 0px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

form span.radio {
	
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	order: 1px solid red;
	ertical-align: top;
	display: table-cell;
	float: left;
}

form span.radio input {
	eight: 100%;
	position: relative;
	float: left;
	top: 0px;
	
}

form span.radio label {
	ackground: red;
	font-weight: normal;
	display: block;
	width: 380px;
	float: left;
	margin: 0px;
	padding: 0px;
}




