/* 	---------------------
	ALGEMEEN
	--------------------- */

* {margin: 0; padding: 0;}


/* 	---------------------
	OPBOUW
	--------------------- */

#topbg1 
	{
	background-color: #CCC;
	height: 110px;
	width: 100%;
	z-index: 1;
	}
	
#topbg2 
	{
	background-color: #41210a;
	height: 150px;
	top: 110px;
	width: 100%;
	z-index: 1;
	}

#container 
	{
	width: 950px; 
	margin: 0 auto; 
	z-index: 2;
	}

#topbanner 
	{
	height: 100px;
	margin-top: 5px;
	width: 950px;
	position: absolute;
	top: 0px;
	text-align: center;
	}
	

#header 
	{
	width: 950px; 
	/* _margin-top: 2px; Fix voor IE6 */
	}

#logo 
	{
	position: absolute; 
	top: 150px; 
	width: 484px;
	}
	
#navigatie 
	{
	position: absolute;
	right: 0px;
	top: 162px;
	width: 450px;
	/*width: 329px;*/      /*Breedte zonder de nieuwe button (lid worden) erbij */
	}


#leftmenu, #content, #rightmenu 
	{
	margin-top: 20px;
	}
	
#leftmenu 
	{
	width: 210px;
	float: left;
	display: inline;
	}

#zoektocht 
	{
	width: 199px;
	background-color: #FFF5D0;
	border: 1px solid #FED000;
	padding: 6px;
	margin-bottom: 10px;
	}

/*
#zoektocht 
	{
	width: 210px;
	height: 490px;
	background-image: url(../images/bg_zoek.jpg);
	background-repeat: no-repeat;
	padding: 6px;
	}
*/
	
#rightmenu 
	{
	width: 200px;
	float: right;
	display: inline;
	}

#content 
	{
	width: 485px;
	float: left;
	display: inline;
	padding: 0px 25px;
	_padding: 0px 10px;  /*Fix voor IE6*/
	}

#footer 
	{
	clear: both;
	width: 100%;
	margin: 20px 0px;
	border-top: dotted 1px #CCC;
	text-align: center;
	font-size: 0.9em;
	color: #666;
	}


/** ----------------
	BANNER
   ----------------- **/

#bannerTD { width:950px; height:100px; background-color:#333; background-repeat: no-repeat;}
#bannerTD #bannerContainer { width:950px; height:100px; text-align:center;}
#bannerTD #bannerContainerCover { width:950px; height:100px; text-align:center; cursor:pointer;}
#bannerTD #bannerBody { height:90px; text-align:center;}

#bannerTD #bannerFooter {     
    background:#000; height:80px; 
    display:none; 
    width:950px;
}
#bannerTD #bannerFooterNav { 
    position:absolute;
    top:335px;margin-top:0;
    left:50%;margin-left:-450px;
    width:900px;
}
.footerCell{ padding:5px; text-align:left; border:0px #F90 solid;}
.footerCell .footerTitle {font-family:tahoma, arial; font-size:11px; color:#fff; font-weight: bold;}
.footerCell .footerDesc {font-family:tahoma, arial; font-size:11px; color:#efefef;}
.footerCell ul {list-style: none; margin: 2px; margin-left: 75px; padding-left: 10px;}
.footerCell ul li {margin: 2px; line-height: 13px; padding: 0;}
.footerLink {text-align: right;}

.footerCell .imgDiv{ position:relative; float:left; width:80px; height:65px; margin: 2px 1px 0px 1px;}
.bttnMore {width:57px; height:19px; float: right;}
.bttnMore a{display: block; background:url(/images/bttn_more_small.png) 0 0 no-repeat; line-height: 19px; text-decoration: none;}

.imgBgDiv_i {
    width:82px; height:67px;
    background: url(/images/thumbBgBordered.png) 0 0 no-repeat;
    padding: 0;
    float:left;
}


#bannerCornerOverlayT{position:absolute; left:50%; margin-top:0; margin-left:-450px; top:90px; background:url(/images/bg_bigbanner_trans.gif) 0 -5px no-repeat; width:950px; height:5px; z-index:1000;}
#bannerCornerOverlayB{position:absolute; left:50%; margin-top:0; margin-left:-450px; top:410px; background:url(/images/bg_bigbanner_trans.gif) 0 0 no-repeat; width:950px; height:5px; z-index:1001;}

