@font-face {
 font-family: FuturaStdHeavy;
 src: url(/fonts/FuturaStd-Heavy.eot); /* EOT file for IE */
font-weight: normal;
font-style: normal;
}
@font-face {
 font-family: FuturaStdHeavy;
 src:url(/fonts/FuturaStd-Heavy.ttf); /* TTF file for CSS3 browsers */
font-weight: normal;
font-style: normal;

}



body {
	font: normal 12px/1.5em "lucida grande", "Helvetica Neue", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}
::-moz-selection {
	 color: #fff;
	 background: #154273;
}
::selection {
	color: #fff;
	background: #154273;
}
a {
	text-decoration: none;
	color: #154273;
	-webkit-transition: color .12s linear;
	-moz-transition: color .12s linear;
	-o-transition: color .12s linear;
	transition: color .12s linear;
}
a:hover, a:focus {
	color: #154273;
	border-bottom:1px solid #ddd;
}
label abbr {
	border: 0;
	font-weight: bold;
	color: #9a1900;
}
input {
	padding: 8px;
	width:216px;
	background: #fff;
	color: #154273;
	font-size:18px;
	border:1px solid #9497b4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}
 input::-webkit-input-placeholder {
 color: #aaa;
}
 input:-moz-placeholder {
 color: #aaa;
}
input.placeholder {
	color: #aaa;
}
input:focus {
	background:#fff;
	border:1px solid #5f6a93
}
input:focus, select:focus, textarea:focus, button:focus, #active a:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 8px 1px hsla(235, 17%, 71%, .5);
	-moz-box-shadow: 0 0 8px 1px hsla(235, 17%, 71%, .5);
	box-shadow: 0 0 8px 1px hsla(235, 17%, 71%, .5);
}
.hide {
	display: none;
}
html {
	color: #333;
}
body {
	background: #fff;
	overflow-x: hidden;
}
body#wh {
	background: #fff none;
}
 @media screen and (max-width: 920px) {
body {
	overflow-x: auto;
}
}
#wrapper {
	width: 798px;
	margin: 0 auto;
}
header {
	width:798px;
	height:80px;
}
header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
header nav ul {
	float:right;
	margin-top:.5em;
}
header nav ul li {
	float: left;
	margin: 0;
	padding: 0 0.5em;
	font-size:11px;
}
header nav ul li a {
	color:#333;
}
section > h1 {
	display: inline-block;
	width: 460px;
	height:110px;
	margin: 0 0 1.5em;
	text-indent: -9999em;
	background: url(/img/oranjeauto.png) no-repeat left top;
}
section > h2 {
	font-family:FuturaStdHeavy, Sans-Serif;
	/*text-transform:lowercase;*/
	font-size: 46px;
	/*color:#9497b4;*/
	text-align:center;
	font-weight:bold;
	margin-bottom:1em;
	font-weight:normal;
}
section > p {
	margin-bottom:1.5em;
}
section {
	float:left;
	width:460px;
	margin-bottom:80px;
	padding-top:25px;
}
section address {
	font-size:11px;
}
section#form {
	padding-top:0;
	width:338px;
	
}
form {
	text-align:right;
}
fieldset {
}
legend {
	display:none;
}
#action, .back {
	padding:50px;
	text-align:center;
}
.field {
	margin-bottom:1em;
	font-size:18px;
}
.field span {
	width:232px;
	display:inline-block;
	text-align:center;
}
.back a {
	display:inline-block;
	width:48px;
	height:48px;
	background:url(/img/back.png) no-repeat 0 -48px;
	text-indent:-9999px;
}
*:first-child+html .back a {
	display:block;
}
.back a:hover {
	background:url(/img/back.png) no-repeat 0 0;
}
footer {
	padding-bottom:10px;
}
#action a, button {
	display:inline-block;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	margin:0;
	white-space:normal;
	background:url(/img/premier.png) no-repeat 0 0;
	width:232px;
	height:41px;
	color:#fff;
	text-shadow:0 -1px 0 #022f60;
	font-size:18px;
}
#action a {
	padding-top:8px
}
#action a:hover, button:hover {
	background:url(/img/premier.png) no-repeat -232px 0;
}
#action a:active, button:active {
	background:url(/img/premier.png) no-repeat -464px 0;
}
#wrapper > footer {
	text-align: right;
	font-size:11px;
	clear:both;
	/*color:#888;*/

}
section footer {
	text-align:center;
	border-top:1px solid #ddd;
	padding:1.5em 0 15px;
	margin:15px 0;
}
address {
	font-style:normal;
	font-size:11px;
	margin:15px 0;
}
.en, .de, .fr, .es {
	display:none;
}
nav a.active {
	font-weight:bold;
	border-bottom:1px solid #ddd;
}
.required {
	display:none;
}
#contact_form_errorloc {
	color:#d00
}
#message {
	padding:50px;
}
