fieldset{
	border:none;
}

p{
	padding:0;
	margin:0;
	clear:both;
}

label{
	display:block;
	float:left;
	width: 50px;
	height: 15px;
	background: transparent url('../images/text.jpg') repeat;
	padding-top: 5px;
}

input[type="text"]{
	border:none;
	background: transparent url('../images/text.jpg') repeat;
	width: 335px;
	height: 15px;
	color: #c6c6c6;
	font: 11px arial;
	padding-top:5px;
	margin:0;
}

textarea{
	overflow:hidden;
	border:none;
	background: transparent url('../images/text.jpg') repeat;
	color: #c6c6c6;
	font: 11px arial;
	line-height:200%;
	width: 385px;
	height: 240px;
}
#gmap{
	color: red;
}

#address, #form, #map_image{
	float:left;
	height: 435px;
}

#address{
	margin-left:20px;
	line-height: 14px;
}

#details{
	height: 332px;
	//padding-top:5px;
	line-height: 14px;
}

span.slogan{
	//color:#959595;
	color:#c0c0c0;
}

#senden{
	background: none;
	border: none;
	color: #c6c6c6;
}

#map_image, #form{
	width: 435px;
}
