html {
	background-color: #012643;
	background-image:url(site/afbeeldingen/bg.jpg);
	background-repeat:repeat-x;
  	height: 100%; 
}
#container {
	margin: 0 auto;
	width: 881px;
	border: 0px 0px 0px 0px solid #FFFFFF; /*bottom, left, right, top*/
	text-align: left;
	background-color:#FFFFFF;
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}
#content-top {
	width: 881px;
	height: 152px;
	background-image:url(site/afbeeldingen/top.jpg);
	background-repeat:no-repeat;
}
#logo {
	float:left;
	width: 258px;
	height: 138px;
	padding: 0 0 10px 10px;
	/*background-image:url(site/afbeeldingen/logo.jpg);
	background-repeat:no-repeat;*/
}
#content-middle {
	width:861px;
	margin: 0 10px 0 10px;
}
#menubg {
	width: 856px;
	height: 36px;
	padding-top:5px;
	padding-left:5px;
	background-image:url(site/afbeeldingen/menu-bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#animatie-top {
	width: 861px;
	height: 208px;
	/*background-image:url(site/afbeeldingen/foto-boven.jpg);
	background-repeat:no-repeat;*/
}
#content {
	width:861px;
	/*margin: 0 10px 0 10px;*/
}
#inhoud-top {
	width: 861px;
	height: 18px;
	margin: 10px 0 0 0;
	background-image:url(site/afbeeldingen/inhoud-top.jpg);
	background-repeat:no-repeat;
}
#inhoud {
	width:841px;
	padding: 0 10px 0 10px;
	text-align:left;
	font-family:Verdana;
	font-size:12px;
	color:#032945;
	line-height:22px;
	background-color:#E5E9EC;
}
.kop{font-family:Verdana; font-size:12px; color:#F37021; font-weight:bold; text-align:right; margin: 0 0 0 0; }
.tekst-tools{font-family:Verdana; font-size:10px; text-align:right; margin: 0 0 0 0; }
.bevind {
	font-size:12px;
	text-align:right; 
	margin: 0 0 0 0;
}

#inhoud-bottom {
	width: 861px;
	height: 18px;
	background-image:url(site/afbeeldingen/inhoud-bottom.jpg);
	background-repeat:no-repeat;
}
#producten {
	width:861px;
	margin-top: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);
}
#animatie-onder {
	width: 861px;
	height: 202px;
	margin: 10px 0 8px 0;
	/*background-image:url(site/afbeeldingen/foto-onder.jpg);
	background-repeat:no-repeat;*/
}
#footer {
	width: 881px;
	height: 35px;
	padding-top:6px;
	background-image:url(site/afbeeldingen/bottom.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-family:Verdana;
	font-size:10px;
}
.clear {
	clear: both;
}
/* links */
#content a {
	font-family: Verdana;
	font-size:12px;
}
a{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}

#footer a{
	color: #032945;
	text-decoration: underline;
}
#footer a:visited{
	color: #032945;
	text-decoration: underline;
}
#footer a:hover{
	color: #032945;
	text-decoration: none;
}
