#route_startbox {
	float: left;
	width: 165px;
	height: 60px;
	border: 1px solid #B7B4B4;
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	background: #F8F8F8;
}
#route_startbox input {
	border: 1px solid #C5C5C5;
	padding: 2px;
}
#route_zielbox {
	float: left;
	width: 165px;
	height: 80px;
	padding: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	border: 1px solid #B7B4B4;
	background: #F8F8F8;
}
.route_ziel b {
	line-height: 13px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#route_sendbox {
	float: left;
	width: 165px;
	height: 70px;
	border: 1px solid #B7B4B4;
	padding: 10px;
	padding-bottom: 5px;
	margin-bottom: 0;
	background: #F8F8F8;
}
#route_sendbox select {
	border: 1px solid #666;
	width: 140px;
	background: #FFF;
}
.route_header {
	text-transform: uppercase;
	font-weight: bold;
}