@charset "UTF-8";
/* Phone */
@import url("phone_kdv.css") only screen and (max-width:480px);
/* Tablet */
@import url("Tablet_kdv.css") only screen and (min-width:481px) and (max-width:768px);
/* Desktop */
@import url("Desktop_kdv.css") only screen and (min-width:769px);



#Wrapper {
	margin: 0 auto;
	width: 100%;	
}

#Logo {
	z-index: 1;
	top: 0px;
	left: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(./images/motor.jpg);
	background-position: center;
}

#Menu ul {
	list-style-type: none;
	text-align: center;
	padding: 0px;
}

#Menu ul li a {
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	color: #445B89;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

#Main table tr  td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#Wrapper #Menu {
	padding: 0px;
	margin: 20px;
}

#Main {
	/* [disabled]position: absolute; */
	left: 0px;
	top: 327px;
	width: 100%;
	height: 738px;
	z-index: 3;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

#Menu ul li a:hover {
	color: #D48A37;
}

#Wrapper #Main #object {
	background-color: #000000;
	border: 5px solid #D48938;
	margin: 20px;
	padding: 0px;
}

#Wrapper #Main #object ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	color: #000;
}

#Wrapper #Main #object ul li #omschrijving {
	margin: 10px;
	color: #999;
}

#Wrapper #Main #object ul li #prijs {
	font-size: 24px;
	border: 2px solid #D48837;
	margin: 10px;
	font-weight: bold;
	color: #999;
}

#Wrapper #Contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #445B89;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	font-style: normal;
	font-weight: bold;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
