/*---{ common )-------------------------------------------------------*/

body
{
	font-size: x-small;
	text-align: center;
	color: #666;
	background: #efefef;
	padding: 0 0 40px 0;
	margin: 0;
	line-height: normal;
}

body, input, select, textarea, td, th
{
	font-size: 100%;
	font-family: Arial, Verdana, sans-serif;
	line-height: normal;
}

h1, .Kop1
{
	font-weight: bold;
	color: #454545;
	padding:0px;
	margin:0px;
	display:block;
	line-height:20px;
	
	height:20px;
	font-size: 20px;
}

h1{
margin-bottom:20px;
}

h2, .Kop2
{
	font-size:14px;
	font-weight: normal;
	color: #454545;
	padding:0px;
	margin:0px;

}

h3, .Kop3
{
	font-size: 100%;
	font-weight: bold;
	color: #454545;	
}

.Standaard
{
	font-size: 100%;	
}

p
{
	padding:0;
	margin:0;
}

a
{
	text-decoration: none;
	color: #666;
	border-bottom:1px dotted #ccc;
}






a:hover
{
	border-bottom:1px dotted #666;

}

a:focus
{
  -moz-outline-style: none;
}


.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}

.clearboth
{
	clear: both;
}

/*---{ wrapper )-------------------------------------------------------*/

#wrapper
{
	position: relative;
	padding: 0 ;
	margin: 0 auto;
	text-align: left;
	width: 980px;
	font-size: 90%;
}

/*---{ header )-------------------------------------------------------*/

#header
{
	height: 93px;
	padding: 0;
	margin: 0 0 20px 0;
	position: relative;
	background:url(../images/header-bg.gif) left top no-repeat;
}



/* logo */

#logo
{
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 1;
	left: 30px;
	top: 20px;
	background: url(../images/logo-firstlady.gif) left top no-repeat;
	font-size: 200%;
	border-bottom: none;
}

#logo a
{
	padding: 0;
	margin: 0;
	display: block;
	border-bottom:none;
}

#logo, #logo a
{
	width:198px;
	height: 48px;
}

#logo a span
{
	display: none;
	overflow: hidden;
}

/* address */

#header address
{
	display: none;
	
}

/* utilNav */

#utilNav
{
	display:none;

}



/* globalNav */


#globalNav{	
	position: absolute;
	z-index: 1;
	top: 55px;
	right:30px;
}

#globalNav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

#globalNav ul li
{
	padding: 0 0 0 15px;
	margin: 0 0 0 10px;
	list-style: none;
	height: 1%;
	float: left;
	background:url(../images/globalnav-sep.gif) left 50% no-repeat;
}

#globalNav ul li.first{
	background:none;

}



#globalNav ul li a
{
	padding: 0;
	margin: 0;
	color:#ccc;
	font-size:14px;
	text-decoration:none;
	float:left;
	display:block;	
	text-decoration: none;
	border-bottom:none;

}

#globalNav ul li a:hover{
	color:#fff;	
}


#globalNav ul li.active a
{
	color:#fff;
}


/* qSearch */


/* #qSearch */


#qSearch{
	width:175px;
	height:22px;
	display:block;
	background:url(../images/qsearch-input.gif) left top no-repeat;
	position:absolute;
	right:30px;
	top:10px;
	padding:0;
	margin:0 0 10px 0;
	z-index:99;

}

#qSearch .qSingle{
	border:none;
	width:145px;
	height:15px;
	position: absolute;
	left:4px;
	top:4px;
	padding:0;
	margin:0;
	color:#aaa;
	border:none;
	background:none;
	font-size:11px;
}

#qSearch .btn{
	border:none;
	background:url(../images/qsearch-btn.gif) left top no-repeat;
	width:12px;
	height:12px;
	position: absolute;
	right:8px;
	top:5px;
	padding:0;
	margin:0;
	text-indent:-5000em;
	cursor:hand;
}

/*---{ cols )-------------------------------------------------------*/

#cols
{
	position: relative;
	padding: 0;
	margin: 0 0 20px 0;
	width: 980px;
	background:url(../images/cols-bg.gif) left top repeat-y;
}

#topCols{
	position: relative;
	padding: 0;
	margin: 0;
	width: 980px;
	height:5px;
	background:url(../images/cols-top.gif) left bottom no-repeat;

}

#topCols2{
	position: relative;
	padding: 0;
	margin: 0;
	width: 980px;
	height:5px;
	background:url(../images/cols-top.gif) left top no-repeat;

}

#btmCols{
	position: relative;
	padding: 0;
	margin: 0;
	width: 980px;
	height:5px;
	background:url(../images/cols-btm.gif) left bottom no-repeat;

}

#content
{
	position: relative;
	padding: 20px 60px 20px 20px;
	margin: 0px;
	width: 640px;
	float: right;
	line-height: 18px;
	
}

#sidecol
{
	position: relative;
	padding: 20px;
	margin: 0px;
	width: 220px;
	float: left;
}


/* sectionNameSmall */

#sectionNameSmall{
	position:relative;
	width:219px;
	height:162px;
	padding:0;
	margin:0 0 20px 0;
	overflow:hidden;
}

#sectionNameSmall .pic{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}

#sectionNameSmall .mask{
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}

#sectionNameSmall h3{
	padding:0;
	margin:0;
	position:absolute;
	left:15px;
	top:80px;
	color:#fff;
	font-size:16px;
	height:16px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
	z-index:3;
	width:219px;


}


/*---{ localNav )-------------------------------------------------------*/

#localNav
{
	padding: 0;
	margin: 0 0 30px 0;
	background:url(../images/localnav-bg.gif) left top repeat-y;
	width:220px;

}

#localNav h3
{
	padding: 0;
	margin: 0;
	height:6px;
	width:220px;
	overflow:hidden;
	text-indent:-5000em;
	background:url(../images/localnav-top.gif) left top no-repeat;

}

#localNav h3.active{
	background:url(../images/localnav-top-dark.gif) left top no-repeat;

}

#localNav #lFooter
{
	padding: 0;
	margin: 0;
	height:6px;
	width:220px;
	overflow:hidden;
	text-indent:-5000em;
	background:url(../images/localnav-btm.gif) left top no-repeat;

}

#localNav #lFooter.active{
	background:url(../images/localnav-btm-dark.gif) left top no-repeat;
}

#localNav ul
{
	padding: 0 1px;
	margin: 0;
	list-style: none;
	width:218px;

}

#localNav ul li
{
	padding: 5px 10px 5px 10px;
	margin: 0 0 0px 0;
	border-bottom:1px solid #dedede;
	height: 1%;
	list-style: none;
	background:#fff url(../images/localnav-idle.gif) 200px 50% no-repeat;
}

#localNav ul li a
{
	border-bottom:none;
}


#localNav ul li.last
{
	border-bottom:none;
	padding-bottom:0px;
}

#localNav ul li.first
{
	padding-top:0px;
}



#localNav ul li a
{
	padding: 0;
	margin: 0;
	font-size:11px;
	color:#666;
	text-decoration:none;
}

#localNav ul li.active 
{
	background:#454545 url(../images/localnav-active.gif) 200px 50% no-repeat;
}

#localNav ul li.active a 
{
	color:#fff;
}


/*---{ footerHighlights )-------------------------------------------------------*/


#footerHighlights{
	position: relative;
	padding: 0;
	margin: 0 0 20px 0;
	width: 980px;
	background:url(../images/cols-bg.gif) left top repeat-y;
}

#fhInner{
	margin:20px;
	padding:0;
	position: relative;
	width: 980px;

}

/*---{ footer )-------------------------------------------------------*/

#footer
{
	height:48px;
	position: relative;
	padding: 0;
	margin: 0;
	background:url(../images/footer-bg.gif) left top no-repeat;
}

#footer, #footer a{
	color:#8f8f8f;
	text-decoration:none;
	font-size:9px;
	text-transform:uppercase;
	border-bottom:none;

}

#footer a:hover{
	text-decoration:underline;

}

/* legalLinks */

#legalLinks{
	position:absolute;
	right:20px;
	top:20px;
	z-index:1;
	padding:0;
	margin:0;
}


/* legal */

#legal
{
	position:absolute;
	z-index : 1;
	left : 20px;
	top :60px;
	padding:0;
	margin:0;
}

#footerNav{
	left:20px;
	top:20px;
	position:absolute;
	list-style:none;
	padding:0;
	margin:0;
}

#footerNav li{
	float:left;
	list-style:none;
	padding:0;
	margin:0 15px 0 0;
}

#divide
{
	position:absolute;
	z-index : 1;
	right : 20px;
	top :60px;
	padding:0;
	margin:0;
}

#gotoTop
{
	display:none;
}



