/**
 * Style sheet zwei-spalten-referenzen
 */
div#main-spalte-links img, div#main-spalte-rechts img
{
	float:left;
	display:block;
	margin-right:10px;
	margin-bottom:15px;
	padding:8px;
	background-color:#f4f4f4;
	border:1px solid #ccc;
}

hr
{
	height:1px;
	clear:left;
	border:0;
}

div#main-spalte-links ul li, div#main-spalte-rechts ul li
{
	border-bottom:1px dotted #ccc;
	list-style-type:none;
}

div#main-spalte-links ul li h3 a, div#main-spalte-rechts ul li h3 a
{
	font-size:12px;
	color:#153754;
}

div#main-spalte-links ul li p, div#main-spalte-rechts ul li p
{
	border:0;
	font-weight:normal;
}

