/* 
  Titel: lhg-online.de CSS Stylesheet für FCE Linkliste
  Autor: Torben Hansen, Skyfillers GmbH
  Datum: 30.01.2007
*/

div.fce-linkliste-clean {
	clear: both
}

div.fce-linkliste {
	width: 500px;
	padding: 0 0 20px 0;
	clear: both;
}

div.fce-linkliste-bild {
	float: left;
	width: 100px;
	min-width: 100px;
	min-height: 40px;
	margin: 0 10px 20px 0;
}

div.fce-linkliste-text {
	float: left;
}

div.fce-linkliste-border {
	clear: both;
	height: 1px;
	width: 99%;
	border-bottom: 1px dotted #cccccc;	
}
