/*---{ Imports )-------------------------------------------------------*/

@import "custom/news.css";
@import "custom/search.css";

/* ---------- */

#flashImg{
	position: absolute;
	z-index: 1;
	width: 700px;
	height: 230px;
	right: 10px;
	bottom:0px;
}

#topcol{
	position: relative;
	display:block;
	margin: 0px;
	padding: 0px 10px;
	height: 53px;
	background:url(../images/top-col.png) no-repeat top left;
	
	_border-top:1px solid white;
	_background:none;
	_background-color: #296dc1;
}

#topcol h1{
	position: absolute;
	left: 330px;
	top:0px;
	font-size: 24px;
	color: White;
	margin:0px;
	padding:0px;
	line-height: 53px;
}

#footer-wrapper
{
	position: relative;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	font-size: 85%;
	background: url(../images/footer-back.png) no-repeat bottom left;
	min-height:205px;
}

#sidecol h2{
	border-top:1px solid white;
	border-bottom: 1px solid white;
	background-color:#b5c2e3;
	color:#3e5c92;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	display: block;
	padding: 0px 10px;
	margin: 0px;
	
}

#search{
	position: absolute;
	left: 20px;
	top: 15px;
	display: block;
	width: 215px;
	height: 22px;
	background: White url(../images/search.gif) no-repeat top left;
}

#search input.search{
	position: absolute;
	left: 25px;
	top:3px;
	width: 150px;
	border:0px;
}

#search img{
	position: absolute;
	right:1px;
	top:1px;
	cursor: pointer;
}

#utilLang{
	position: absolute;
	top: 20px;
	right: 15px;
	list-style: none;
	margin: 0px;
	padding:0px;
}

#utilLang li{
	color: white;


	float:left;
}

#utilLang li.NL{
	background: url(../images/flag_nl.gif) no-repeat left;
}
#utilLang li.EN{
	background: url(../images/flag_en.gif) no-repeat left;
}


#utilLang li a{
	color: white;
	text-decoration: none;
			padding-right: 10px;
			padding-left:25px;
}

#utilLang li.active a{
	text-decoration: underline;

}
