/* layout.css - Copyright 2005 Hjørring Svæveflyveklub, all rights reserved */
/* Author: Jan B. Kjeldsen */

.quote {
	position: relative;
	float:right;
}

.quote A SPAN {
	display: none;
}

.quote A:hover {
	cursor: default;
	text-decoration: none;
}

.quote A:hover SPAN {
	position: absolute;
	top: -80px;
	left: 65px;
	width: 104px;
	height: 60px;
	padding: 10px 6px 37px 24px;
	font-size: x-small;
	line-height: 150%;
	color: black;
	background: url(../grafik/border/quote.gif) no-repeat;
	display: block;
}
