/* CSS Document */
html, body{
	height:100%;
}
body {
	margin: 0px auto;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}
table {
	border-collapse: collapse;
	padding: 0px;
}
td {
	font-family: tahoma, verdana, arial, sans-serif;
	border-collapse: collapse;
	padding: 0px;
	vertical-align: top;
}
img {
	border: 0px;
}
form {
	margin: 0px;
}
p {
	padding: 0px;
	padding-right: 0px;
	margin: 0px;
	font-size: 12px;
}
a {
	color: #a96729;
}
h4 {
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #444444;
	display: inline;
}

div#mainDiv {
	width: 966px;
	margin: auto;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #dedede;
	padding: 12px;
}
img#headImg {
	display: block;
}
/*----------------------------menu-----------------------------*/
div#menuDiv {
	height: 26px;
	width: 966px;
	background-color: #a96729;
	border-top: 3px solid white;
	border-bottom: 4px solid white;
}
div#menulinksDiv {
	float: left;
}
div#menulinksDiv a{
	line-height: 26px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 12px;
	background: url('gfx/line2.gif') no-repeat top right;
}
div#menulinksDiv a:hover{
	text-decoration: underline;
}
div#vlagDiv {
	float: right;
	padding-right: 8px;
	padding-top: 8px;
}
div#vlagDiv img{
}

/*----------------------------intro-----------------------------*/

div#introDiv {
	float: left;
	height: 215px;
	width: 415px;
	line-height: 18px;
	color: #606060;
	padding-top: 30px;
	padding-right: 42px;
	overflow:auto;
}
div#rightImgDiv {
	float: left;
}

#indexRotator
{
	border: none;
	overflow: hidden;
	position: absolute;
	width: 509px;
	height: 245px;
}

#indexRotator img
{
	border: 0;
	width: 509px;
	height: 245px;
}

#rotator
{
	border: none;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	width: 311px;
	height: 203px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 509px;
	height: 245px;
}

#rotatorMini
{
	border: none;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	width: 311px;
	height: 203px;
}

#rotatorMini img
{
	border: 0;
	cursor: pointer;
	width: 311px;
	height: 203px;
}

div#rightImg2Div {
	float: left;
	padding-left: 3px;
}




/*----------------------------content-----------------------------*/
div#contentDiv {
	float: left;
	width: 640px;
	border-top: 7px solid white;
	padding-right: 12px;
	color: #535151;
	line-height: 18px;
}
div#contentDiv h1{
	margin: 0px;
	font-weight: normal;
	font-size: 18px;
	color: #444444;
	padding-top: 5px;
	padding-bottom: 18px;
}
/*----------------------------content2-----------------------------*/
div#greyboxDiv {
	height: 236px;
	width: 966px;
	background-color: #9f9c94;
	border-top: 6px solid white;
	clear: both;
}
/*-------------------------grey box small--------------------------*/
div#greyboxsmallDiv {
	float: right;
	height: 200px;
	width: 271px;
	color: white;
	line-height: 18px;
	background-color: #9f9c94;
	margin-top: 208px;
	padding: 15px 20px 10px 20px;
}
div#leegDiv {
	width: 966px;
	height: 4px;
	clear: both;
}


/*----------------dealer,movieclip,nieuws----------------*/
div#dealerDiv, div#movieDiv, div#nieuwsDiv{
	float: left;
	height: 211px;
	padding: 25px 30px 0px 30px;
	color: white;
	line-height: 16px;
}
div#dealerDiv h1, div#movieDiv h1, div#nieuwsDiv h1{ 
	margin: 0px;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 17px;
	text-transform: uppercase;
	color: #20201f;
}
div#dealerDiv, div#movieDiv{
	width: 170px;
	background: url('gfx/line.gif') no-repeat top right;
}
div#dealerDiv input,div#dealerDiv select{
	font-size: 11px;
	width: 160px;
	border: 1px solid #797771;
}
div#nieuwsDiv{
	width: 440px;
}
div#nieuwsDiv td{
	padding-left: 5px;

}
div#nieuwsDiv a{
	color: #863d3e;
}
td.nieuwsTitelTd {
	background-color: #797771;
	font-weight: bold;
	height: 17px;
	width: 500px;
}
/*----------------------------adres-----------------------------*/
div#adresDiv {
	margin: auto;
	width: 900px;
	height: 20px;
	color: #606060;
	line-height: 20px;
	text-align: center;
	clear: both;
}
/*----------------------------Producten-----------------------------*/
table#productenTable {

}
table.productTable{
	width: 185px;
	height: 189px;
	margin-bottom: 20px;
	margin-right: 20px;
}
td.productNameTd {
	border: 1px solid #e0dcd2;
	width: 177px;
	height: 24px;
	background-color: #f3f3f3;
	font-weight: bold;
	font-size: 10px;
	color: #4d4d4d;
	line-height: 23px;
	padding-left: 8px;

}
td.productNameTd a{
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #4d4d4d;
	line-height: 23px;
}
td.productNameTd a:hover{
	text-decoration: underline;
}
td.productImgTd {
	border: 1px solid #e0dcd2;
	width: 185px;
	height: 145px;
	vertical-align: middle;
	text-align: center;
}
td.productImgTd img{
	border: 1px solid #e0dcd2;
}
td.productInfoTd {
	border: 1px solid #e0dcd2;
	width: 185px;
	height: 20px;
	background-color: #f3f3f3;
	line-height: 20px;
	text-align: right;
}
td.productInfoTd a{
	color: #4d4d4d;
	padding-right: 7px;
}
/*----------------------------Producten info-----------------------------*/
div#productInfoDiv {
	width: 630px;
	height: 150px;
	padding: 45px 0px;

}
div.productimgDiv {
	float: left;
	width: 155px;
	height: 150px;
	margin-right: 3px;
	text-align: center;
	border: 1px solid #dfdfdf;
	background-color: #efefef;
}
div.productimgDiv img{
	margin-top: 22px;
	border: 1px solid #6a6863;
}

table#productInfoTable {
	float: left;
	width: 290px;
	height: 150px;
	margin-left: 19px;
}
td.productInfoTitel1, td.productbeschrijving1, td.productInfoTitel2, td.productbeschrijving2 {
	line-height: 29px;
	height: 29px;
	border-bottom: 2px solid white;
}
td.productInfoTitel1, td.productInfoTitel2 {
	font-weight: bold;
	width: 91px;
	padding-left: 9px;
}
td.productInfoTitel1, td.productbeschrijving1 {
	background-color: #f3f3f3;
}
td.productInfoTitel2, td.productbeschrijving2 {
	background-color: #f8f8f8;

}
/*----------------------------Producten info Nieuw-----------------------------*/


.imgContainer {
	width: 150px;
	height: 150px;
	background: #efefef url('gfx/zoom.gif') no-repeat 130px 130px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #dfdfdf;
}
table#productSpecs {
	background-color: #f3f3f3;
	margin-left: 16px;
	width: 300px;
}
table#productSpecs td {
	padding: 2px 8px 2px 8px;
	border-bottom: 2px solid white;
}
div#backButton {
	margin-top: 20px;
}

a#but_offerte {
	background: url('gfx/but_of_bg.gif') no-repeat center;
	margin: 10px 0px 0px 16px; 
	color: white;
	height: 20px;
	width: 120px;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
}


/*----------contact---------*/
div#contentDiv .sendsubmit {
	height: 21px;
	width: 78px;
	background: url('gfx/button.gif') no-repeat center;
	border: 0px;
	margin-left: 10px;
	color: white;

	font-size: 13px;
}
/*----------------------------news page-----------------------------*/

table.news {
	width: 600px;
}
td.newstitleTd {
	padding: 0px 10px 0px 10px;
	background-color: #efede8;
}
td.newstitleTd b{
	font-size: 13px;
}
td.newsmessageTd {
	padding: 0px 10px 0px 10px;
	border-bottom: 1px solid #c2c0bb;
	line-height: 20px; 
}
td.newsmessageTd a{ 
	color: #a96729;
}
a.nieuwslink {
	color: #a96729;
}
div.newsmessageDiv {
	width: 550px;
}
/*----------------------------Uw Idee-----------------------------*/

table#fileForm {
	width: 500px;
}
table#fileForm td{
	height: 25px;
	vertical-align: middle;
}
td.ideetitelTd {
	width: 150px;
	padding-left: 10px;
}
/*----------------------------contact-----------------------------*/
td.contacttitelTd {
	padding-left: 10px;
	height: 25px;
	vertical-align: middle;
}
table#dealers {
	margin-top: 20px;
	background-color: #efede8;
	border-top: 1px solid #9f9c94;
	border-bottom: 1px solid #9f9c94;
	width: 600px;
}
table#dealers td {
	padding: 1px 10px;
	border-bottom: 1px solid #ccccc;
}
