@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9A9A9A url(../img/site_backdrop.gif) repeat-x;
	margin: 10 0 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;
}
#mainContent #prijzen {
	background-color: #172B71;
	float: right;
}
#mainContent #prijzen td {
	background-color: #172B71;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
}
#mainContent #prijzen th {
	background-image: url(../img/red_br_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	padding-left: 5px;
	border: 1px solid #FFFFFF;
	background-position: 0px 0px;
	line-height: 18px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.oneColFixCtrHdr #container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #243690;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: url(../img/top_apk_oirschot.jpg) no-repeat;
	padding: 0 10px 0 50px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 148px;
}
.oneColFixCtrHdr #header h1 {
	height: 147px;
	text-indent: -1000px;
	float: right;
	overflow: hidden;
	
}
.oneColFixCtrHdr  #container  #header ul   {
	list-style-type: none;
	margin: 119px 0px 0px;
	padding: 0px;
	float: left;
}
.oneColFixCtrHdr  #container  #header #menu{
	float:left;
}
.oneColFixCtrHdr  #container  #header #menu ul li  {
	float: left;
	margin-right: 20px;
}
.oneColFixCtrHdr  #container #menu a  {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/apk-button_bg.gif);
	background-position: 0px 0px;
	display: block;
	padding: 2px 5px;
	width: 143px;
	height:20px;
	text-align: center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 14px;
}
.oneColFixCtrHdr #container #menu a:hover, .oneColFixCtrHdr #container #menu .on   {
	background-position: 0px -24px;
	
}
.oneColFixCtrHdr h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#9DA1F0;
}
.oneColFixCtrHdr h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#9DA1F0;
}
.oneColFixCtrHdr p {
	padding: 0px 0px 10px;
	margin: 10px 0px 0px;
}
.oneColFixCtrHdr #mainContent {
	background: #243690 url(../img/wielen_banden_bg.gif) no-repeat right bottom;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	height:400px;
	padding-right: 50px;
	padding-left: 50px;
}

.oneColFixCtrHdr #mainContent img {
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	border: 1px solid #FFFFFF;
	clear: both;
}
#mainContent p a {
	color: #FFFFFF;
}
#mainContent p a:hover {
	text-decoration:none;
}
.oneColFixCtrHdr #footer {
	background:url(../img/red_br_bg.gif) repeat-x;
	height: 18px;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 50px;
}
.oneColFixCtrHdr  #footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
}
.oneColFixCtrHdr #footer p a {
	color:#FFFFFF;
}
.oneColFixCtrHdr #footer p a:hover {
	text-decoration:none;
}
