/* Algemene opmaak pagina */
html {
	overflow-y: scroll;	
}
body, html {
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	background: #ffffff;
}
/* Groep voor header + content */
#page {
	margin: 0 auto;
	width: 1000px;
	clear: both;
}
/* Header */
#header {
	position: relative;
	background: url('../images/header.jpg') no-repeat;
	height: 99px;
	width: 1000px;
	clear: both;
}
#header .subtitle {
	position: absolute;
	left: 320px;
	top: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	opacity: 0.45;
	filter: alpha(opacity = 45);
}
#logo {
	position: absolute;
	top: 24px;
	left: 30px;
	width: 243px;
	height: 53px;
	text-indent: -1234em;
	background: url('../images/logo.png') no-repeat 0 0;
	display: block;
}
#phone {
	position: absolute;
	top: 30px;
	right: 0;
	width: 143px;
	height: 40px;
	text-indent: -1234em;
	background: url('../images/phone.png') no-repeat 0 0;
	display: block;
}
#message {
	position: absolute;
	top: 65px;
	right: 0;
	width: 200px;
	/*height: 25px;*/
	/*text-indent: -1234em;*/
	background: #C42817;
	font-weight:bold;
	padding:4px;	
}
#message a {
	color:#fff;
}
#message a:hover, #message a:active {
	text-decoration:none;
	color:#84D1FE;
}
#menubar {
	background: #FFD400 url('../images/menubar1.jpg');
	width: 1000px;
	height: 28px;
	clear: both;
}
#menubar ul {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menubar ul:first-child {
	margin: 0 0 0 44px;	
}
#menubar ul li {
	float: left;	
}
#menubar a {
	display: block;
	color: #464646;
	padding: 6px 9px 0 9px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	height: 22px;
}
#menubar a:hover {
	background: url('../images/menubar1_item_rollover.jpg') no-repeat right;
}
#menubar a:active, #menubar a.active {
	background: url('../images/menubar1_item_active.jpg') no-repeat right;
	color: #FFC300;
}
#menu1 li:first-child {
	background: url('../images/menubar1_item.jpg') no-repeat;
}
#menu1 a {
	background: url('../images/menubar1_item.jpg') no-repeat right;
}
#menu2 {
	background: url('../images/menubar2.jpg');
}
#menu2 a {
	background: url('../images/menubar2_item.jpg') no-repeat right;
}
#menu3 {
			
}
#menu3 a {
	background: url('../images/menubar1_item.jpg') no-repeat right;	
}
#nav a:hover {
	color:#F2BB25;
}

#main {
	background: #ffffff;
	clear: left;
	float: left;
}
#main_container3 {
	clear:left;
	float:left;
	width:1000px;
	overflow:hidden;
	background: #515151 url('../images/sidebar_pand.jpg') no-repeat bottom right;
}
#main_container2 {
	clear:left;
	float:left;
	width:1000px;
	position:relative;
	right:246px;
	background: #ffffff; /* column 2 background colour */
}
#main_container1 {
	float:left;
	width:1000px;
	position:relative;
	right:500px;
}
#column3 {
	color: #ffffff;
	width: 246px;
	min-height: 575px;
	float: left;
	position: relative;
	overflow: hidden;
}
#column3 p, #column3 table {
	margin: 0px;
	padding: 1px 15px 5px 15px;
	text-align: justify;
	line-height: 17px;
}
#column3 img {
	margin: 9px 0 0 0;
	border: 0;
}
#column3 hr {
	color: #717171;
	width: 216px;
	border: 0px;
	border-top: 1px solid #717171;
}
#column3 p a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
/* Footer onderkant pagina */
#footer {
	background: #404040;
	color: #979797;
	height: 21px;
	clear: both;
	text-align: center;
}
#footer p {
	padding: 3px 0px 0px 0px;	
}
#footer p span {
	padding: 0px 25px 0px 25px;
}

#footer a {
	color: #979797;
	text-decoration: underline;
}

#footer a:hover {
	color: #ffffff;
}
img {
	border: 0;
}
.letop {
	padding:3px;
	background-color:#FED501;
	color:#ff0000;
}
input {
	clear: right;
	float: left;
	width: 200px;
}
input.checkbox {
	width: 20px;
}
label {
	width: 150px;
	float: left;
	clear: left;
}
/* Showroom Banner */
#showroombanner {
	margin-left: -2px;
	width: 220px;
	height: 245px;
	text-indent: -1234em;
	background: url('../images/banner-showroom.jpg') no-repeat 0 0;
	display: block;
}
#showroombanner:hover {
	background-position: 0 -245px;
}
/* Column 3 */
#column3 {
	left: 790px;
	padding-bottom:100px;
}
#column3 .section {
	margin: 0 15px;
	padding: 20px 0;
	color: #b1b1b1;
	border-top: 1px solid #5d5d5d;
	border-bottom: 1px solid #494949;
}
#column3 .section.first {
	border-top: none;
}
#column3 .section.last {
	border-bottom: none;
}
#column3 .section h3 {
	margin: 0 0 3px;
	font-size: 15px;
	color: #eee;
	font-weight: normal;
	line-height: normal;
}
#column3 .section p {
	margin: 0;
	padding: 0;
	text-align: left;
}
#column3 .section ul {
	margin: 0;
	padding: 0;
}
#column3 .section ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#column3 .section li span {
	width: 130px;
	display: inline-block;
}

#column3 .section .usp li {
	margin-bottom: 4px;
	padding: 0 0 1px 20px;
	height: 16px;
	background: url('../images/tick.png') no-repeat 0 1px;
}

#column3 .section .opening {
	font-size: 22px;
	color: #f4d22a;
}
#column3 .section .opening span {
	color: #b1b1b1;
}

