#link-listing-head {
	position:absolute;
	top:15px;
	left:210px;
}
#link-listing { 
	position:absolute; 
	top:45px;
	left:210px;
	width:515px;
	height:300px;
	overflow:auto;
	background-color:#fff;
	
	scrollbar-base-color: #ccc;
    scrollbar-3d-light-color: #ccc;
    scrollbar-arrow-color: #666;
    scrollbar-darkshadow-color: #ccc;
    scrollbar-face-color: #ccc;
    scrollbar-highlight-color: #ccc;
    scrollbar-shadow-color: #ccc;
    scrollbar-track-color: #666;
}
#link-listing ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:470px;
}
#link-listing ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	color:#909090;
	border-bottom:1px solid #9c9c9c;
	padding:0.5em 0 0.5em 155px;
	height:70px;
	font-size:0.85em;
	line-height:1.5em;
}
#link-listing ul li.last {
	border-bottom:none;
}

#link-listing ul li#chemsite { background:#fff url(/images/content/links/chemsite.gif) no-repeat 0 50%; }
#link-listing ul li#cefic { background:#fff url(/images/content/links/cefic.gif) no-repeat 0 50%; }
#link-listing ul li#chemcompass { background:#fff url(/images/content/links/chemcompassdirekt_banner.gif) no-repeat 0 50%; }
#link-listing ul li#vci { background:#fff url(/images/content/links/vci.gif) no-repeat 0 50%; }

#link-listing ul li h3 {
	font-size:1em;
	font-weight:normal;
	margin:0;
	color:#4673b5;
}
#link-listing ul li p {
	margin:0;
	font-size:1em;
	text-align: left;
}
#link-listing ul li a {
	color:#909090;
	text-decoration:none;
	background:transparent url(/styles/basic/content-navi/bullet.gif) 0 50% no-repeat;
	padding:0 0 0 15px;
}
#link-listing ul li a:hover {
	color:#990000;
	text-decoration:underline;
	padding:0 0 0 20px;
	background:transparent url(/styles/basic/content-navi/bullet-hover.gif) 5px 50% no-repeat;
}

#links-head {
	position:absolute;
	top:15px;
	left:10px;
}
#links-subnavi {
    display:none;
	position:absolute;
	top:15px;
	left:10px;
	top:45px;
}
#links-subnavi p {
    text-align: left;
	color:gray;
}
