
#container
{
	margin: 0px auto;
	width: 800px;
}
#header
{
	width: 800px;
	height: 150px;
}
#opdrachtgevers
{
	width:255px;
	float: left;
	padding:10px;
}
#inhoud
{
	width:455px;
	float: left;
	padding:20px 35px;
	background-color:#cccc66;
	min-height:400px;
}
body
{
	font-family:georgia;
	font-size:12px;
	line-height:1.5em;
}
h2
{
	font-family:Georgia;
	font-size: 14px;
}

/* MENU */
.menu3 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(three_0.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu3 li {float:left;}
.menu3 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu3 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu3 li.current a {color:#fff; background:url(three_2.gif);}
.menu3 li.current a b {background:url(three_2.gif) no-repeat right top;}
.menu3 li a:hover {color:#fff; background:#000 url(three_1.gif);}
.menu3 li a:hover b {background:url(three_1.gif) no-repeat right top;}
.menu3 li.current a:hover {color:#fff; background:#000 url(three_2.gif); cursor:default;}
.menu3 li.current a:hover b {background:url(three_2.gif) no-repeat right top;}
