table.umkreissuche {
border-collapse:collapse;
width:67.5em;
}
table.umkreissuche th {
	
	font-weight: bold;
	text-align: left;
	

}

table.umkreissuche td,th {
	vertical-align: top;
	text-align: left;
	
	padding: 0.5em;
}

table.umkreissuche td.firma { width: 25em;}
table.umkreissuche td.data { width: 23em;border-left:1px solid #a1a6a2; color:#a1a6a2}
table.umkreissuche td.dist{width: 23em;border-left:1px solid #a1a6a2; }
table.umkreissuche td.links { width: 14em; }
table.umkreissuche tr.zebraTable_dark {border:1px solid #a1a6a2;}

table.umkreissuche td p {
	margin: 0 0 0.4em 0;
	padding: 0;
	font-size: 1em;
}

div.initialy_no_display { display: none; }

div#detailsFiliale {
	float: right; 
	width: 40%;
	border: 2px solid #ccc;
	margin: 2em;
}

div#detailsFiliale th {
	text-align: right;
	font-size: 9px;
	font-weight: normal;
	vertical-align: bottom;
	border-right: 2px solid #ccc;
	margin: 0px; padding: 3px;
	
}

div#detailsFiliale td {
	font-size: 13px;
	margin: 0px; padding: 3px;
}

.googleMapsLink {
	font-size: 0.8em;
}

img.mapOverview {
	border: 2px solid #ccc; 
	margin: 1em;
}

.filialTypAnzeige {
	height: 1.4em;
	width: 2em;
	padding: 0.2em;
	margin: 0.3em;
	border: 2px solid #ccc;
}

/* * * * * * * * * ERROS, WARNINGS AND MESSAGES	* * * * * * * * */

.msg, .warning, .error {
	border: 3px solid black;
	padding: 0.3em;
	margin: 0.3em;
	color: #333;
	font-size: 11px;
	font-family: monaco, typewriter, fixed-width;
	
}

.msg { border-color: #19C043; }
.warning { border-color: #C2B61F; }
.error { border-color: #C40D19; }

