/* GENERAL STYLES */
body {
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #444444;	/*#191919;*/
	/*background-color: #ececec;*/
	padding: 0px;
	margin: 0px;
}

.directorySearchForm {
	white-space: nowrap;
}

.searchTextBox {
	border: 1px solid #029159;
	background-color: #fffaab;
}

.searchButton {
	height: 20px; 
	vertical-align: top; 
	font-size: 10px;
	font-weight: bold;
	margin-right: 10px; 
	background-color: #ffc100;
}

#directoryLetterList {
	border: 1px solid #d9d9d9;
	padding: 2px;
	padding-left: 6px;
	/*width: 99%;*/
	font-weight: bold;
}

.letterListSeparator {
	padding-left: 2px;
	padding-right: 2px;
	font-weight: normal;
}

.directoryBreadcrumbs {
	font-size: 10px;
	margin-top: 5px;
}

.directoryBreadcrumbs a {
	text-align: center;
}

.breadcrumbsLetter {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

.directoryCategoryList {
	width: 100%;
	margin-top: 5px;
}

.directoryCategoryList td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	vertical-align: top;
	text-align: left;
	border: 1px solid #d9d9d9;
	padding: 2px;
	background-color: #fffcd0;
}

.directorySubCategoryContainer {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 10px;
}

.directoryPageMessage {
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

.directoryEntryListControl {
	font-size: 10px;
	text-align: right;
}

.directoryEntryListCaption {
	font-size: 10px;
	font-weight: bold;
}

.directoryEntryList {
	width: 100%;
	border: 1px solid #d9d9d9;
}

.directoryEntryInList {
	width: 100%;
	margin-bottom: 5px;
}

.directoryEntryInListHighlighted {
	width: 100%;
	margin-bottom: 5px;
	border: 2px solid #ffc100; /*double*/
	background-color: #fffcd0;
}
.entryTitleInList {
	font-size: 12px;
}
.directoryEntryList td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	vertical-align: top;
	padding: 2px;
}
.mapLink {
	color: #029159;
	font-weight: bold;
}
.directoryEntryListPager {
	font-size: 8px;
}

.topEntryListItem {
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}

.directoryEntryBody {
	/* used as class instead of tag because of backend rendering */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #444444; 
	background-color: #ffffff;
	padding: 0px;
	margin: 0px; 
	text-align: left;
}

.directoryEntryMapBody {
	/* used as class instead of tag because of backend rendering */
	/*width: 530px; interssiert bestenfalls den firefox */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #444444; 
	background-color: #ffffff;
	padding: 0px;
	margin: 0px; 
	text-align: left;
}

#directoryEntryContentBox {
	clear: both;
	width: 555px; 
	/*margin: 10px auto 0px;  */
	padding: 10px; 
	margin: 0px;
	margin-left: 0px;
	text-align: left; 
	border: solid 1px #029159;
}

#directoryEntryMapBox {
	position: absolute;
	width: 450px;	/* Angabe muss sein; Gesamtbreite: width + padding (left + right) */
	/*margin: 10px auto 0px;  */
	padding: 10px; 
	margin: 0px;
	text-align: left; 
	border: solid 1px #029159;
}


.directoryEntry {
	border: solid 1px #d9d9d9;
	margin: 0px;
	padding: 0px;
}

.directoryEntry td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	vertical-align: top;
	padding: 5px;
}

.entryImage {
	margin-bottom: 3px;
}

#entryFooter {
	clear: both;
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
}

#mapFooter {
	clear: both;
	font-size: 10px;
	text-align: center;
	border-top: solid 1px #00fdbe;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 0px;
}

/* *** GOOGLE MAPS START *** */

/* nicht #gMap, muss als class, wegen UserControl IDs */
.directoryGoogleMap {
	width: 500px; 
	height: 350px; 
	border: 1px solid;
}

#directoryMapCanvas {
	position: relative;
	width: 450px;
}
	
.directoryMapBox {	/* die eigentliche map */
	float: left; 
	position: relative;
	width: 450px; 
	height: 300px; 
	padding: 0px;
	border: solid 1px #d9d9d9;
}

		.infoWindow {
			font-size: 11px;	
		}
		
		.infoWindow .title {
			font-size: 10px;	
		}

		#lblMessage {
			float: left;
			position: relative;
			width: 450px;
			height: auto;
			display: none;
			font-size: 10px;
			font-weight: bold;
			color: red; /*green;*/
			/*padding-left: 5px;
			border: solid 1px #d9d9d9;*/
		}
		#searchQueryCanvas {
			float: left;
			position: relative;
			width: 450px;
			margin-top: 5px; /* und hier IE FUCKKK SCHEISSSSS */
			white-space: nowrap;
		}
		#searchResults {
			float: left;
			position: relative;
			display: none;
			width : 445px;
			height: 100px;
			overflow: auto;
			margin-top: 1px;
			padding-left: 5px;
			font-family: verdana, arial, helvetica, sans-serif; /*arial, verdana;*/
			font-size: 10px;
			border: solid 1px #d9d9d9;
		} 
		#searchResults .resultListItem {
			font-size: 10px;
			cursor: pointer;
		}
		.key {
			width: 15px;	/* interessiert mal wieder nur den IE */	
			font-weight: bold;
		}
		#searchResults .resultListItem .title {
			color: blue;
			text-decoration: underline;
		}
		
		#routeHeader {
			font-size: 12px;	
			background-color: #EEEEEE;
		}
		#routeCanvas {
			float: right; 
			position: relative; 
			display: none;
			border: solid 1px #d9d9d9;
		}
		#routeContainer {
			width: 220px;
			height: 300px;
			overflow: auto;
		}
		 
		/* class name googledir kommt von Google (route) */
		.googledir {
			/* summary head + footer */
			font-family: verdana, arial, helvetica, sans-serif;
			font-size: 10px;	
		}
		.googledir div table td {
			/* title source + destination */
			color: blue;		
			font-size: 10px;	
		}
		.googledir div div td {
			/* route items */
			color: black;		/* muss man hier setzen, sonst blue (wie title) */
			font-size: 9px;
		}

/* *** GOOGLE MAPS END *** */

/* *** SPI Maps Start *** */


#directoryDetailMapCanvas {
	position: relative;
	width: 500px;
}
.directoryDetailMapBox {	/* die eigentliche spi map */
	float: left;
	position: relative;
	width: 500px; 
	/*height: 350px; */
	padding: 0px;
	border: solid 1px #d9d9d9;
}

/*
#spiMapImage {
	position: relative;
}
.spiMarkerIcon {
	position: absolute;
	width: 32px;
	height: 32px;
	cursor: help;
}
*/

/* *** SPI Maps End *** */




/* EDITOR PROPERTIES */

