** { margin:0; padding:0; }

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0.5em 0; } 

li,dd { margin-left:1em;} 

fieldset { padding:.5em; } 

img {border: 0;}

a img {border: 0;}

table {
font-size: 1em;
}

/*General link Styling*/
a:link, a:visited {
font-size: 11px; 
color: #777; 
text-decoration: none;
}


body {
color: #777;
font: 76.1%/1.3em Arial, Verdana, Helvetica, sans-serif;
}

h1 {
color: #AEBF33; 
font-size: 1.4em; 
font-weight: bold;
}

#customerLocationInput, select {
font-size: 12px;
color: #666;
background: #dfe7a9;
border: 1px solid #f9fbce;
padding: 1px 3px;
margin: 0;
}


table.umkreissuche { }

table.umkreissuche th {
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	background-color: #96b831;
}

table.umkreissuche td,th {
	vertical-align: top;
	text-align: left;
	font-size: 1em;
	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: #eef2d0; }

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;
	text-decoration: none;
}

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

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