/* Stijlen voor de tabel waarin de advocaten worden getoond op de voorpagina */
a.adv_link{
	background:url('../../img/btn_blu.gif');
	background-position: center left;
	background-repeat:no-repeat;
	color:#444;
	padding-left:18px;
	text-decoration:none;
}
a.adv_link:hover{
	background:url('../../img/btn_blu2.gif');
	background-repeat:no-repeat;
	background-position:center left;
	color: #4169E1; /* royalblue */
}
table.adv_link{
	margin-bottom:12px;
}
/* Stijlen voor weergeven advocaten op de advocaten-pagina */
a.adv_link_verbose{
	color: #4169E1;
	text-decoration:none;

}

img{
	border:0px;
}

td.links a, td.fplinks a{
	color:#777;
	font-size:15px;
	text-decoration:none;	
}


td.links a:hover, td.fplinks a:hover{
	color: #4169E1; /* royalblue */
}

.topiclist{
	padding-top:12px;
}

body{
	background: #fffffd;
}

.disclaimer{
	color:#4169E1; /* royalblue */
	font-size:10px;
	padding-top:26px;
}

div.tk{
	color:#4169E1; /* royalblue */
	font-weight:bold;
	padding-bottom:8px;
	padding-top:16px;
}

h1, h2, h3, h4, h5, h6{
	color:#4169E1; /* royalblue */
	font-size:14px;
}

h2{
	font-size:12px;
	margin:0px;
	margin-top:12px;
}

td.links, td.fplinks{
	color:#444;
	padding-right:40px;
	text-align:right;
	padding-bottom:15px;
	vertical-align:bottom;
}

td.links{
	width:250px; /* was 150 */
}

td.fplinks{
	width:320px;
}

.selectedTopic{
	color:#666;
	font-size:15px;
	font-style:italic;
	text-decoration:underline;
	
}

td.rechts{
	color:#444;
	padding-top:15px;
	padding-left:40px;
	width:320px;
}

td.rechts td{
	color:#444;
}

.parenttd{
	width:1100px;	/* was 1000px; */
}
