body { font-family: Georgia, Arial, Helvetica, sans-serif; }

h1 { font-size: 2em; }
p {font-size: 1em}

img {border: 0;}

#customerLocationInput, select {
	font-size: 1.2em;
}


table.umkreissuche { }

table.umkreissuche th {
	font-size: 0.7em;
	font-weight: bold;
	text-align: left;
	background-color: #CCCCCc;
}

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

table.umkreissuche td.firma { width: 15em; }
table.umkreissuche td.data { width: 13em; }
table.umkreissuche td.links { width: 14em; }
table.umkreissuche tr.zebraTable_dark td { background-color: #ddd; }

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; }
