/* DEFAULTS */
*
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #005a9c;
	/*text-align: left;
	vertical-align: top;*/
}


/* MAIN ITEMS */
body
{
	background-color: #b9d3e4;
	background-image: url('img_nieuw/background.gif');
	background-position: center center;
	background-repeat: repeat-y;
}

hr
{
	border-top: 1px solid #fff;
	height: 0px;
}


/* CONTAINER */
#homepage
{
	width: 802px;
	margin: 0 auto;
	border-collapse: collapse;
}


/* HEADER */
#homepage #header
{
	background-image: url('img_nieuw/header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 151px;
	border-bottom: 1px solid #fff;
}

#homepage #header #contact_info
{
	color: #fff;
	float: right;
	text-align: right;
	margin: 84px 24px 0 0;
}


/* MENU */
#homepage #menu
{
	background-color: #5469b5;
	border-bottom: 1px solid #fff;
}


/* COLUMNS */
#column_left
{
	width: 629px;
	border-right: 1px solid #5187b6;
}

#column_right
{
	width: 173px;
	background-color: #e8ebf0;
	border-right: 1px solid #759fc5;
}


/* LEFT COLUMN */
#column_left #title
{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	color: #005a9c;
	margin-left: 1px;
	padding-left: 33px;
	border-bottom: 1px solid #005a9c;
	background-color: #cbd5de;
}


/* PRODUCT LIST */
#products
{
	border-bottom: 1px solid #005a9c;
}

#product_table
{
	/*width: 629px;*/
	border-collapse: collapse;
	margin-left: 1px;
}

.product_column
{
	width: 180px;
	height: 467px;
	border-left: 21px solid #fff;
	color: #005a9c;
	background-color: #dbf0f7;
}

.product_column h2
{
	display: block;
	background-color: #55b8d7;
	height: 50px;
	line-height: 50px;
	padding-left: 7px;
	color: #fff;
	font-weight: bolder;
}

.product_column h3
{
	padding: 7px 0 0 7px;
}

.product_column ul
{
	list-style-type: none;
	text-indent: 30px;
	font-size: 10px;
	padding-bottom: 16px;
	line-height: 16px;
}

.product_column ul.gape
{
	border-bottom: 16px solid #fff;
}

.product_column ul li
{
	background-image: url('img_nieuw/li_bal.gif');
	background-repeat: no-repeat;
	background-position: 20px center;
}


/* HOW IT'S MADE */
#howitsmade
{
	height: 92px;
	background-color: #f2f5fa;
	margin-left: 1px;
	border-bottom: #005a9c;
}

#howitsmade #thermoplasten,
#howitsmade #polyester,
#howitsmade #keme-links
{
	float: left;
	display: block;
	height: 92px;
	width: 112px;
	padding-left: 112px;
	padding-top: 30px;
	font-size: 12px;
	font-weight: bold;
	background-position: 16px 16px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#howitsmade #thermoplasten
{
	background-image: url('img_nieuw/him_thermo.jpg');
}

#howitsmade #polyester
{
	background-image: url('img_nieuw/him_polyester.jpg');
}

#howitsmade #keme-links
{
	width: 112px;
	padding-left: 22px;
}

.underline
{
	text-decoration: underline;
	font-size: 12px;
}


/* RIGHT COLUMN */

#column_right h2
{
	display: block;
	height: 24px;
	line-height: 24px;
	color: #fff;
	background-color: #cbd5de;
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0 6px 0;
	padding-left: 8px;
}

#column_right #free_search
{
	padding-top: 16px;
	padding-left: 8px;
}

#column_right #free_search .input_text
{
	border: 1px solid #c7d2de;
	background-color: #fff;
	height: 18px;
	width: 90px;
	margin-right: 4px;
}

#column_right #free_search .input_submit
{
	border: 2px solid #ece9d8;
	border-right-color: #aca899;
	border-bottom-color: #aca899;
	background-color: #069;
	color: #fff;
	height: 20px;
	text-align: center;
	padding: 0 2px;
}

#column_right #branche_search
{
	padding-left: 8px;
}

#column_right #branche_search .select
{
	width: 144px;
	border: 1px solid #c7d2de;
	height: 18px;
	margin: 6px 0 8px 0;
}

#column_right #branche_search .select option
{
	color: #000;
}

#column_right #laatste_nieuws
{
	padding: 0 8px 0 8px;
	margin-bottom: 14px;
}

#column_right #laatste_nieuws h3
{
	line-height: 16px;
}

#column_right #laatste_nieuws .datum
{
	color: #809db3;
	line-height: 16px;
	display: block;
}

#column_right #laatste_nieuws p
{
	line-height: 16px;
}

#column_right #laatste_nieuws a
{
	color: #809db3;
	text-decoration: underline;
	font-style: italic;
}

#column_right #foto_van_de_week
{
	text-align: center;
}

#column_right #foto_van_de_week img
{
	margin: 6px 0;
}

#column_right #vacatures ul
{
	list-style-type: none;
	text-indent: 18px;
	line-height: 16px;
	margin-bottom: 8px;
}

#column_right #vacatures ul li
{
	background-image: url('img_nieuw/li_blok.gif');
	background-position: 10px 6px;
	background-repeat: no-repeat;
}

#column_right #vacatures ul li a
{
	text-decoration: none;
	font-weight: bold;
}

#column_right #portal_login a
{
	display: block;
	height: 26px;
	line-height: 26px;
	background-image: url('img_nieuw/slotje.gif');
	background-position: 18px 6px;
	background-repeat: no-repeat;
	text-indent: 44px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}

#column_right #slideshow
{
	text-align: center;
	margin-top: 6px;
}


/* FOOTER */
#footer
{
	width: 802px;
	border: 1px solid #4d87b5;
	border-top-color: #015a9c;
	border-bottom-color: #015a9c;
	text-align: right;
	background-color: #cbd5de;
	padding: 6px 10px 10px 0;
}

#footer .nedstat
{
	display: none;
}
#footer a.linkMarginLeft
{
	margin-left: 3px;
}
#footer a.linkMarginRight
{
	margin-right: 3px;
}

.titel
 {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
 }
 
 
/* topmenu */
#topmenu
{
	width: 781px;
	height: 20px;
	padding: 11px 0 6px 19px;
	background-color: #005a9c;
}

#topmenu a
{
	color: #039;
	background-color: #cbd5de;
	border: 1px solid #000;
	border-top-color: #fff;
	border-left-color: #fff;
	margin-right: 1px;
	width: 90px;
	padding: 3px 0;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}

#topmenu a:hover
{
	border-top-color: #36c;
	border-left-color: #36c;
}

#topmenu a.hoofdpagina
{
	color: #fff;
	background-color: #f90;
}

#topmenu a.sitemap
{
	width: auto;
	height: auto;
	background-color: transparent;
	padding: 4px 0 2px 0;
	margin: 0;
	border: 0;
	margin-left: 19px;
}

#topmenu img { border: 0 }

#topmenu #topmenu_spacer
{
	float: left;
	width: 53px;
}
input, textarea, select
{
	border: 1px solid #000000;
}
