* {
	margin:0;
	padding:0;
}

.clearfix {
	clear:both;
}
table.dates th, table.dates td
{
	text-align: center;
}
body {
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:65%;
	background: top left repeat-x url('layout_img/header_balk.jpg');
}

h1 {
	display:none;
}

div#head {
	width:960px;
	height:55px;
	margin:30px 0 0 0;
	overflow: hidden;
	background: top left no-repeat url('layout_img/logo_head.jpg');
	border-bottom: 1px solid #bbb;
	position: relative;
}

	#head a#home {
	display: block;
	position: absolute;
	width:190px;
	height:40px;
	border:none;
	text-decoration: none;
	left:0px;
	top:0px;
	}

	#head #date {
	position: absolute;
	top:13px;
	left:325px;
	display: block;
	width:360px;
	padding-right:30px;
	border-right:1px solid #bbb;
	text-align: right;
	
	font-size:12px;
	}
	
	#head ul {
	list-style: none;
	}
		
		#head ul li {
		display: block;
		float: right;
		padding-top: 15px;
		}
		
			#head ul li a {
			color:#8a8a8a;
			text-decoration: none;
			}
			
			#head ul li a:hover {
			text-decoration: underline;
			}
	
div#dashhead {
	width:960px;
	height:52px;
	background: top left repeat-x url('layout_img/dashboard_head.gif');
}

#column {
	width:960px;
	padding:0px 0px 0px 0px;
	margin:0px auto;
	position: relative;
}


ul#header_balk {
	display: block;
	width:960px;
	height: 45px;
	list-style: none;
}

	ul#header_balk a {
	text-decoration: none;
	}

	ul#header_balk li {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	font-size:12px;
	display: block;
	clear:none;
	margin-left:20px;
	padding-top:8px;
	float: right;
	}
	
		li#algemeen {
		color: #63594a;
		}
			li#algemeen_at {
			color: #fff;
			font-size:10px;
			background: top left no-repeat url('layout_img/algemeen_at_tab.jpg');
			width:157px;
			height:50px;
			}
		
		li#civiel {
		color: #0398ba;
		}
			li#civiel_at {
			color: #fff;
			font-size:12px;
			background: top left no-repeat url('layout_img/civiel_at_tab.jpg');
			width:107px;
			height:50px;
			}
		
		li#milieu {
		color: #7b9510;
		}
			
			li#milieu_at {
			color: #fff;
			font-size:12px;
			background: top left no-repeat url('layout_img/milieu_at_tab.jpg');
			width:115px;
			height:50px;
			margin-right:-10px;
			}
		
		li#geo {
		color: #e37b10;
		}
		
			li#geo_at {
			color: #fff;
			font-size:12px;
			background: top left no-repeat url('layout_img/geo_at_tab.jpg');
			width:168px;
			height:50px;
			}
			
		li#geodesie {
		color: #222;
		}
		
			li#geodesie_at {
			color: #fff;
			font-size:12px;
			background: top left no-repeat url('layout_img/geodesie_at_tab.jpg');
			width:168px;
			height:50px;
			}
			
ul#submenu {
	text-align: right;
	display: block;
	width:960px;
	height: 45px;
	list-style: none;
	margin-top:10px;
}

	ul#submenu a {
	text-decoration: none;
	color: #555;
	}
	
	ul#submenu a.algemeen_at, ul#submenu a.algemeen_at:hover {
	font-weight:bolder;
	color: #63594a;
	}
	
	ul#submenu a.civiel_at, ul#submenu a.civiel_at:hover {
	color: #0398ba;
	}
	
	ul#submenu a.civiel:hover {
	color: #0398ba;
	}
	
	ul#submenu a.milieu_at, ul#submenu a.milieu_at:hover {
	color: #7b9510;
	}
	
	ul#submenu a.milieu:hover {
	color: #7b9510;
	}
	
	ul#submenu a.geo_at, ul#submenu a.geo_at:hover {
	color: #e37b10;
	}

	ul#submenu a.geo:hover {
	color: #e37b10;
	}
	
	ul#submenu a:hover {
	color: #000;
	}
	
	
	ul#submenu li {
	display: inline;
	color: #555;
	font-size: 11px;
	margin-left:30px;
	}
		
		ul#submenu li#goto {
		margin-right:100px;
		color: #888;
		}
	
		
div#footer {
width:960px;
border-top: 8px solid #ddd;
margin-top:20px;
}
	div#footer p {
	margin-top:13px;
	color:#505050;
	float:left;
	clear:none;
	font-weight:bold;
	}
	
	div#footer ul {
	list-style: none;
	float: right;
	margin-left:30px;
	margin-top:13px;
	}
	
		div#footer ul li {
		!line-height:6px;
		}
		
		
		div#footer ul li a {
		color:#888;
		text-decoration: none;
		margin-top:6px;
		display: block;
		}
		
		div#footer ul li a.first {
		color:#555;
		font-weight:bold;
		}
		
		div#footer ul li a:hover {
		color:#000;
		}
		
		div#footer ul li a.civiel:hover {
		color:#0398ba;
		}
		
		div#footer ul li a.milieu:hover {
		color:#7b9510;
		}
		
		div#footer ul li a.geo:hover {
		color:#e37b10;
		}
