  
#col1 .filelinks_all { 
	border-bottom: 1px solid #c7c7c7;
}

#col1 .filelinks_clear {clear: both;}

#col1 .filelinks { 
	border-top: 1px solid #c7c7c7;
	width:100%;
	height:auto;
}

#col1 .filelinks a { 
	display:block;
	color:#3d3d3d;
	text-decoration:none;
}

#col1 .filelinks a:hover { 
	background-color:#e9e9e9;
	background-image: url(../../../static/download_hover.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

#col1 .filelinks a:hover .file { 
	background-color:#e9e9e9;
	cursor:pointer;
}

#col1 .filelinks a:hover .filesize { 
	cursor:pointer;
}

#col1 .filelinks .file { 
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	float:left;
	width:207px;
}

#col1 .filelinks .filesize { 
	float:right;
	padding-top:7px;
	width:216px;
}

#col1 .filelinks SPAN.class {
	text-transform:uppercase;
}

/*********** filelinks rechte Spalte ************/
#col3 .filelinks_all { 
	padding:0 0 0 5px;
}

#col3 .filelinks { 
	padding:7px 0 7px 0px;
	background-repeat:no-repeat;
	background-position:left center;
}





