HTML, BODY {
	color: black;
	background-color: #f5f5f5;
	background-image: url(bg.gif);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div
{
	margin: 0px;
	padding: 0px;
}

div#center
{	
	width: 	745px;
	height: 100%;
	
	margin: 	auto;
	padding-left: 	10px;
	padding-right: 	10px;	
	
	background-image:  url(middlebg.gif);
	background-repeat: repeat-y;
	
	text-align: left;	
}

#traffic
{	
	width: 700px;
	height: 600px;
	background-image: url(traffic.gif);
	background-repeat: no-repeat;
}

#nozzle
{
	position: absolute;
	top:  0px;

	width: 270px;
	height: 145px;
	background-image: url(nozzle.gif);
	background-repeat: no-repeat;
	z-index: 2;
}

#content
{	
	position: absolute;
	top: 57px;

	color: black;

	background-color: #d0dfff;
	background-image: url(contentbg.gif);
	background-repeat: repeat-y;	
	padding: 0px;	
	margin-left: 104px;
	width: 610px;
}

h2
{
	font-family: Helvetica, Tahoma, Arial, Sans-serif;
	font-size: 14pt;
	font-weight: normal;
}

#innercontent, tr, td
{
	margin: 20px;
	margin-right: 24px;
	margin-bottom: 10px;
	font-family: Helvetica, Tahoma, Arial, Sans-serif;
	font-size: 11pt;	
}

#innercontent
{
	overflow: auto; padding: 4px; width: 550px; height: 350px;
		
	SCROLLBAR-FACE-COLOR: #3e648c; 
	SCROLLBAR-HIGHLIGHT-COLOR: #d0dfff; 
	SCROLLBAR-SHADOW-COLOR: #253d56; 
	SCROLLBAR-3DLIGHT-COLOR: #d0dfff; 
	SCROLLBAR-ARROW-COLOR: #e9f7ff; 
	SCROLLBAR-TRACK-COLOR: #d0dfff;
	SCROLLBAR-DARKSHADOW-COLOR: #253d56; 
	
}


td {
	font-size: 11pt;
}

a {
	font-family: Helvetica, Tahoma, Arial, Sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

td
{	
	padding: 4px;
}

td a
{
	font-size: 9pt;
}

#tab_home
{
	position: absolute; 
	margin-top: -13px; 
	margin-left: 5px;
	width: 98px;
	height: 45px;	
}

#tab_home div, #tab_doelgroep div, #tab_tarieven div, #tab_contact div, #tab_partners div
{
	margin-top: 9px;
	text-align: center;
}

#tab_home a, #tab_doelgroep a, #tab_tarieven a, #tab_contact a, #tab_partners a
{
 	text-decoration: none;
 	color: black;
 	text-align: center;
}

#tab_home a:hover, #tab_doelgroep a:hover, #tab_tarieven a:hover, #tab_contact a:hover, #tab_partners a:hover
{
 	text-decoration: none;
 	color: white;
}
 

#tab_doelgroep
{
	position: absolute; 
	margin-top: -13px; 
	margin-left: 115px;
	width: 98px;
	height: 45px;
}

#tab_partners
{
	position: absolute; 
	margin-top: -13px; 
	margin-left: 225px;
	width: 98px;
	height: 45px;
}

#tab_tarieven
{
	position: absolute; 
	margin-top: -13px; 
	margin-left: 335px;
	width: 98px;
	height: 45px;
}

#tab_contact
{
	position: absolute; 
	margin-top: -13px; 
	margin-left: 445px;
	width: 98px;
	height: 45px;
}