
#catalogus{ 
 	background-color:#ffffff;
	border:1px solid #d8d8d8;
	position:relative;
}
#tabs{
	height:40px;
	top:-29px;
	left:-1px;
	position:absolute;
	
}
#tab_links{
	height:29px;
	width:123px;
	left:0px;
	top:0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	line-height:33px;
	color: #1c3b75;
	text-transform:uppercase;
	position:absolute;
}
#tab_rechts{
	height:29px;
	width:123px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	top:0px;
	left:123px;
	text-align: center;
	line-height:33px;
	color: #1c3b75;
	text-transform:uppercase;
	position:absolute;
}
#cont_links{
	text-align: left;
	padding:20px;
	position:relative;
}
#cont_rechts{
	text-align: left;
	padding:20px;
	position:relative;
}

#cont_links table {
	padding-bottom: 10px;
}
