@CHARSET "UTF-8";

DIV#wtaxiContainer {
	margin-top: -20px;
	margin-left: 2px;
	margin-bottom: 20px;
	padding-bottom: 2px;
	width: 658px;
	color: #222;
}

DIV#wtaxiRouteResultPanel {
	padding: 4px;
	padding-top: 8px;
	padding-left: 10px;
	background-color: #ffe20d;
	border: 1px solid #888;
	margin-bottom: 2px;
}

DIV#wtaxiErrorPanel {
	padding: 4px;
	font-weight: bold;
	border: 1px solid #888;
	background-color: #ffe20d;
	margin-bottom: 2px;
}

DIV#wtaxiRouteResultPanel P {
	margin-top: 2px;
	margin-bottom: 8px;
}

DIV#mapCanvas {
	width: 656px;
	height: 400px;
	border: 1px solid #888;
}

DIV#directionsPanel {
}

TABLE.wtaxi TR TD {
	vertical-align: top;
}

TD.wtaxiColLeft {
}

TD.wtaxiColMiddle {
}

TD.wtaxiColRight {
}

DIV.locPanel {
	display: none;
	position: absolute;
	z-index: 99;
	background-color: #fff;
	padding: 2px;
	width: 170px;
	border: 1px solid #666;
	color: #ccc;
	font-size: 110%;
	line-height: 110%;
}

DIV.locPanel DIV A {
	display: block;
	color: #333 !important;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}

DIV.locPanel DIV A:HOVER {
	background-color: #f0f0f0;
	text-decoration: none;
}

INPUT.locPanelSubmit {
}

INPUT.locPanelField {
}

IMG.locPanelCtrl {
	cursor: pointer;
	margin-left: -2px;
}

DIV.wtaxiPreisLegendeElement {
	padding-left: 10px;
}