html, body {
	margin:0;
	padding:0;
}

body {
	font: 76% arial, sans-serif;
	text-align:center
}


p {
	margin:0 0 0 0;
}

a {
	color:#006699;
	text-decoration:none;
	border-bottom:1px dotted #bbb;
}

fieldset {
	padding: 10px;
}

.lille {
	font: 75% arial, sans-serif;
}

a:hover {
	color: #FF6600;
	border-bottom:1px dotted #FF6600;
}

div#container {
	text-align:left;
	/*border:2px solid #000;*/
}

div#content p {
	line-height:1.4
}

div#content h1 {
	font: 135% Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div#container {
	width:100%;
	margin:0 auto;
}

div#content {
	float:right;
	width:100%;
	/*border:1px solid #f00;*/
}

div#findForhandler {
	border:1px solid #ccc;
}

div#map {
	width: 100%; 
	height: 450px;
}


.select {
	font: 11px arial, verdana, serif;
	border: 2px solid #3c4036;
	padding: 4px;
	background: #fff;
	width: 170px;
	height: 15px;
}

.input {
	border: 2px solid #ccc;
	background: #fff;
	padding: 4px;
	width: 300px;
	height: 15px;
}

.googleInput {
	border: 2px solid #ccc;
	background: #fff;
	padding: 4px;
	width: 235px;
	height: 15px;
}


.textarea {
	border: 1px solid #3c4036;
	background: #f9f9f9;
	width: 350px;
	height: 75px;
}

.submit {
	height: 27px;
	width: 50px;
	font-size: 11px;
	font-weight: bold;
	border: 2px solid #ccc;
	color: #7c8273;
	background: #fff;
	cursor: pointer;
	cursor: hand; /* fix for IE 5.5 */
}

