#googlemap {
	margin-bottom: 20px;
}


/*******************************************************************************
* styles used for agency page
*******************************************************************************/

#agenturFliesstext {
	margin-bottom: 10px;
}
#agenturFliesstextHidden {
	display: none;
}

#agenturInformationen {
	margin-bottom: 10px;
}
#agenturInformationenHidden {
	display: none;
}

#agenturFliesstext2 {
	margin-top: 10px;
}
#agenturFliesstext2Hidden {
	display: none;
}

/*******************************************************************************
* styles used for google maps
*******************************************************************************/

/* div with checkboxes to show/hide certain agency types */
#googlemaplocationcontrols {

	display: none;
	
	vertical-align: middle;
		
	/*margin-bottom: 5px;*/
	padding-bottom: 5px;
	
	/*
	padding: 5px 0px 5px 5px;
	border: solid 1px #666;
	*/
}

/* checkboxes */
#googlemaplocationcontrols input {
	width: 13px;
	border-width: 0px;
	float: left;
	margin-top: 10px;
}

*html #googlemaplocationcontrols input {
	margin-top: 6px;
}

/* checkbox labels */
#googlemaplocationcontrols label {
	float: none;
	display: inline;
	
	margin: 0;
	padding: 0;
}

/* images */
#googlemaplocationcontrols img {
	float: left;
}

/*  */
#googlemaplocationcontrols .einleitung {
	float: left;
	padding-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#googlemaplocationcontrols br {
	float: none;
	clear: left; 
}

#googlemaplocationcontrols div.einleitung {
	padding-right: 5px;
	padding-left: 5px;
}

/*******************************************************************************
* styles used for google maps popup info windows
*******************************************************************************/

/* main div */
.agenturInfo {
	width: 100%;
}

/* left column */
.agenturInfoLeft {
	float: left;
	width: 100px;
}

/* right column */
.agenturInfoRight {
	float: right;
	width: 150px;
}

/* address div */
.agenturInfoAddress {
	margin-bottom: 10px;
}

/* "nearby agencys" div */
.agenturInfoNearbyText {
	margin-top: 10px;
}

/* directions planner form functionality */
div.directionsForm {
	display: none;
}
form.directionsForm {
	display: inline;
}
div.directionsFormInput {
	width: 100%;
}
input.directionsFormInput {
	width: 100px;
}
