/***************************************************
 *
 * NAYAK: Styles for StationFinder Extension
 * Version: $Rev: 154 $
 * Stand: $Id: stationfinder.css 154 2006-06-13 11:12:00Z ab $
 *
 * (c) 2006 by mehrwert
 *
 * mehrwert intermediale kommunikation
 * Beutel & Ploch GbR
 * Riehler Strasse 51
 * 50668 Koeln
 *
 * Tel: +49 221 139753-0
 * Fax: +49 221 139753-13
 *
 * typo3@mehrwert.de
 * http://www.mehrwert.de
 *
 **************************************************/
/* GLOBAL */
#stationfinder-box {
	visibility: visible;
	height: 400px;
	width: 689px;
	background-color: #FFF;
}

#stationfinder-message {
	position: absolute;
	padding: 20px;
	margin: 0px;
	z-index: 5;
	width: 291px;
	height: 313px;
	visibility: visible;
}

#stationfinder-detailview {
	background-image: url(/clear.gif);
	position: absolute;
	z-index: 10;
	width: 331px;
	height: 353px;
	visibility: hidden;
}

DIV.stationfinder-detailview-close {
	z-index: 20;
	width: 331px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

DIV.stationfinder-detailview-map-image {
	z-index: 15;
	width: 331px;
	height: 353px;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

#stationfinder-detailview-close {
	position: absolute;
	z-index: 20;
	width: 100px;
	height: 25px;
	top: 330px;
	left: 10px;
}

#stationfinder-overview {
	position: absolute;
	visibility: visible;
	height: 353px;
}

DIV.station {
	position: absolute;
	visibility: hidden;
	font-size: 10px;
	line-height: 10px;
	font-family: Arial, Helvetica, Verdana, Tahoma;
	vertical-align: top;
	cursor: pointer;
	z-index: 25;
}

/*
DIV.pulldown {
	width: 150px;
	height: 16px;
	border: 1px solid grey;
	cursor: pointer;
}

DIV.pulldown DIV.default {
	width: 138px;
	height: 16px;
	visibility: visible;
	float: left;
}

DIV.pulldown DIV.pulldownimg {
	width: 12px;
	height: 16px;
	visibility: visible;
	float: left;
}

DIV.pulldown DIV.optionlist {
	width: 138px;
	visibility: hidden;
	float: left;
	border: 1px solid grey;
}

DIV.pulldown DIV.optionlist DIV.element {
	width: 138px;
	float: left;
}

DIV.pulldown DIV.optionlist DIV.element:hover {
	background-color: #CCCCCC;
	cursor: pointer;
}
*/
