* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background: #e2e3e4;
	text-align: center;
}

html, body, div {
	font-family: arial;
	font-size: 12px;
}

#container {
	width: 1000px;
	margin: 0px auto;
	text-align: left; 
	background: #ffffff;
}

/* banner */
#banner {
	background: #ffffff url(/images/banner.jpg) no-repeat;
	width: 1000px;
	height: 132px;
	border-bottom: 2px solid #4a4a4a;
	cursor: pointer;
}

/* menu */
#menu_container {
	width: 334px;
	float: left;
}

#home_menu_container {
	width: 334px;
}

.menu_bol {
	background: url(/images/menu_bol.gif) no-repeat;
	width: 87px;
	height: 87px;
	text-align: center;
	font-size: 10px;
	padding-top: 35px;
	margin-top: 5px;
}

.menu_bol a {
	text-decoration: none;
	color: #000000;
}

.sub_menu_bol {
	background: url(/images/bol_submenu.gif) no-repeat;
	width: 87px;
	height: 87px;
	text-align: center;
	padding-top: 35px;
	font-size: 10px;
	margin-top: 5px;
}

.sub_menu_bol a {
	text-decoration: none;
	color: #000000;
}

#menu {
	margin-left: 10px;
	float: left;
}

.hideSubMenu1 {
	display: none;
	visibility: hidden;
	float: left;
	margin-left: 10px;
}

.showSubMenu1 {
	display: block;
	visibility: visible;
	float: left;
	margin-left: 10px;
}

.hideSubMenu2 {
	display: none;
	visibility: hidden;
	float: left;
	margin-left: 10px;
}

.showSubMenu2 {
	display: block;
	visibility: visible;
	float: left;
	margin-left: 10px;
	margin-top: 92px;
}

.hideSubMenu3 {
	display: none;
	visibility: hidden;
	float: left;
	margin-left: 10px;
}

.showSubMenu3 {
	display: block;
	visibility: visible;
	float: left;
	margin-left: 10px;
	margin-top: 184px;
}

.hideSubMenu4 {
	display: none;
	visibility: hidden;
	float: left;
	margin-left: 10px;
}

.showSubMenu4 {
	display: block;
	visibility: visible;
	float: left;
	margin-left: 10px;
	margin-top: 276px;
}

.hideSubMenu5 {
	display: none;
	visibility: hidden;
	float: left;
	margin-left: 10px;
}

.showSubMenu5 {
	display: block;
	visibility: visible;
	float: left;
	margin-left: 10px;
	margin-top: 368px;
}

/* content */
#content_container {
	padding-top: 20px;
	width: 666px;
	float: left;
	background: #ffffff;
}

/* home */
#home_content_container {
	width: 1000px;
	height: 488px;
}

#home_content_text {
	width: 1000px;
	height: 170px;
	padding-top: 350px;
	padding-left: 350px;
	cursor: pointer;
}

/* products */
.product .image {
	float: left;
	padding-left: 10px;
	width: 300px;
	min-width: 300px;
	_width: 300px;
}

.product .content {
	float: left;
	padding-left: 10px;
}

.product .content .title_red {
	margin-right: 4px;
	float: left;
	color: #e62f29;
}

.product .content .title_red h2 {
	font-size: 12px;
}

.product .content .title {
	
}

.product .content .title h2{
	font-size: 12px;
}

.product .content .text {
	width: 330px;
}

/* nieuws */
.nieuws .image {
	float: left;
	padding-left: 10px;
}

.nieuws .content {
	float: left;
	padding-left: 10px;
}

.nieuws .content .title_red {
	margin-right: 4px;
	color: #e62f29;
}

.nieuws .content .title_red h2{
	font-size: 12px;
}

.nieuws .content .text {
	width: 330px;
}

.nieuws .content .full_text {
	
}

/* brands */
#brands {
	font-family: "arial black";
	font-size: 11px;
	color: #919191;
	padding-bottom: 20px;
	padding-left: 20px;
}

#brands a.normal {
	color: #919191;
	text-decoration: none;
}

#brands a.active {
	color: #e52e29;
	text-decoration: none;
}

/* spacer balls */
.spacer_balls {
	background: #ffffff url(/images/spacer_ball.jpg) repeat-x;
	height: 12px;
	margin-right: 5px;
}

/* clear */
.clear {
	clear: both;
}