@charset "UTF-8";
/* CSS Document */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.titel {
	font-size: 14px;
	font-weight: bold;
	color: #4b6e8b;
}
.tekst_wit {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
.titel_wit {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.top_navigatie {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
.link_wit {
	color: #ffffff;
}
.link {
	color: #4b6e8b;
}
.tekst_link {
	color: #4b6e8b;
}
.tekst_naw {
	font-size: 11px;
	font-weight: normal;
	color: #807e72;
}
.titel_product {
	font-size: 16px;
	font-weight: bold;
	color: #7a1414;
}
.titel_formaten {
	font-size: 14px;
	font-weight: bold;
	color: #7a1414;
}
.titel_product_link {
	font-size: 16px;
	font-weight: bold;
	color: #4b6e8b;
}
hr {
	border-style: solid;
	size:1px;
	border-color:#dedede;
	width:650px;
}


/* hover afbeeldingen */

.link_img:link img {
	border: 2px solid #bbbbbb;
}
.link_img:visited img {
	border: 2px solid #bbbbbb;
}
.link_img:hover img {
	border: 2px solid #7a1414;
}

.link_img {
	border: 2px solid #bbbbbb;
}


/* css prijzen */

.titel_actieprijs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7a1414;
}
.actieprijs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #7a1414;
}