html {
	height:100%;
}
body {
	color: #9b9c9d;
	margin:0;
	padding:0;
	background-color:#ffffff;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
}

hr {
	border: 1px solid #000;
}

#container {
	        z-index: 1;
		position:relative;
		width:920px;
		margin:0 auto;
	        text-align:left;
}
#header {
	position:relative;
	height:190px;
	background-image:url(images/bgheader.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
    #navigatie {width: 920px;
                height: 33px;
                margin-left: 0px;
                top: 157px;
                position: absolute;
               }
       #navalg {      width: 290px;
                      height: 25px;
                      right: 8px;
                      top: 109px;
                      position: absolute;
                      color: #0001fd;
                      font-size: 11px;
                      text-align: right;
                      padding-right: 5px;
                      padding-top:5px;
               }
    
#streep {font-size:10px;
         
         }

#pagina {
	position:relative;
	
	background-color:#e7e9ea;
	padding-bottom:50px;		/*for footer*/
}
#menu {
	position:relative;
	width:140px;
	min-height:150px;
	float:left;
	background-color:#00FF00;
}
#content {
	position:relative;
	background-color:#e7e9ea;
	padding:10px;
	margin-left:10px;
	
}
#content1 { border-right: solid 1px #6b6c6d;
            width: 300px;
	
          }
#content2 { padding-left: 30px;
            
	
          }
          
         
          
          
#footer {
	background-image:url(images/bgfooter.jpg);
        background-position: bottom;
	background-repeat: no-repeat
	margin:0 auto;
	margin-top:-48px;
	height:48px;
	position:relative;
	width:920px;
	font-size:10px;
	text-align:right;
	color:#000;
	vertical-align:middle;
}

 #adres { width: 810px;
          height: 21px;
          top: 22px;
          left: 0px;
          vertical-alignment: middle;
          position: absolute;
          text-align: left;
          padding-left: 20px;
          padding-top: 5px;
          color: #9b9c9d;
          font-size: 11px;
        }
#proxlogo{ width: 85px;
           height:21px;
           top: 22px;
           left: 830px;
           position: absolute;
           text-align: left;
           padding-left: 5px;
           padding-top: 5px;
           color: #9b9c9d;           
           
 
           }
span  {color:#0001fd;}




a {     color: #0001fd;
	outline: none;
	text-decoration: none;
  }
  
a:hover {   color: #9b9c9d;
	    outline: none;
	    text-decoration: none;
         }
         
a:visited { color: #0001fd;
	    outline: none;
	    text-decoration: none;
	  }
	  
a:visited:hover { color: #9b9c9d;
	          outline: none;
	          text-decoration: none;
	        }	  
	  
a#mail  {  color: #0001fd;
	   outline: none;
	   text-decoration: none;
         }
         
         
         
a#mail:hover  {  color: #fe0101;
	         outline: none;
	        text-decoration: none;
              }         
h3   { font-size: 14px;
       color: #0001fd;
       margin: 0px;}  
  
h2  { font-size: 12px;
      color: #6b6c6d;
     }
h1   { font-size: 12px;
       padding: 5px;
       color: #ffffff;
     }  
  
/* Navigation
-------------- */
ul#nav {
	padding:0;
	margin:0;
	float:right;
	position:absolute;
	top: 0px;     /* set the exact position of the navigation */
	left: 0px;		/* set the exact position of the navigation */
	width:920px;
	height:33px;

}
ul#nav li {
	padding:0;
	margin:0;
	text-indent:-9999px;	
	list-style-type:none;
	float:left;
}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background-image: url(images/knopjes.jpg);
}

li#airco a {
	width:157px;
	height:33px;
}
li#koel a {
	width:188px;
	height:33px;
}
li#chillers a {
	width:107px;
	height:33px;
}
li#ventilatie a {
	width:119px;
	height:33px;
}
li#elektriciteit a {
	width:135px;
	height:33px;
}
li#domotica a {
	width:110px;
	height:33px;
}
li#realisaties a {
	width:104px;
	height:33px;
}


li#airco a {	
	background-position:0px 0px;
}
li#airco a.selected,li#airco a:hover {	
	background-position:-0px 33px;
}
li#koel a {	
	background-position:-157px 0px;
}
li#koel a.selected,li#koel a:hover {	
	background-position:-157px 33px;
}
li#chillers a {	
	background-position:-345px 0px;
}
li#chillers a.selected,li#chillers a:hover {	
	background-position:-345px 33px;
}

li#ventilatie a {	
	background-position: -452px 0px;
}
li#ventilatie a.selected,li#ventilatie a:hover {	
	background-position: -452px 33px;
}		 
li#elektriciteit a {	
	background-position: -571px 0px;
}
li#elektriciteit a.selected,li#elektriciteit a:hover {	
	background-position: -571px 33px;
}	
li#domotica a {	
	background-position: -706px 0px;
}
li#domotica a.selected,li#domotica a:hover {	
	background-position: -706px 33px;
}
li#realisaties a {	
	background-position:-816px 0px;
}
li#realisaties a.selected,li#realisaties a:hover {	
	background-position:-816px 33px;
}