body{
	color: #fff;
	font-family: sans-serif, arial, helvetica;
	background: url("img/bg.jpg");
	font-size: 12px;
	line-height: 13px;
}
.err{
	color: #f00;
}
.fRight{
	float:right;
	
}
a{
	text-decoration:none;
	color:#ccc;
	font-weight: bold;
	cursor: pointer;
}
.clearer{
	clear:both;
	margin: 0;
	padding: 0;
}

#PageWrapper{
	
	position: relative;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow:auto;
	
}

#ContentWrapper{
	position: relative;
	background-color:#282828;	
	margin: 40px auto;
	width: 660px;	
	padding-bottom: 10px;
}

#Banner{
	background: url("img/probefahrt.jpg") no-repeat;
	width: 660px;
	height: 145px;
}

#Content{
	width: 580px;
	margin: auto;
}

#Content div.InputField{	
	margin-bottom:5px;	
	
}

#Content label{
	display: block;
	float: left;
	padding-top:2px;
	font-weight: bold;
	width: 150px;	
}


#Content select{
	display: block;
	float: left;
	width: 225px;	
	background: #000;
	color: #fff;
	border: 0;	
}
#Content select option{
	border: 0;
}

#Content input.text{
	display: block;
	float: left;
	width: 225px;
	background: #000;
	border: 0;
	color: #fff;
}

input.day, input.month{
	display:block;
	float:left;
	margin-right: 10px;
	width: 40px;
	background: #000;
	border: 0;
	color: #fff;
}

input.street, input.city{
	display:block;
	float:left;
	margin-right: 10px;
	width: 140px;
	background: #000;
	border: 0;
	color: #fff;
}

input.streetno, input.zip{
	display:block;
	float:left;
	margin-right: 10px;
	width: 75px;
	background: #000;
	border: 0;
	color: #fff;
}

input.year{
	display:block;
	float:left;
	xxmargin-left: 10px;
	width:80px;
	background: #000;
	border: 0;
	color: #fff;
}

#Content input.search{
	display: block;
	float: left;
	width:90px;
	background: #000;
	border: 0;
	color: #fff;
}

#MERCHANT_SEARCH{
	margin: 0 0 0 10px;
}

#Content textarea{
	background: #000;
	color: #fff;
	width: 225px;
	height: 100px;
	border: 0;
}


div.checkbox{
	width:150px;
	float:left;
	margin-bottom: 5px;
}

div.checkbox input.checkbox{
	margin:0 5px 0 0;
	padding: 0;
	float:right;
}
div.checktext{
	color: #848484;
	width: 430px;
	float:left;	
}
p.small{
	font-size:10px;
	color: #848484;
	
}

a.close{
	margin: 2px;
	float: right;
	cursor: pointer;
}

div.inputs{
	 float:left;	 
}

div.merchant{
	float:left;
}
div.merchant span{
	display:block;
}



#merchantWrapper{	
	position: absolute;
	top: 220px !important;
	left: 115px;
	width: 300px;	
	background-color: #000;
	margin: 0;
	padding: 0;
	border: 1px solid gray;
}

#merchantList{
	height: 300px;
	overflow: auto;
}

.merchantItem{
	padding: 20px 10px 20px 10px;
	border-bottom: 1px solid gray;
	cursor: pointer;
}

.merchantItem:hover{
	
	background-color:#282828;
}

.merchantItem span{
	display: block;	
}

div.distance{
	float: right;
}
