body	{
	width:900px;
	margin: 0px auto;
	}

#container {
	background:#FFFFFF;
	}

#header {
        background-image:url(images/header.png);
        background-repeat:no-repeat;
        width:965px;
        height:140px;
        margin:20px auto 0px auto;
        }         
#middle {
	background-color:#f4f4f4;
	width:965px;
	margin: 0 auto;
	}

#bottom {
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	width:965px;
	height:40px;
	margin: auto auto 10px auto;
	}

#sitemap-middle{
	background-color: auto;
	float:left;
	width:965px;
	margin: 0 auto;
	}

#sitemap-middle .rechts{
	margin: 0px auto auto auto;
	float:right;
	}

#sitemap-middle {
         color:#000000;
         font-size:12px;
         font-family:Verdana;
         }




/*Font-styles*/


h1, h2, h3, h4, h5, h6 {
        margin: 0px 10px 0px 10px;
        font-family:Verdana;
        letter-spacing:auto;
        text-transform:auto;
	}

p       {
        margin: 0px 10px 0px 10px;
        font-family:Verdana;
        letter-spacing:auto;
        text-transform:auto;
        }

/*Adressen*/


ul	{
	margin: 0 0 0 0;
	}

li	{
	list-style-type:none;
	}

/*Navigatie*/

#navigation{
font-family: Verdana;
text-align: center;
background-color: FFFFFF;
position:relative;
height:29px;
font-size:14px;
font-weight:bold;
background:#f4f4f4 url(images/button-off.png) repeat-x bottom left;
padding:0 0 0 0px;

}
#navigation ul{
margin:0;
padding:0;
list-style-type:none;
float:left;

}
#navigation ul li{
display:block;
float:left;
margin:0 0px;
width:107.222px; /*Breedte van item, niet geselecteerd.*/


}
#navigation ul li a{
display:block;
color:#EAF3F8;
text-decoration:none;
padding:0 0 0 0px;
width:107.222px; /*Breedte en hoogte van witte vlak achter tekst bij mouseover.*/
height:29px;

}
#navigation ul li a span{  /*Uitlijnen tekst.*/
padding:8px 20px 0 0;
height:0px;
float:left;
width:107.222px;

}
#navigation ul li a:hover{
color:#fff;
color:#000000;
font-weight:bold;
width:107.222px;
background:transparent url(images/button-over.png) repeat-x bottom left;

}
#navigation .current{
color:#000000;
font-weight:bold;
width:107.222px;
background:transparent url(images/button-over.png) repeat-x bottom left;

}
#navigation ul li a:hover span{
display:block;
width:auto;
cursor:pointer;
width:107.222px;
}


/*Link-kleuren*/

#sitemap-middle a {
	color:#000000
	text-decoration:none;
	border-bottom:1px dotted #000000;
	}

#middle li a {
      color:#00000;
      text-decoration:none;
      }

p a     {
        text-decoration:none;
        color:blue;
        }
p.rechts a     {
        text-decoration:none;
        color:#000000;
        }
  
  
/*Tables*/

table.total {
  border-collapse: auto;
  border-spacing: 0;
  }

table.total td { 
  padding:0px;  
  }
table.homepage {
  border-collapse: auto;
  border-spacing: 0;
  }

table.homepage td { 
  padding:0px;  
  }
table.homepageonder {
  width: 100%;   
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}
table.homepageonder th {
	border-width: 0px;
	padding: 2px;
	border-style: none;
}
table.homepageonder td {
	border-width: 0px;
	padding: 2px;
	border-style: none;
	text-align:center; 
	width: 321px;
}


