/* -------------------------------------------------------------- */

@import "lib/reset.css"; /* 0 versie */
@import "lib/typography.css"; /* tekst */
@import "lib/formulieren.css"; /* formulieren */
@import "lib/plugins/tabs.css"; /* extra */
@import "lib/nav.css"; /* menu links */
@import "lib/top_menu.css"; /* horizontaal menu */

/*kleuren overzicht
groen 1 : #409504
groen 2 : #80C31C
groen 3 : #DDEDD0
tekst: #666;
-------------------------------------------------------------- */

/* Page
-------------------------------------------------------------- */

#page { margin: 0 auto; width: 980px; height:100%}


/* Header
-------------------------------------------------------------- */

#header { margin: 0; background-repeat:no-repeat; height:140px; position:relative; background-color:#80C31C }
	#headerfoto {position:absolute; top:0; right:0}
	#top_menu {position:absolute; bottom:0; right:0;}
	#lopendeprojecten {position:absolute; bottom:0; left:0; width:190px; height:36px; background-color:#409504; padding:5px 10px; color:#fff;}

/* Body
-------------------------------------------------------------- */

#container {min-height: 100%;_height: 100%;height: auto; }
	#nav { float: left; width: 210px; margin: 0; display: inline;background-color:#80C31C; margin-right: 40px;}
	#content { float: left; width: 730px;padding-top:20px;}
	#content td {vertical-align:top;border-top:1px solid #409504; }
		.par_afb {float:left; margin: 0 10px 10px 0px;}
/* Footer
-------------------------------------------------------------- */
#logobanner {
	clear:both;
	border-top: 1px solid #409504;
	margin-top: -2px;
    color:#409504;
}
#footer {
	clear:both;
	border-top: 1px solid #409504;
	margin-top: 0px;
    color:#409504;
}
