* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	/* line-height: 1.3em; */
}
#container {
	margin: 0 auto;
	width: 980px;
	background-color:#FFFFFF;
	border: solid 1px #fff;
}
#header {
}
#header_logos {
	height: 59px;
}
	#header_logo_left {
		height: 59px;
		float: left;
	}
	#header_logo_left img {
		margin-top: 7px;
	}
	#header_logo_right {
		height: 59px;
		float: right;
	}
	#header_logo_right img {
		margin-top: 7px;
	}

/* Hoofdmenu + afbeelding bovenaan */
#mainmenu_top {
	/* background-color: #e70d12; */
	height: 175px;
	padding:0px;
}
#mainmenu_top div {
	/* background-color: #e70d12; */
	
}
#mainmenu_top img {
	border-left: solid #fff 1px;
}
#mainmenu_top ul {
	list-style-type:none;
	width:221px;
	*width:220px;
}
#mainmenu_top li {
	border-top: solid 1px #fff;
}

#mainmenu_top ul li.first {
	border-top:none;
}
#mainmenu_top a {
	display:block;
	line-height: 34px;
	height: 34px;
	width:201px;
	font-weight: bold;
	padding-left: 20px;
	color: #fff;
	text-decoration: none;
}
#mainmenu_top a:last-child {
	height: 35px;
}

#mainmenu_top a:hover {
	/* background-color: #56585b; */
}
#mainmenu_top a.selected {
	/* color: #e70d12; */
	/* background-color: #b5bfc7; */
}

#fotoslider li {
	width:759px;
	height:175px;
	*height:174px;
	*overflow:hidden;
}

/* Balk onder hoofdmenu met zoek en submenu */
#bar {
	/*div die alles omgeeft*/
	/* background-color: #56585b; */
	border-top: solid #fff 1px;
	height: 24px;
	width:100%;
	text-align:right; /*Om menu rechts te zetten */
}

#header_search {
	/* zoekformulier */
	float:left;
	width:219px;
	border-right: solid #fff 1px;
	padding: 2px 0px 2px 2px;
	height: 20px;
}
#header_search input {
	border: none;
	height: 18px;
	outline: none;
	vertical-align:middle; /*Om alles op zelfde hoogte te krijgen */
}
#header_search .search {
	/* background-color:#82878d; */
	width: 168px;
	color: #fff;
}
#header_search .btn {
	background: none;
	text-transform:uppercase;
	font-size: 10px;
	color: #ccc;
	cursor : pointer;
	border-bottom: solid 1px #999;
}
#header_search .hidden{
	display:none;
}

#mainmenu_bar {
	height: 24px;
	overflow: hidden;
}
#mainmenu_bar ul {
	list-style-type: none;
	display:inline;
}
#mainmenu_bar ul+ul {
	padding:0 10px;
}
#mainmenu_bar li {
	display:inline;
	margin-right: 0px;
}
#mainmenu_bar a {
	text-decoration: none;
	color: #fff;
	text-transform:uppercase;
	font-size: 10px;
	line-height: 24px;
	padding: 6px 4px 6px 4px;
}
#mainmenu_bar a:hover, #mainmenu_bar a.selected {
	/* background-color: #e70d12; */
}

/* Inhoud */

#content {
	/*Algemene div */
	/* background: #b5bfc7 url(../images/hh.gif) no-repeat left bottom; */
	background: #FFF;
}

#submenu {
	/* Menu links content */
	float: left;
	width:200px;
	padding: 20px 0 120px 20px;
	overflow:visible;
	height: 100%;
}
	
/* Submenu level0 */
#submenu ul{
	list-style: none;
}
#submenu li {
	margin-bottom: 5px;
}
#submenu a {
	display:block;
	color: #333;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding: 0;
	margin: 0;
}
#submenu a:hover {
	/* color: #56585b; */
}
#submenu a.selected {
	/* color: #E70D12; */
}
/* Submenu level1 */
#submenu ul ul {
	list-style: none;
	padding: 5px 0 5px 15px;
	margin:0;
}	
/*
#submenu ul ul li, #submenu ul ul li a, 
	#submenu ul ul ul li, #submenu ul ul ul li a {
	color: #56585b;
	text-transform:none;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 20px;
}
*/
#submenu ul ul a.selected {
	/* color: #E70D12; */
}
#submenu ul ul a:hover {
	/* color: #fff; */
}
/* Submenu level2 */
#submenu ul ul ul{
	list-style:none;
	padding: 5px 0 5px 15px;
	margin:0;
}	

/* Inhoud rechts */
#content_right {
	background-color:#fff; 
	margin-left: 221px;
	padding: 20px 10px 20px 10px;
}
#content_right td {
	padding: 2px;
}

/* breadcrumb */
#breadcrumb {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: dashed 1px #000;
}

#breadcrumb ul {
	text-align: left;
}
#breadcrumb li {
	display:inline;
	/*white-space:nowrap;*/
	margin-right: 25px;
}
#breadcrumb li a{
	white-space:nowrap;
	/* background: url(../images/bullet.gif) no-repeat left center; */
	padding-left:18px;
	text-decoration: none;
	color: #000;
	zoom:1
}
#breadcrumb li a.selected {
	/* color: #E70D12; */
}

#breadcrumb li a:hover, #breadcrumb li a.selected{
	/* color: #e70d12; */
	text-decoration:underline;
}


/* content_text */
#content_text {
	margin: 10px 0 0 0;
	/* background: url(../images/content_left.gif) repeat-y left top; */
	/* width: 95%; Toevoegen ie6*/
}
#content_text h2 {
	/* background: url(../images/content_bullet.gif) no-repeat left top; */
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight:normal;
}
#content_text ul {
	margin-left: 20px;
}
#content_text li {
	margin-left: 20px;
}
#content_text p {
	margin: 10px 0 10px 0;
}
#content_text_inner {
	padding: 0 0 40px 20px;
	/* background: url(../images/content_bottom.gif) no-repeat left bottom; */
	overflow: hidden;
}

#content_menu{
	margin-bottom: 20px;
}
#content_menu a{
	/* color: #666; */
	text-transform:lowercase;
}
#content_menu a:hover, #content_menu a.selected {
text-decoration: none;
}

/* footer */
#footer {
	font-size: 9px;
	/* background-color: #56585B; */
	/* padding-top: 5px; */
	/* padding-bottom: 5px; */
	color: #FFFFFF;
	line-height: 15px;
}
#footer_padding {
	padding-top: 5px; 
	padding-bottom: 5px;
}
#footer a{
	/* color: #FFFFFF; */
}
#footer_left {
	float: left;
	width: 219px;
	text-align: right;
	/* color: #b5bfc7; */
	padding-right: 2px;
}


/***** Products *****/
#productslist {
	float: left;
	width: 220px;
	padding: 0 15px 0 0;
	border-right: dashed 1px #000;
}

#productslist a {
	text-decoration: none;
	display: block;
	padding: 10px;
	overflow:hidden;
}
#productslist a:hover, #productslist li.selected a {
	background-color: #b5bfc7;
}
#productslist ul, #productslist li {
	list-style: none;
}
#productslist a img {
	float: left;
	padding: 0 10px 0 0;
}
#productinfo {
	/*
	margin: 0 0 0 250px;
	width: 470px;
	*/
}

#productinfo h1 {
	font-weight: bold;
	padding: 0 0 .5em 0;
}
#productinfo ul {
	margin-left: 25px;
}
#productinfo li {
	margin-left: 25px;
}
#productinfo h3, #productinfo h2 {
	width: 470px;
	font-weight:bold;
	padding: .5em 0;
}
#productinfo a{
	text-decoration: none;
	/* color: #000; */
}
.productinfo_intro{
	overflow:hidden;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #333;
}

/***** links branding *****/
.link_brand {
	padding: 0 10px;
}

/**** news ****/
#home_news {
margin: 10px 0 0 250px;
width: 460px;
}
#home_newproducts {
	float: left;
	width: 220px;
	margin: 10px 0 0 0;
	padding: 0 15px 0 0;
	border-right: dashed 1px #000;
}

#home_news h3, #home_newproducts h3 {
	padding: 0.5em 0;
	font-weight: bold;
}
#home_newproducts a {
	text-decoration: none;
	/* color: #000; */
	display: block;
	padding: 10px;
	overflow:hidden;
}
#home_newproducts a:hover, #home_newproducts li.selected a {
	/* background-color: #b5bfc7; */
}
#home_newproducts ul, #home_newproducts li {
	list-style: none;
}
#home_newproducts a img {
	float: left;
	padding: 0 10px 0 0;
}


/* templates */
	/* Product template */
	.template8 #content_right {
		/*
		background:#fff url(/site/images/bgStreep.gif) repeat-y 245px 20px;
		padding: 0 10px 20px 10px;
		position:relative;
		*/
	}
	.template8 #productslist {
		border:none;
	}
	.template8 #productinfo {
		overflow:hidden;
	}
	.template8 .spacer {
		background:#fff;
		height: 20px;
	}
	.template8 .bottom {
		position:absolute;
		width:100%;
		height:20px;
		bottom:0px;
		left:0px;
	}
