
/* file: page_linkdb.css */

/* Linkdatenbank */
#links form{
	margin:0;
}

button#search_but {
	margin-left:.4em;
	float:left;
	color: inherit;
	background: #fff url(pics/search_right.gif) no-repeat 4px 50%;
}

#links dt {
	padding-left:16px;
	background: url(pics/info.gif) no-repeat center left;
}
#links dd {
	padding:0 0 .5em 16px;
	color:#666;
	background-color:inherit;
	font-size:90%;
}
