* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
font-family: "Trebuchet ms", Arial, Tahoma, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 16px;


}

body, html {
	font-family: "Trebuchet ms", Arial, Tahoma, sans-serif;
	background-color: #008c99; 
	color: #666666;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #008c99;
	scrollbar-darkshadow-color: #008c99;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #c6006f;

}



p {padding: 7px 0 7px 0;}

h1 { 
	font-size: 16px; 
	font-style: normal; 
	line-height: 18px;
	font-weight: bold; 
	font-variant: normal; 
	color: #c6006f;
	}
	
	

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #c6006f;
	text-decoration: none;
	margin-bottom: 0px;
	}

table.assortiment {
	width: 150px;
	height: 250px;
	border: 1px solid #008c99;
}

td.assImg{
	height: 150px;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 10px; 
}

td.assTxt{
	vertical-align: top;
	background-color: #008c99;
	color: #ffffff;
}

input {
	border: 1px solid #666666;
	color: #666666;
}

#mainContainer {
	min-height: 300px;
	text-align:center;
	background: url('../images/bg_main.gif');
	background-position: top;
	background-repeat: repeat-x;
}

#header {
	
	text-align:left;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	margin: 0 auto;
	width: 960px;

}

#header_content {
	padding: 10px;
}

#navigatie {
	text-align:left;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	margin: 0 auto;
	/* height: 22px; */
	height: 22px;
	width: 940px;
	background-color: #ffffff; 
	font-size: 16px;
}


#grey {
	text-align:left;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	margin: 0 auto;
	height: 15px;
	width: 960px;
	background-color: #646464; 
}

#con_div {
	
	text-align:left;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	margin: 0 auto;
	width: 960px;
	min-height: 400px;
	background-color: #ffffff; 
}

#content {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#footer {
	
	text-align:right;
	font-size:10px;
	margin: 0 auto;
	width: 960px;
	color: #ffffff; 
}

/*////// menu ////////*/
#menu {
	margin: 0;
	padding: 0;
	font-size: 16px;
	position: relative;
	height: 22px;

}

#menu ul {
	margin: 0;
	padding-left: 0;
	float: left;
	height: 22px;
}

* html #menu ul { /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#menu ul li {
	display: inline;
	
}


#menu ul li a {
	height: 22px;
	overflow: hidden;
	float: left;
	color:#666666;
	background-color: #ffffff;
	padding: 0px 38px 0px 5px;
	text-decoration: none;
	font-family: "Trebuchet ms", Arial, Tahoma, sans-serif;
	font-size: 15px;
	text-transform: capitalize;
}

#menu ul li a:hover {
	color:#000000;
	background-color: #008c99; 
	padding-bottom: 0;
	text-decoration: none;
}
/*///////menu dropdown///////////*/

.menu {
	width:100%;
	height:22px;
	position:relative;
	z-index:100;
	/*border-right:1px solid #000; */
	font-family: "Trebuchet ms", Arial, Tahoma, sans-serif;
	text-transform: capitalize;
	float:left;
	z-index: 10;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin-bottom: -10px;
	margin:0;
	list-style-type:none;
}

 /*float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	padding-right:10px;
	position:relative;
	margin-bottom: -2px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:14px;
	text-decoration:none; 
	color:#666666; 
	padding-left:10px; 
	line-height:22px; 

}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:95px; 

}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#ffffff;
	
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	/*height:0;*/
	top:22px;
	left:0; 
	width:95px;
	border-top: 1px solid #666666;
	margin: 2px;
	
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:22px;
	
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#ffffff; 
	color:#666666; 
	height:22px; 
	line-height:22px;
	width:95px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;

}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:95px;
	
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#666666; 
	text-decoration:none; 
	
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible;
	text-decoration:none; 
 }

