@import url("navigation.css");

HTML, body {
	margin:0;
	padding:0;
	width: 98%;
	height:100%;
	scrollbar-face-color: #f2f6f9;
	scrollbar-highlight-color: #f2f6f9;
	scrollbar-shadow-color: #194980;
	scrollbar-3dlight-color: #194980;
	scrollbar-arrow-color: #f2f6f9;
	scrollbar-track-color: #f2f6f9;
	scrollbar-darkshadow-color: #194980;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	color:#194980;
	background-color:#fcfdfe;
	behavior:url("csshover.htc");
}
#container {
	margin:0 auto;
	position:relative;
	width:760px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	
}
div.header {
	width:760px;
	margin:0px;
	height:188px;
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
}
div.mainMenu {
	float:right;
	width:150px;
	text-align:center;
	margin:2px 0px 0px 0px;
	color:#d1dbe6;
}
div.mainMenu a, div.mainMenu a:link, div.mainMenu a:visited, div.mainMenu a:active {
	color:#d1dbe6;
	text-decoration:none;
}
div.mainMenu a:hover {
	color:#d1dbe6;
	text-decoration:underline;
}
div.quickSearch {
	padding:66px 0px 0px 0px;
}
div.quickSearch a {
	color:white;
	text-decoration:none;
}
div.spacer {
	margin:0px;
	padding:0px;
	clear:both;
}
div.flagHolder {
	width:760px;
	height:20px;
	background-color:#194980;
	float:left;
}
div.flag {
	margin:4px 0px 5px 10px;
	float:left;
}
img.flagBorder {
	border:0px;
}
div.flagHolderImage {
	float:right;
}
div.breadcrumbsHolder {
	width:760px;
	height:29px;
	line-height:29px;
	background-image:url(../images/bg_breadcrumbs.gif);
	float:left;
}
div.breadcrumbs {
	margin-left:10px;
}
/*div.breadcrumbs*/ a, /*div.breadcrumbs*/ a:link, /*div.breadcrumbs*/ a:visited, /*div.breadcrumbs*/ a:active {
	color:#194980;
	text-decoration:underline;
}
/*div.breadcrumbs*/ a:hover {
	text-decoration:none;
}

/* contentgedeelte */
#content {
	width:730px;
	margin:20px 15px 20px 15px;
}
div.contentBoxWrapper {
	width:470px;
	float:left;
	margin-bottom:20px;
}
div.contentBoxHeader {
	width:470px;
	height:23px;
	background-image:url(../images/bg_headerContentBox.gif);
	background-repeat:no-repeat;
}
div.contentBoxHeaderTitle {
	width:210px;
	height:23px;
	line-height:23px;
	float:right;
	text-align:center;
	font-size:12px;;
}
div.contentBox {
	width:468px;
	border:1px solid #d5e3ee;
}
div.contentBoxTitle {
	width:468px;
	height:25px;
	margin-top:15px;
	line-height:25px;
	background-color:#d5e3ee;
}
div.contentBoxTitle span.name {
	margin-left:10px;
	font-weight:bold;
	font-size:12px;
}
div.contentBoxText {
	margin:10px;
}
div.contentBoxDetailLeft {
	width:225px;
	float:left;
	border-right:1px solid #d5e3ee;
}
div.contentBoxDetailRight {
	width:215px;
	float:right;
}	
	


/* search Engine */
div.searchWrapper {
	width:245px;
	background-color:#f2f6f9;
	margin-bottom:20px;
	padding-bottom:10px;
	float:right;
}
div.searchHeader {
	width:245px;
	height:23px;
	background-color:#d5e3ee;
}
div.searchHeaderImage, div.detailBoxHeaderImage {
	width:20px;
	height:23px;
	float:right;
}
div.searchHeaderTitle {
	min-width:85px;
	padding-right:7px;
	height:23px;
	line-height:23px;
	text-align:center;
	font-size:12px;
	background-color:#f2f6fa;
	float:right;
}
div.searchEngine {
	padding:15px 10px 5px 10px;
}

div.searchEngine div.main {
	width:225px;
	height:30px;
	border-bottom:1px solid #ced2db;
	margin-bottom:10px;
	clear:both;
}
div.searchEngine div.mainMulti {
	width:225px;
	height:66px;
	border-bottom:1px solid #ced2db;
	margin-bottom:10px;
	clear:both;
}
div.searchEngine div.label {
	width:60px;
	lineheight:25px;
	float:left;
}
div.searchEngine div.value {
	width:150px;
	float:right;
}
form {
	margin:0;
	padding:0;
}
select.selectBox {
	width:150px;
	border:none;
}
select.selectBoxSmall {
	width:60px;
	border:none;
}
select.selectBoxMulti {
	width:150px;
	border:none;
	height:65px;
	overflow:visible;
}
table.valueSplit {
	width:150px;
	padding:0px;
	border:none;
}
td.cell_60 {
	width:60px;
}
td.cell_50 {
	width:50px;
	text-align:right;
}
div.searchButton {
	margin:5px 0px;
	float:right;
}




/* zoekresultaten */
div.searchContentWrapper {
	width:730px;
	clear:both;
}
div.searchContentLeft {
	width:355px;
	float:left;
}
div.searchContentRight {
	width:355px;
	float:right;
}
div.newSearch {
	float:right;
	margin-bottom:10px;
}
table.searchResult {
	width:355px;
	border:none;
	padding:0px;
	margin-bottom:5px;
}
td.searchResultContent {
	width:275px;
	height:60px;
	border-top:1px solid #ced2db;
	border-right:1px solid #ced2db;
	border-bottom:1px solid #ced2db;
	padding-left:10px;
}
td.searchResultSpace {
	height:10px;
}
span.resultTitle {
	font-weight:bold;
}
div.pageBrowserWrapper {
	width:720px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
}
div.pageBrowserWrapper a, div.pageBrowserWrapper a:link, div.pageBrowserWrapper a:visited, div.pageBrowserWrapper a:active {
	text-decoration:none;
}
div.pageBrowserWrapper a:hover {
	text-decoration:underline;
}
div.pageBrowser {
	width:630px;
	text-align:center;
	float:left;
}
div.last {
	width:50px;
	float:left;
}
div.next {
	width:50px;
	float:right;
	text-align:right;
}



/*Detailpage description box*/
div.detailBoxWrapper {
	width:730px;
	margin-bottom:20px;
}
div.detailBoxHeader {
	width:730px;
	background-color:#d5e3ee;
	/*background-image:url(../images/bg_headerContentBox.gif);
	background-repeat:no-repeat;
	background-position:right;*/
}
div.detailBoxHeaderTitle {
	min-width:190px;
	padding-right:7px;
	height:23px;
	line-height:23px;
	float:right;
	text-align:center;
	background-color:#f2f6fa;
	font-size:12px;
}
div.detailBox {
	width:728px;
	border-left:1px solid #d5e3ee;
	border-bottom:1px solid #d5e3ee;
	border-right:1px solid #d5e3ee;
}
div.detailBoxTitle {
	width:728px;
	height:25px;
	margin-top:15px;
	line-height:25px;
	background-color:#d5e3ee;
}
div.detailBoxTitle span.name {
	margin-left:10px;
	font-weight:bold;
	font-size:12px;
}
div.detailBoxText {
	margin:10px;
}
div.detailBoxDetailLeft, div.detailBoxDetailMid {
	width:230px;
	float:left;
	border-right:1px solid #d5e3ee;
}
div.detailBoxDetailMid {
	margin-left:10px;
}
div.detailBoxDetailRight {
	width:227px;
	float:right;
}	



























/* Information form elements detailpage */
div.formBoxWrapper {
	width:730px;
	float:left;
	margin-bottom:20px;
}
div.formBoxHeader {
	width:730px;
	height:23px;
	background-image:url(../images/bg_headerContentBox.gif);
	background-position:right;
	background-repeat:no-repeat;
}
div.formBoxHeaderTitle {
	width:210px;
	height:23px;
	line-height:23px;
	float:right;
	text-align:center;
	font-size:12px;
}
div.formBox {
	width:728px;
	border:1px solid #d5e3ee;
}
div.formBoxTitle {
	width:728px;
	height:25px;
	margin-top:15px;
	line-height:25px;
	background-color:#d5e3ee;
}
div.formBoxTitle span.name {
	margin-left:10px;
	font-weight:bold;
	font-size:12px;
}
div.formBoxText {
	margin:10px;
}
div.formBoxLeft {
	width:345px;
	float:left;
}
div.formBoxRight {
	width:345px;
	float:right;
}
div.infoMain {
	width:345px;
	height:30px;
	border-bottom:1px solid #ced2db;
	margin:10px 0px;
	clear:both;
}
div.infoLabel {
	width:80px;
	lineheight:25px;
	height:25px;
	font-weight:bold;
	float:left;
}
div.infoValue {
	width:240px;
	height:25px;
	float:right;
}
.textField320 {
	width:230px;
	height:16px;
	border:1px solid #ced2db;
	color:#194980;
	font-size:11px;
	padding-left:10px;
}
.textArea320 {
	width:230px;
	height:50px;
	border:1px solid #ced2db;
	color:#194980;
	font-size:11px;
	padding-left:10px;
}
span.machineName {
	display:block;
	font-weight:bold;
	padding:10px 0px;
}
div.infoMainBig, div.infoMainDealer {
	width:345px;
	height:72px;
	clear:both;
}
div.infoMainBig {
		border-bottom:1px solid #ced2db;
}
div.infoButton {
	padding:10px;
	float:right;
	bottom:0px;
}





/* photo block elementen */
div.photoBlock {
	width:728px;
	border:1px solid #d5e3ee;
	margin-bottom:25px;
	padding-top:20px;
}
table.photoBlockTable, td.photoBlockTDPrev, td.photoBlockTDNext {
	padding:0px;
	border:0px;
	vertical-align:middle;
	height:100%;
} 
td.photoBlockTDPrev {
	width:40px;
	text-align:left;
}
td.photoBlockTDImage {
	width:648px;
	text-align:center;
	vertical-align:middle;
}
td.photoBlockTDNext {
	width:40px;
	text-align:right;
}
div.thumbnailHolder {
	width:728px;
	margin-top:20px;
	background-color:#d5e3ee;
	padding:10px 0px;
}
div.thumbnailWrapper {
	margin-left:49px;
	width:648px;
}
div.thumbnail {
	width:60px;
	height:60px;
	border:1px solid #194980;
	float:left;
	margin-right:9px;
	margin-bottom:10px;
}
	





/* footer elementen */
#footer {
	position:absolute;
	bottom: 0; /* heel belangrijk */
	width:760px;
	margin-top:25px;
	padding-top:25px;
}
div.footerWrapper {
	margin:0 auto;
	height:23px;
	background-color:#194980;
	width:500px;
}
div.footerLeft {
	float:left;
}
div.footerRight {
	float:right;
}
div.footerContentWrapper {
}
div.footerText {
	height:23px;
	width:420px;
	line-height:23px;
	float:left;
	color:white;
	font-size:10px;
	text-align:center;
}
div.dealerEntrance {
	float:left;
}
		