/* CSS Document */

.location-box {
	width:448px;
	margin-top:20px;
	float:left;
}

.location-txt {
	font-size:12px;
	line-height:15px;
	color:#000;
	margin:0px;
}

.location-txt-form {
	width:115px;
	margin:0px;
	padding:0px 10px 0px 0px;
	float:left;
}

/****** formularelemente ******/
.radio {
	width:20px;
	margin:0px;
	padding:0px;
	float:left;
}

.checkbox {
	width:20px;
	margin:0px;
	padding:0px;
	float:left;
}

.location-distance {
	width:448px;
	margin:0px;
	padding:0px;
}

/****** button ******/
.button-location {
	text-align:right;
	margin-top:20px;
}

/****** detailseite ******/
table.location-overview {
	width:448px;
	background-color:#fff;
}

td.location-head {
	font-weight:bold;
	color:#fff;
	background-color:#003370;
	padding:2px 5px 2px 5px;
}

td.location-content-1 {
	background-color:#e2edf5;
	padding:2px 5px 2px 5px;
}

td.location-content-2 {
	background-color:#f0f6fa;
	padding:2px 5px 2px 5px;
}


