body {
	background-color:#FFFFFF; 
}

#container {
	vertical-align: middle;	
	margin: 0px auto;
	width: 883px;
	padding-top: 20px;
}
#navicontainer {
	width: 850px;
	height: 50px;
	padding: 0px 0px 0px 33px;
}
#homepage a{
	width: 132px;
	height: 50px;
	float: left;
	background-image: url(../img/intro_homepage.jpg);
	background-repeat: no-repeat;
}
#homepage a:hover {
	background-image: url(../img/intro_homepage.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}
#airco a{
	width: 118px;
	height: 50px;
	float: left;
	background-image: url(../img/intro_airco.jpg);
	background-repeat: no-repeat;
}
#airco a:hover {
	background-image: url(../img/intro_airco.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}
#service a{
	width: 141px;
	height: 50px;
	float: left;
	background-image: url(../img/intro_service.jpg);
	background-repeat: no-repeat;
}
#service a:hover {
	background-image: url(../img/intro_service.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}
#homepage a, #airco a, #service a {
	display: block;
	margin-top: 1px;
}
#welkom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d6812c;
	width: 405px;
	padding-top: 15px;
	padding-left: 20px;
	float: left;
}
.divider {
	width: 17px;
	float: left;
}
#preload { display: none; z-index:-10; }



/* FOOTER */
#subfooter {
	position: relative;
	width: 883px;
	margin: 0px auto 10px auto;
	clear: both;
}
#subfooter1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AAAAAA;
	
	padding: 10px 0px 15px 12px;
	
	vertical-align: middle;
	background-color: #FFFFFF;
	border: none;
	float: left;
}
#subfooter2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AAAAAA;
	
	padding: 10px 18px 15px 30px;
	
	vertical-align: right;
	background-color: #FFFFFF;
	border: none;
	float: right;
}
#subfooter a{	
	text-decoration: none;
	color: #666666;
}
#subfooter a:hover{	
	text-decoration: none;
	color: #333333;
}

img {
	border: 0;
}

/* ICONS */
#logo_stek a{
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	width: 37px;
	height: 25px;
	float: left;
	background-image: url(../img/logo_stek.jpg);
	background-repeat: no-repeat;
}
#logo_stek a:hover {
	background-image: url(../img/logo_stek.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}

#logo_nvkl a{
	margin-top: 5px;
	width: 22px;
	height: 25px;
	float: left;
	background-image: url(../img/logo_nvkl.jpg);
	background-repeat: no-repeat;
}
#logo_nvkl a:hover {
	background-image: url(../img/logo_nvkl.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}

/* PNG Fix */
img { behavior: url(inc/css/iepngfix.htc) }