/* algemeen */
body,html {
	background-color: #FFFFFF;
	margin: 0px;
}
#container {
	min-height: 100px;
	width: 974px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(./images/index.jpg);
	height: 800px;
}
#header {
	float: left;
	height: 150px;
	width: 974px;
}
#header_links {
	float: left;
	width: 365px;
	height: 78px;
	margin-top: 20px;
}
#header_rechts {
	float: left;
	height: 48px;
	width: 609px;
	margin-top: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.dubbele_strepen {
	width: 974px;
	float: left;
	height: 42px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #194C81;
	border-bottom-color: #194C81;
	margin-top: 0px;
	margin-bottom: 5px;
}
#headermenu {
	font-size: 22px;
	color: #194C81;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}
#content {
	float: left;
	width: 972px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content_product_header {
	float: left;
	width: 964px;
	margin-bottom: 5px;
}
#content_product_links {
	float: left;
	width: 664px;
}
#content_product_menunav {
	float: left;
	height: 25px;
	width: 614px;
}
#content_product_foto {
	width: 300px;
	float: left;
}
#product_foto_vergroten {
	width: 240px;
	text-align: right;
	position: absolute;
	margin-top: -30px;
}
#content_product_omschrijving {
	float: left;
	width: 304px;
	padding: 5px;
}
.product_buttons {
	float: right;
	width: 100px;
}
.product_nuprijs {
	color: #FF0000;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
}
.product_vanprijs {
	font-size: 12px;
	font-weight: bold;
}

#content_product_rechts {
	float: left;
	width: 300px;
}

#content_product_footer {
	float: left;
	width: 974px;
}

#content_links {
	float: left;
	width: 240px;
}
#menu {
	float: left;
	width: 230px;
	border: 1px solid #999999;
	min-height: 100px;
}
/* navsubcat */
#navsubcat {
	min-height: 25px;
	list-style:none;
	padding: 0px;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#navsubcat a {
	display: block;
	color: #1B4C86;
	text-align: left;
}
#navsubcat li a {
	height: 18px;
	text-decoration: none;
	width: 218px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B4C86;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#navsubcat li a:hover {
	text-decoration: none;
	background-color: #FF0000;
	color: #FFFFFF;
}
#navsubcat li a.subcatactive {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF0000;
}
#content_subcat {
	float: left;
	width: 706px;
	font-size: 12px;
	color: #1B4C86;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* einde navsubcat */
#content_rechts {
	width: 730px;
	float: left;
}
#content_links_rechts {
	width: 970px;
	float: left;
}

#footer {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #194C81;
	float: left;
	width: 974px;
	text-align: center;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
