#header { 

	position:absolute; 
	width: 100% ;
	height: 100px;
	top: 0px;
	
	}
	
#header dt {
		display: none;
	}	

div { margin:0px; padding: 0px}

#header dl {
		margin-left:auto; 
		margin-right:auto;
		margin-top:0px;
		width: 760px;
		height: 100px;
		background-color:#dadada; 
		background-image:url(/images/logonetage.png); 
		background-repeat:no-repeat;
		border-bottom: solid 2px #32bcf0;
	}	
	
#cathomepage .subcat  { display:none;}	

#nav div div.subcat { padding-left: 10px;}
#nav div.subcat { padding-left: 10px;}

#nav {
		float:left;
		clear: none;	
		width: 180px;
		padding: 14px;
		font-size:14px;
		padding-top: 25px;
		border-left: dashed 1px #808285;
	}
	
#nav a, nav a.hover {
		text-decoration: none;
		color: #58595B;
		line-height: 20px;
	}	
#body {
		
		float: left;
		clear: none;
		width: 548px;
		/*padding: 14px;*/
		border-left: solid 2px #29abe2;
		border-right: dashed 1px #808285;
	}

#content {
		margin-top:102px;
		margin-left:auto; 
		margin-right:auto;
		width: 760px;
	}
	
#content h1 {
		font-size: 15px;
		color: #58595B;
		padding-left: 14px;
		padding-right: 14px;
		padding-top: 14px;
	}	
	
#content p {
		padding-left: 14px;
		padding-right: 14px;
		padding-bottom: 14px;
	}	
#body .vcard {
	padding: 14px;
}
#footer {
		
		
		width: 100%;
		
		clear:both;
		height: 20px;
	}
	
#footer div {
		background-color:#dadada;		
		border-top: solid 2px #29abe2;
		margin-left:auto; 
		margin-right:auto;
		margin-top: 0px;
		margin-bottom: 0px;
		width: 760px;
	}	

body {
	margin:0px;
	padding:0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.homepageimg {
	width: 548px;
	height: 300px;
	background-image:url(/images/netage-homepage-nl.png); 
	background-repeat:no-repeat;
	}

