/* @override http://www.premium-cola.de/finder/style.css */

body {
	margin: 0;
	padding: 0;

/* color: datenchef, 15.04.2001 - muss auskommentiert werden, damit der licht an/aus schalter funktioniert, denn die farbe wird dort per js gesetzt */

/*	color: #fff; */ 
	font-family: Arial, Verdana, sans-serif;
	height: 100%;
}

input {
	font-family: Arial, Verdana, sans-serif;
	margin-bottom: 0 !important;
	padding: auto !important;
}

.clear {
	clear: both;
	float: none;
	margin: -10px 0 0;
	height: 1px;
}

#finder {
	width: 530px;
	height: 540px;
	margin: 0 auto 0 auto;
	line-height: normal !important;
}

#search {
	margin-right: auto;
	margin-left: auto;
	background-color: #1e1e1e;
	padding: 5px;
	width: 510px;
}

#map-container {
	margin: 0 auto;
	border: 5px solid #1e1e1e;
	width: 510px;
	border-top-style: none;
}

#map {
	height: 400px;
	width: 510px;
	background-color: #ddd;
}

.finder-input {
	font-size: 14px;
	display: block;
	height: 16px;
	border: none !important;
	background-image: none;
	float: left;
	margin: 4px 0 0 8px;
	padding: 10px 0 5px 3px;
}

#finder-street {
	width: 240px;
}

#finder-zip {
	width: 150px;
}
.finder-input:disabled {
	background: none;
	color: #cbcbcb;
}

#finder-search {
	font-size: 14px;
	display: block;
	height: 16px;
	border: none;
	width: 416px;
	background-image: none;
	padding-top: 10px;
	padding-left: 3px;
	float: left;
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 4px;
	padding-bottom: 5px;
}

#finder-search:disabled {
	background: none;
	color: #cbcbcb;
}
#finder-button {
	color: #000;
	font-size: 13px;
	display: block;
	float: right;
	font-weight: bold;
	width: 67px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #cbcbcb;
	border-style: none;

	margin-top: 6px;
	margin-right: 6px;
	text-align: center;
	margin-bottom: 4px;
}
#view {
	float: left;
	padding-left: 10px;
	border-left: 1px solid #cbcbcb;
	height: 19px;
	width: 210px;
}

#loading {
	background-image: url(images/spinner.gif);
	width: 24px;
	height: 24px;
	display: none;
	background-color: #fff;
	float: right;
	margin-top: 5px;
	margin-right: 7px;
}

#loading-xml {
	display: none;
	width: 16px;
	height: 16px;
	float: right;
	margin: 3px 0 0;
	background: #fff url(images/spinner_s.gif) no-repeat center center;
	color: #000;
}

#bottom {
		border-top: 1px solid #cbcbcb;
	margin-right: auto;
	margin-left: auto;
	width: 488px;
	margin-top: 3px;
	padding: 6px 4px 11px;
	height: 17px;
}
#bottom *{
	color: #000;
	font-size: 11px;
}

#bottom input{
	display: block;
	float: left;
	width: 14px;
	height: 14px;
}

#bottom span {
	display: block;
	float: left;
	margin: 4px 7px 0 1px;
}

#country {
	margin: 0;
	display: block;
}

#country-container {
	float:left;
	font-size: 10px;
	float: left;
	color: #000;
	height: 19px;
	width: 251px;
}
#input-container {
	float: left;
	
	background: #fff;
	width: 508px;
	border-style: solid;
	border-width: 1px;
}

input.placeholder {
	color: #a9a9ac;
}
#send-link {
	color: #fff;
	background-color: #1e1e1e;
	padding: 10px 0 1px 5px;
	font-size: 10px;
}
#copy-input {
	background: #1e1e1e;
	border-style: none;
	font-style: italic;
	font-size: 10px;
	width: 370px;
	color: #fff;
}

#copy-button {
	margin: 0 0 0 27px;
	font-size: 11px;
	font-weight: bold;
	border-style: none;
	padding: 5px;
	background-color: #3f3f3f;
	width: 67px;
	text-align: center;
	color: #fff;
}
/**IE FIXES*/

* html #finder-button {
	margin-right: 3px;
}

* html #loading-xml {
	margin-top: 0;
}

* html #bottom {
	padding-top: 10px;
	padding-bottom: 9px;
}

* html .finder-input {
	margin-left: 4px;
}

#bottom span {
	.margin-top: 0;
}

#bottom input {
	.margin-bottom: 0;
}
.finder-input {
	border-color: transparent;
	border-style: hidden;
}

#join {
	color: #808080;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 520px;
	border-bottom: 2px solid #1e1e1e;
	padding-bottom: 5px;
}

#join a {
	color: #7e7e7e;
	text-decoration: underline;
}
