html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	overflow: visible;
}
#bg {
	background: url(../afbeeldingen/background.jpg) center top no-repeat;
}
#container {
	width: 960px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#trail {
	width: 940px;
	height: 23px;
	background: #E2E3E4;
	padding: 7px 0 0 20px;
	font-size: 10px;
	color: #373737;
}
#trail a:link, #trail a:visited {
	color: #373737;
	text-decoration: none;
}
#trail a:active, #trail a:hover {
	color: #373737;
	text-decoration: none;
}
#taalMenu {
	background: #000;
	height: 45px;
	padding: 15px 0 0 0;
}
#taal {
	float: left;
	height: 38px;
	padding: 7px 0 0 20px;
	width: 350px;
	color: #FFF;
}
#taal a:link, #taal a:visited {
	color: #8A8C8E;
	text-decoration: none;
}
#taal a:active, #taal a:hover {
	color: #FFF;
	text-decoration: none
}
#menu {
	float: left;
	height: 45px;
}
#logoTekst {
	background: #FFF;
	width: 960px;
	height: 70px;
	padding: 20px 0 10px 0;
}
#logo {
	position:relative;
	float: left;
	height: 70px;
	padding: 0 0 0 18px;
	width: 362px;
}
#samenvatting {
	float: left;
	width: 580px;
	height: 70px;
	padding: 0 0 0 0;
	line-height: 150%;
}
#samenvatting a:link, #samenvatting a:visited {
	color: #000000;
	text-decoration: none;
}
#samenvatting a:active, #samenvatting a:hover {
	color: #00BDF2;
	text-decoration: none;
}
#afbeelding {
	width: 940px;
	height: 120px;
	background: #FFF;
	padding: 180px 0 0 20px;
}
#footer {
	height: 80px;
	background: #231F20;
}
#tekst_contact {
	width: 592px;
	padding: 20px 20px 20px 348px;
	line-height: 200%;
}
#tekst_informatie {
	width: 592px;
	padding: 20px 20px 20px 348px;
	line-height: 200%;
}


#tekst_dealers {
	width: 592px;
	padding: 20px 20px 20px 348px;
	line-height: 200%;
}
#tekst_dealers a:link, #tekst_dealers a:visited {
	color: #000000;
	text-decoration: none;
}
#tekst_dealers a:active, #tekst_dealers a:hover {
	color: #00BDF2;
	text-decoration: none;
}


#tekst_pers {
	padding: 20px 20px 20px 20px;
	text-align:left;
	line-height: 150%;
}
#tekst_pers a:link, #tekst_pers a:visited {
	color: #000000;
	text-decoration: none;
}
#tekst_pers a:active, #tekst_pers a:hover {
	color: #00BDF2;
	text-decoration: none;
}


#tekst_productpagina {
	width: 960px;
	padding: 20px 0 20px 0;
	line-height: 200%;
}
#tekst_productpagina a:link, #tekst_productpagina a:visited {
	color: #000000;
	text-decoration: none;
}
#tekst_productpagina a:active, #tekst_productpagina a:hover {
	color: #00BDF2;
	text-decoration: none;
}


#collectie {
	width: 328px;
	padding: 0 0 20px 20px;
	float: left;
}
#collectieTekst {
	width: 572px;
	padding: 0 20px 20px 0;
	float: left;
}
.product {
	margin: 0 7px;
}
.blauwOpWit a:link, .blauwOpWit a:visited {
	color: #000;
	text-decoration: none;
}
.blauwOpWit a:active, .blauwOpWit a:hover {
	color: #00BDF2;
	text-decoration: none
}
