/* PENSIOENEN PAGINA,
Meeste layout komt overeen met HOME,
onder de "home" opmaak komt die van de pensioenen */

/* HOME PAGINA */

/* TEMP LEFT */
#home_temp_left{
	width:457px;
	min-height:400px;
	_height:400px;
	float:left;
}	

/* TEMP RIGHT */
#home_temp_right{
	width:254px;
	min-height:400px;
	_height:400px;
	margin:0px 0px 0px 0px;
	float:right;
}
	#home_resedentie{
		width:232px;
		min-height:220px;
		_height:220px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 30px 15px;
		background:url(/images/home_resedentie_shadow.jpg) no-repeat 0px 0px;
		background-color:#E5E5E5;
	}
		#home_image_large{
			width:455px;
			height:197px;
			margin:10px 0px 10px 0px;
			border:1px solid #CCCCCC;
			background:url(/images/home_img_large.jpg) no-repeat 0px 0px;
		}
	.home_vestiging_container{
		width:249px;
		height:82px;
		margin:10px 0px 10px 0px;
		padding:0px 0px 0px 0px;
		background-image:url(/images/home_vestiging_shadow.jpg);
		background-repeat:no-repeat;
		background-position:right;
	}
		.home_vestiging_type{
			color: #E51837;
			font-weight:bold;
		}
		.home_vestiging_plaats{
			color: black;
			font-weight:bold
		}
		
	.pensioenen_allesover_ul{
		margin:5px 0px 5px 0px;
		padding:0px 0px 0px 0px;
	}
		.pensioenen_allesover_li{
			padding:0px 0px 3px 10px;
			background:url(/images/red_block.gif) no-repeat 0px 5px;
			list-style-type:none;
			text-decoration:underline;
		}
		.pensioenen_allesover_li_hover{
			padding:0px 0px 3px 10px;
			background:url(/images/red_block.gif) no-repeat 0px 5px;
			list-style-type:none;
			cursor:pointer;
		}
		
	#pensioenen_large_vrouw{
		width:457px;
		height:232px;
		margin:10px 0px 10px 0px;
		background:url(/images/pensioenen_large_vrouw.jpg) no-repeat 0px 5px;
		float:left;
	}
		#pensioenen_trans_div{
			width:190px; 
			height:200px;
			background-color:white;
			position:absolute;
			top:0px;
			left:0px;
			filter: alpha(opacity=90); 
			opacity: .90;
			z-index:-1;
		}
	
	.pensioenen_huis_man_paard{
		width:244px;
		height:163px;
		margin:10px 0px 10px 0px;
		background:url(/images/pensioenen_huis_man_paard.jpg) no-repeat;
		border:1px solid red;
	}
			.pensioenen_heeft_u_tekort{
				width:129px;
				height:48px;
				margin:40px 0px 0px 0px;
				padding:5px 0px 0px 10px;
				background:url(/images/pensioenen_heeft_u_tekort.gif) no-repeat;
			}
			
			.pensioenen_transparant{
				height:26px;
				width:100% - 10px;
				margin:10px 0px 0px 0px;
				padding:10px 0px 0px 10px;
				background-color:white;
				filter: alpha(opacity=80); 
				opacity: .80; 
			}
			
	
	
