.ref-links {
	width: 220px;
	height: 190px;
	background-color: #862424;
	padding-top: 30px;
	float: left;
	padding-left: 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #a12a2a;
}
.ref-links a {
	color: #FFFFF4;
}
.ref-links a:visited, .ref-links a:hover {
	color: #DF6531;
}


.projekt{
	height: 188px;
	padding: 20px 20px 20px 30px;
	width: 438px;
	float: left;
	border: 1px solid  #F2DFCE;
	background-color: #FFFBF0;
	}
	 
a.ref {
   position: relative;
   color:#C8442D;
	border-bottom: 1px dotted #C8442D; }

a.ref:hover {
	background-color: transparent;
	cursor: text;
	color:#4A0100;
	text-decoration: none;
	font-weight:normal;
}

a.ref span { display: none; }
a.ref:hover span {
	display: block;
	padding: 20px 12px 30px;
	position: absolute;
	top: -152px;
	left: 0px;
	width: 430px;
   border-left: 5px solid #862424;
   background-color: #EEE8DB;
	color: #2D140F;
	text-align:left;
	text-decoration: none;
	font-weight:normal;
}
.break {
	height: 15px;
	clear: both;
	width: 710px;
	padding-left: 20px;
	padding-top: 5px;
}
