/*Body,lettertype*/
body {
	margin-top: 0px;
	margin-left: 0px;
}
td {
	font-family: Tahoma;
	font-size: 12px;
	color: #585858;
}
#scroll {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}
/*ID's*/
#table_main {
	width: 1003px;
	margin-left: auto;
	margin-right: auto;
}
#td_header {
	width: 1003px;
	height: 121px;
	background-image: url('images/header.jpg');
}
#td_menu {
	width: 1003px;
	height: 24px;
	padding-right: 25px;
	padding-left: 25px;
	vertical-align: middle;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	background-image: url('images/menu.jpg');
}
#td_headerleft {
	width: 302px;
	height: 328px;
	background-image: url('images/headerleft.jpg');
}
#td_content {
	width: 466px;
	height: 328px;
	background-color: #F7F6F6;
	vertical-align: top;
}
#td_content_2 {
	width: 768px;
	height: 328px;
	background-color: #F7F6F6;
	vertical-align: top;
}
#td_headerright {
	width: 235px;
	height: 328px;
	background-color: #F7F6F6;
	vertical-align: bottom;
}
#td_copyright {
	width: 1003px;
	text-align: center;
	vertical-align: bottom;
	color: #EEE0E1;
	font-size: 10px;
	font-family: Arial;
	height: 58px;
	background-image: url('images/copyright.jpg');
}
#loading2 {
	position: absolute;
	visibility: hidden;
	text-align: center;
	top:0px;
	left:0px;
	width:100%;
	height: 900px;
	margin: 0px;
	background-color: #FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 1000;
}
#img_big_div {
	position: absolute;
	top: 0px;
	left: 0px; 
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 100px;
	visibility: hidden;
	z-index: 1001;
}
/*Classes*/
/*Link*/
a {
	text-decoration: none;
	color: #ACA6A8;
}
a:link {
	text-decoration: none;
	color: #ACA6A8;
}
a:visited {
	text-decoration: none;
	color: #ACA6A8;
}
a:hover {
	text-decoration: none;
	color: #ACA6A8;
}
a:active {
	text-decoration: none;
	color: #ACA6A8;
}
/*Offerte formulier*/
.textfield {
	width: 185px;
	font-family: Tahoma;
	font-size: 10px;
	padding: 5px 4px 2px 8px;
	border: 0px;
	background-image: url('images/bg_textfield.jpg');
}
input.textfield_postcode {
	width: 50px;
	font-family: Tahoma;
	font-size: 10px;
	padding: 5px 4px 2px 8px;
	border: 0px;
	background-image: url('images/bg_textfield.jpg');
}
input.textfield_plaats {
	width: 120px;
	font-family: Tahoma;
	font-size: 10px;
	padding: 5px 4px 2px 8px;
	border: 0px;
	background-image: url('images/bg_textfield.jpg');
}
input.button {
	background-color: #DADADA;
	color: #383838;
	width: 70px;
	height: 22px;
	font-family: Tahoma;
	font-size: 10px;
}
#td_buttons {
	vertical-align: bottom;
	height: 25px;
}