/* overwrite_startpage.css - contains startpage specific css definitions */
#left_side {
	float: left;
	width: 220px;
	min-height: 100px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 100px;
	padding: 0 0 0 8px;
	font-size: 92.31%;      /* 12px */	
}

#left_side h1 {
	padding-left: 15px;
}


#left_side ul.refernces {
	padding:0;
	font-size: 108.34%;
	font-style:italic;
	list-style:none;
	list-style-type: none;
	list-style-image: none;	
}

#left_side ul.refernces li{
	clear: both;
	padding-left: 0;
}

#left_side ul.refernces span{
	display:block;
	color: #A3A7AA;
	font-weight: bold;
	padding:0;
	margin:0;
}

#left_side ul.refernces span.ref-link{
	width: 152px;
	margin-top: 18px;
}

#left_side ul.refernces span.ref-link-2{
	width: 152px;
	margin-top: 10px;
}

#left_side ul.refernces span.ref-link-img {
	float: left;
	padding-right: 4px;
}



