/* CSS Document */

/*reset*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}

body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	color: #333333;
	margin-right: 20px;
}

#container {
	
}

#site {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

#main {
	
}

#left {
	width: 660px;
	float:left;
}

#right {
	width: 186px;
	float:right;
}

#left_02 {
	width: 530px;	
	float:left;
}

#right_02 {
	width: 318px;
	float:right;
}

#right_02 .image_spacer {
	height:150px;
}

#logo {
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;	
}

#menubar {
	height:19px;
	background-color: #FC0;
}

#menubar a {
	float:left;
	height: 19px;
	line-height:19px;
	width: 132px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	letter-spacing:2px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-transform: uppercase;
}

#menubar a.active {
	color:#663300;
}
#menubar a.active:hover {
	color:#fff;
}

#menubar a:hover {
	background-color:#663300;		
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	letter-spacing: 5px;
	font-size: 16px;
	margin-top:10px;
	margin-bottom:30px;
}

a {
	color: #663300;
}

strong {
	font-weight: bold;	
}

p {
	margin-bottom:1em;	
}

ul {
	margin-left:30px;
	margin-bottom:1em;	
}

li {
	list-style-type: disc;	
}

#content {
	padding:20px;	
}

#content h4 {
	font-style: italic;	
	margin-bottom:10px;	
}

#content .organisaties {
	width:520px;
}

#content .organisaties li {
	margin-bottom:10px;	
}

#content .projectenlijst {
	width:520px;
}

#content .projectenlijst li {
	margin-bottom:10px;	
}

#projectmenu a,
#aanpakmenu a  {
	display:block;
	border-bottom: solid 2px #fff;
	font-size: 12px;
	text-decoration: none;
	line-height:14px;
	padding-bottom:5px;
}

#aanpakmenu a {
	display:inline;
}

#projectmenu a:hover,
#aanpakmenu a:hover {
	border-bottom: solid 2px #FFCC00;
}

