@charset "utf-8";
@import url("style.css");
@import url("form.css");
/* CSS Document */

body {
	background-color: #e5e4e9;
	font-family: "Trebuchet MS";
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	}
#wrapper {
	width: 882px;
	margin: auto;
	}
/*  TOP-header Navigatie Boven Wizard */
#TopNav {
	background-image: url(images/bck_topnav.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 882px;
	text-align: right;
}

/* Wizard container */
#Container_Wizard {
	width: 880px;
	height: 264px;
	border: 1px solid #000000;
	overflow: hidden;
}
.Wizard_Select_Box {
	background-image: url(images/bck_select_wizard.jpg);
	background-repeat: no-repeat;
	height: 264px;
	width: 218px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.Select_Box_Header {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #ffffff;
	width: 195px;
	padding-left: 20px;
	margin-top: 18px;
	margin-bottom: 5px;
	float: left;
}
.Select_Box {
	width: 190px;
	height: 75%;
	margin-left: 17px;
	margin-top: 0px;
	float: left;
}
/* End Wizard */
#StrokeRose {
	height: 16px;
	width: 882px;
}
/* Begin Tabblad Content Blok */
.Container_ContentNav {
	background-image: url(images/bck_overzicht.jpg);
	background-repeat: no-repeat;
	height: 41px;
	padding-top: 10px;
	text-align: right;
}
.Container_Product {
	background-image: url(images/bck_product.jpg);
	background-repeat: no-repeat;
	height: 41px;
	padding-top: 10px;
	text-align: right;
}
#MainContainer {
	background-image: url(images/bck_container_content.gif);
	background-repeat: repeat-y;
	width: 882px;

	}
/* Begin Container Content Blok */
.Container_Content {
	background-image: url(images/bck_container_content.gif);
	background-repeat: repeat-y;
	padding-left: 12px;
}
/* Begin Container voor Logo's */
.Container_ContentBlokLogo {
	background-color: #FFFFFF;
	width: 830px;
	margin: 0px 0px 0px 0px;
	padding: 12px;
	float: left;
	border: 1px solid #eeeeee;
}
/* End Container voor Logo's */
.Container_ContentBlok {
	background-color: White;
	width: 395px;
	margin: 0px 6px 0px 0px;
	padding: 12px;
	float: left;
	border: 1px solid #eeeeee;
}
/* Begin ModelOverzicht Blok */
.Model_Overzicht {
	background-color: White;
	width: 395px;
	border: 0px solid #e3e3e3;
	clear: both;
	height: 100%;
	overflow: hidden;
}
/* Header van modeloverzicht blokjes (beugels en meubels)*/
.header {
	font-family: "Trebuchet MS";
	font-size: 12px;
  	color: Black;
	font-weight: bold;
	border-left:  1px solid #e3e3e3;
	border-top:  1px solid #e3e3e3;
	padding-left: 8px;
	height: 30px;
}
.content_blok {
	padding-left: 8px;
	border-right: 0px solid #e3e3e3;
	border-bottom:  1px solid #e3e3e3;
	border-left:  1px solid #e3e3e3;
}
/* PDF en Product eigenschap iconen */
.icon {
	text-align: center;
	border-left: 1px dotted #cccccc;
	width: 90px;
	height: 90px;
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
	display: block;
}
/* Product Tumb klein */
.tumb {
	border: 1px solid #e3e3e3;
	margin: 1px;
}

.td_border_all {
	border: 1px solid #e3e3e3;
	margin-left: 2px;
	margin-right: 2px;
}
.td_border_product {
	border-top: 1px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 0px solid #e3e3e3;
}
.td_border {
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.td_border_top {
	border-bottom:  1px solid #e3e3e3;
	border-top:  0px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
/* terugknop op Product Specificaties ond */
.but_terug {
	background-image: url(images/but_terug.gif);
	width: 185px;
	height: 32px;
	margin-top: 10px;
	padding-right: 15px;
	padding-top: 11px;
	float: right;
	text-align: right;
}

.but_zoekdealer {
	background-image: url(images/but_terug.gif);
	width: 185px;
	height: 32px;
	margin-top: 10px;
	padding-right: 15px;
	padding-top: 11px;
	float: left;
	text-align: right;
	clear: both;
}
#footer {
	height: 12px;
	width: 882px;
	clear: both;
}
