@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}

.twoColFixRtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background_a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 800px;
} 
.twoColFixRtHdr #container #footer {
	height: 54px;
	width: 339px;
	position: absolute;
	right: 1px;
	bottom: 0px;
	background-image: url(../images/img_footer.gif);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header {
	height: 291px;
} 
.twoColFixRtHdr #sidebar1 {
	width: 160px;
	position: absolute;
	top: 300px;
	right: 0px;
}
.twoColFixRtHdr #sidebar1 a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	padding-bottom: 23px;
	font-size: 14px;
}
.twoColFixRtHdr #sidebar1 a:hover {
	color: #EE2021;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 14px;
	font-weight: normal;
} 
.twoColFixRtHdr #mainContent a {
	font-weight: bold;
	color: #EE2021;
	text-decoration: none;	
} 
.twoColFixRtHdr #mainContent a:hover {
	color: #000;	
} 
.twoColFixRtHdr #mainContent h1 {
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 34px;
	padding-left: 0px;
} 
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position:relative;
} 
.twoColFixRtHdr #footer {
	height: 54px;
	width: 960px;
	background-image: url(../images/img_footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixRtHdr a.login_knop {
	font-weight: bold;
	color: #ED1C24;
	text-decoration: none;
}
.twoColFixRtHdr a.login_knop:hover {
	color: #000;
}
.twoColFixRtHdr #mainContent.content_home {
	color:#FFF;
	font-size: 16px;
} 
.twoColFixRtHdr #mainContent.content_home tr td {
	color:#FFF;
	font-size: 16px;
}
.twoColFixRtHdr #mainContent.content_home a {
	color:#FFF;
	text-decoration: none;
} 
.twoColFixRtHdr #mainContent.content_home a:hover {
	color: #EE1922;	
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




#productenoverzicht {
	
}
#productenoverzicht h3 {
	font-size: 18px;	
}
#productenoverzicht strong {
	color: #666;
	font-size: 14px;
	padding-top: 7px;
	display: block;
	padding-left: 15px;
}
#productenoverzicht strong a {
	font-size: 10px;
	font-weight: normal;
}
#productenoverzicht .inspringen a {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
