#ref {
	position: absolute;
	top:80px;
	left: 50%;
	width: 670px;
	margin-left: -424px;
	text-align:center;
	
	/*border:1px solid grey;*/
}

.reftxt {
	width: 390px;
	font-family: georgia,lucida grande,verdana,arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #222;
	vertical-align: top;
	background-color: #f4f4f4;
	line-height: 18px;
	text-align: justify;
	padding: 25px;
	/*	border:1px solid green;*/
	border-bottom: 1px dashed #333;
	text-transform: inherit;
}

.reftxt a {
	font-weight: bold;
}

.reftxt a:hover {
	letter-spacing:1px;
}


.refbild {
	width:200px;
	vertical-align:top;
	padding:25px;
	border-right:1px dashed #333;
	border-bottom:1px dashed #333;
}

.head {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #111;
}
.sub {
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color:#222;
}


