﻿/* default css */
*{
	margin:0;
	padding:0;
}
body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial;
	font-size: 11px;
}
.skeleton{
	margin:0px auto;
	text-align:left;
	width:970px;
}
/* header */
.header{
	background: transparent url('../Images/h-bgr.jpg') repeat-x 0 0;
	height:58px;
}
.hL{
	background-image:url('../Images/h-bgrL.jpg');
	height:58px;
	width:20px;
	float:left;
}
.hR{
	background-image:url('../Images/h-bgrR.jpg');
	height:58px;
	width:20px;
	float:right;
}
.logo{
	background:transparent url('../Images/logo.jpg') no-repeat left bottom;
	height:40px;
	width:105px;
	padding-top:17px;
	float:left;
}
/* Main */
#Main{
	background: transparent url('../Images/bg.jpg') no-repeat 50% 40px ;
	width: 100%;
	text-align: center;
	height: 550px;
}
.location { text-align: left; float: right; margin: 45px 60px 275px 0; _margin-right: 30px; }
	.location img {	margin-bottom: 5px; }
	.location ul li { 
		display: block; 
		background: transparent url('../Images/button.gif') no-repeat; 
		width: 175px; 
		line-height: 24px; 
		margin-bottom: 8px;
		_margin-bottom: 5px;
	}
		.location ul a, .location ul a:visited { 
				display: block; 
				text-decoration: none; 
				color: #000;
				font-weight: bold; 	
				padding-left: 28px;	
				background-position: 8px 50%;
				background-repeat: no-repeat
		}
		.location ul a:hover { text-decoration: underline }
		.location ul li.nl a { 
			background-image: url('../Images/flag-nl.gif'); 
		}
		.location ul li.be a { 
			background-image: url('../Images/flag-be.gif'); 
		}

#scrollup {
	clear: both;
	margin: 0 auto;
   	position: relative;
   	overflow: hidden;
   	height: 100px;
	width: 795px;
	font-size: 12px !important;
	line-height: 16px
 }
 .headline {
   	position: absolute;
   	top: 210px;
   	left: 5px;
   	height: 95px;
	width: 785px;
 }

/* footer */
.footer{
	background:transparent url('../Images/f-bgr.gif') repeat-x 0 0;
	height:50px;
	color:#b8b8b8;
	margin-top:15px;
}
.footer .fTxt{
	float:left;
	padding-left:15px;
	padding-top: 1px;
}
.fL{
	background-image:url('../Images/f-bgrL.gif');
	height:16px;
	width:5px;
	float:left;
}
.fR{
	background-image:url('../Images/f-bgrR.gif');
	height:16px;
	width:5px;
	float:right;
}
/* elements */
a{outline:none;}
p{margin-bottom:15px;}
h1 {font-size:14px;color: #00933e}
h2{	font-size:12px;}
ul li{list-style:none;}
.selLong{width:194px; font-size:11px;}
/* layout */
.colLeft{
	width:224px;
	float:left;
	padding-bottom:50px;
}
.colContent{
	width:716px;
	/* _width: 696px; */
	float:left;
	padding:16px 20px 0 0;
}
.colMidContent{
	width:472px;
	float:left;
	padding:0px 20px 10px;
}
	.colMidContent .flashCont{
		width:472px;
		margin-bottom:15px;
	}
	.colMidContent ul{	margin:-10px 0 0 0;}
	.colMidContent ul li{
		background:url('../Images/bullet.gif') no-repeat 0 50%;
		list-style:none;
		padding-left:10px;
	}

.colContent h1{
	margin:0 0 10px 0;
	font-size:18px;
}
.colRight{
	width:234px;
	float:left;
}
/* other */
.clear{
	margin:0;
	display:block;
	clear:both;
}
.bold{font-weight:bold;}
.pad6{
	*height:6px;
	clear:both;
}
.L, .R{	float:left}
.R{	margin-left:10px;}

.txtBig{
	font-size:13px;
	font-weight:bold;
}

h3 {
	font-size:13px;
	font-weight:bold;
}
.txtBigClr{
	font-size:13px;
	font-weight:bold;
	color:#00933e;
}
a{
	text-decoration:underline;
	color:#00933e;
}
a:hover{text-decoration:none;}
.date{font-style:italic;}
/* small grey boxes on right */
.box{
	background-color:#eceaeb;
	padding:12px 12px 12px 18px;
	margin-bottom:4px;
	float:left;
	width:204px;
}
	.box p{margin:0px 0px 5px 0px;}
	.box .R{width:110px;}
	.box .RLg{
	    width:115px;
        margin-left:10px;	    
        float:left;        
    }
    .box .flashCont{
		width:202px;
		margin-bottom:15px;
	}
	.boxNoPadL{
		width:234px;
		background-color:#eceaeb;
		margin-bottom:4px;
		float:left;
	}
	.boxNoPadL .R{
		width:110px;
		padding-top:10px;
	}
/* big green box on home */
.boxBig{
	background:#00923e url('../Images/alw-tvm.jpg') no-repeat 0 0;
	height:97px;
	color:#fff;
	padding:10px 10px 10px 130px;
	width:270px;
}
	.boxBig h1{	font-size:14px;	}
	.boxBig a{
		color:#fff;
		text-decoration:none;
	}
	.boxBig a:hover{text-decoration:underline;}
/* text box on home */
.titleBox{
	width:410px;
	height:103px;
	overflow:hidden;
}
/* flash on home */
.flashCont{
	background-color:#000;
	color:#fff;
	width:296px;
}
	.flashCont .descrTxt{
		padding:5px;
		float:left;
	}
	.flashCont a{
		background:url('../Images/play.gif') no-repeat 100% 0;
		padding-right:20px;
		margin:5px 3px;
		height:15px;
		float:right;
		color:#fff;
		text-decoration:none;	
	}
/* row area */
.rowArea{
	padding:10px 0px 0px 0px;
	width: 716px;
}
	.rowArea .L{width:177px; margin-right:5px;}
	.rowArea h2{
		margin:10px 10px 8px;
		height:29px;	
	}
	.linkArea{
		border-right:solid 1px #cfcfcf;
		padding:0px 10px 10px 10px;
		min-height:120px;
	}
	.linkArea .link{
		margin-bottom:3px;
		display:block;
	}
	.rowArea .L.lastRow{width:170px;margin:0;}
.last, .L.last{border:0;margin:0;}
.breadCrumb{
	padding:6px 0px;
	color:#7e7e7e;
	font-size:10px;
}
	.breadCrumb a{
		font-size:10px;
		color:#7e7e7e;
		text-decoration:none;
	}
	.breadCrumb a:hover{text-decoration:underline;}
/* navigation left */
.SubRadMenu{
	background-color:#ecebeb;
	padding-top:25px;
}
	.SubRadMenu .rmItem{
		border-top: solid 2px #fff;
	}
		
	.SubRadMenu .rmLink{
		color:#000;
		text-decoration:none;
		display:block;
		width:auto;
		padding:6px 10px;	
	}
	.SubRadMenu .rmLink:hover{color:#00933e;}
	.SubRadMenu .rmFocused {
		color:#00933e;
		font-weight:bold;
	}
	.SubRadMenu .rmPathFocused {
		font-weight:bold;
	}
.rmLevel1{
	background-color:#d4d3d3;
}
.rmLevel1 .rmLink{
	padding:6px 22px;
}
.rmLevel1 .rmItem{
	border:0;
	border-bottom: solid 1px #b4b4b4;
}
.rmLevel1 .rmLast{
	border:0;
}
/* pop up */
.popUp{
	padding:0px 15px 10px 15px;
	text-align:left;
}
	.popUp label{
		background-color:#ecebeb;
		display:block;
		float:left;
		width:180px;
		padding:8px;
		margin:0px 6px 2px 0px;
	}
	.popUp input{
		float:left;
		width:160px;
		height:16px;
		padding-top:4px;
	}
	
	.popUp .file{
		float:left;
		width:235px;
		padding-top:4px;
	}
	
	.popUp select{
		width:170px;
		height:22px;
		font-size:11px;
	}
	
	.popUp select.sol{
        width:145px;
        margin-left: 23px;
	}
	
	.popUp textarea{
		width:260px;
		height:120px;
		overflow-y:scroll;
	}
	.popUp label.last{
		 height:108px;
	}
	
	.popUp label.first{
		 height:65px;
	}
	
	.btnArea{
		float:right;
		margin-right:28px;
	}
	.popUp .btn{
		 width:110px;
		 height:26px;
		 padding-bottom:4px;
		 font-weight:normal;
		 margin-right:3px;
		 color:#000;
	}
	.popUp .radio{
		width:20px;
	}
	.popUp p{
		margin-bottom:10px;
	}
	
	.popUp .rCol {
	    width: 200px;
	}
	/* print link in popUp */	
	.print{
		padding:7px 22px 5px 0;
		margin-top:10px;
		text-align:right;
		float:right;
		background: transparent url('../Images/print.gif') no-repeat 100% 55%;
		font-size:10px;
		color:#000;
	}
	.print:hover{text-decoration:none;}
	.popUp .line{
		 border-bottom:solid 1px #00923e;
		 padding-bottom:10px;
	}

    #dCntList p{
        border-bottom:solid 1px #00923e;
		padding-bottom:10px;   
    }