html, body {
    /*margin: 0;
    padding: 0;*/
	height:100%;
    font-family: Verdana;
    font-size: 12px;
	background-image:url(../images/background/body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#012643;
}
h1 {
	color:#f37020;
	font-size:16px;
}
img {
	border:0;
}
/* --- pagina layout --- */
#container {
	margin: 0 auto;
	width:881px;
	/*min-height: 100%;
	height:auto !important;
	height:100%;  voor IE */
	background-image:url(../images/background/top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

/*** HEADER ***/
#header {
	width: 881px;
	height: 150px;
}
#logo {
	float:left;
	width:260px;
	margin-top:5px;
	margin-left:5px;
}
#logo img {
	border:0;
}
/*** MENU ***/
#menu {
	width:853px;
	height:41px;
	padding-left:8px;
	margin-left:10px;
	background-image:url(../images/background/menu.jpg);
	background-repeat:no-repeat;
	background-color:#133852;
	position:relative;
	z-index:1000;
}
/*** SLIDER ***/
.slider-uitsnede {
	z-index:100;
	position:absolute;
	margin-left:10px;
}
.slider {
	z-index:0;
	width:861px;
	height:208px;
	margin-left:10px;
	background-image:url(http://www.barrain.com/afbeeldingen/slider-top/barrain2.jpg);
	background-repeat:no-repeat;
}
/*** CONTENT ***/
#content {
	width:841px;
	padding: 10px;
	margin-left:10px;
	margin-top:10px;
	background-image:url(../images/background/content-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#e5e9ec;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#032945;
}
#content-bottom {
	width:851px;
	padding-right:10px;
	padding-bottom:5px;
	min-height:18px;
	margin-left:10px;
	background-image:url(../images/background/content-bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#e5e9ec;
	line-height:18px;
	color:#032945;
	text-align:right;
}
/*** HOME ***/
#content-left {
	float:left;
	width:160px;
}
#content-right {
	float:right;
	width:640px;
}
/*** PRODUCTEN ***/
#producten {
	width:861px;
	margin-top:10px;
	margin-left:10px;
}
.product-left {float:left; margin-right:3px; width:285px; }
.product-right {float:right; /*margin-left:10px;*/ width:285px;}
#producten a img{
	opacity: 1;
	filter: alpha(opacity=100);
}
#producten a:hover img{
	opacity: .8;
	filter: alpha(opacity=80);
}
/*** CLEAR ***/
.clear {
	clear:both;
}
/*** SECTION SLIDER FOOTER ***/
#slider-footer {
	margin-top:10px;
	margin-bottom:5px;
}
/*** FOOTER ***/
#footer {
	width:881px;
	height:25px;
	background-image:url(../images/background/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#032945;
	text-align:center;
}
/*** LINKS ***/
#content a, #content-bottom a {
	color:#000000;
	text-decoration:none;
}
#content a:hover, #content-bottom a:hover {
	color:#000000;
	text-decoration:underline;
}
#footer a {
	color:#000;
	text-decoration:underline;
}
#footer a:hover {
	color:#000;
	text-decoration:none;
}