@charset "utf-8";

html {
overflow-y: scroll;
}

body  {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	background: #101415;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
h1 {
	color:#c88258; /* kleur van de koptekst */
	font-size: 18px;
	font-family:Ariel, Helvetica, sans-serif;
}

#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header { 
	background: #DDDDDD;
	width: 900px;
	height: 260px;
	background:url(images/header.jpg) no-repeat left top;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:20px 10px 10px 20px;
	margin-left: 10px;
	text-align: center;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:20px 10px 10px 20px;
	text-align: center;
}

#sidebar1 a, #mainContent a {
	color: #c88258;  /* kleur van de tekst in het menu */
	font-weight: bold;
}

#mainContent { 
	width: 500px;
	float:left;
	margin-top: 20px;
	margin-left: 10px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

#tabellinks {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:20px 10px 10px 20px;
	margin-left: 1px;
	text-align: left;
}

#tabelrechts {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:20px 10px 10px 20px;
	margin-left: 9px;
	text-align: left;
}

.productPic {
	float:left;
	margin:0 20px 15px 0;
}
#footer1 { 
	height:100px;
	background: #ffffff;
}

#footer2 { 
	height:30px;
	background:url(images/footerBackground.jpg) repeat-x left top;
}
#footer2 p {
	padding-top:7px;
	margin:0 240px 0 0;
	text-align:center;
} 
.footerLink  {
	color:#000000;
	text-decoration:underline;
}
.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;
}

	input.button  {
		background-color: #c88258;  /* kleur van de knoppen op het formulier */
		font-size:8pt;
		color: #ffffff;
		border:solid 1px #363896;
		width: 80px; 
	}

/* begin border corners*/
.n_t {background: #ffffff url(../images/dot.gif) 0 0 repeat-x; padding-bottom:20px;}
.n_b {background:url(images/dot.gif) 0 100% repeat-x}
.n_l {background:url(images/dot.gif) 0 0 repeat-y}
.n_r {background:url(images/dot.gif) 100% 0 repeat-y}
.n_bl {background:url(images/bl.gif) 0 100% no-repeat}
.n_br {background:url(images/br.gif) 100% 100% no-repeat}
.n_tl {background:url(images/tl.gif) 0 0 no-repeat}
.n_tr {background:url(images/tr.gif) 100% 0 no-repeat; padding:1px 10px} 
/* end border corners*/
