body {
	background: #333333;
	margin: 0;
}
#header {
	width: 100%;
	height: 167px;
	background: #202020;
	border-bottom: 3px #ff9b14 solid;
}
#header_wrap {
	width: 950px;
	height: 167px;
	margin: 0 auto;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
}
#container {
	float: left;
	width: 950px;
}
#photo {
	padding-top: 15px;
	width: 950px;
}
#content {
	padding-top: 15px;
	width: 950px;
}
#content h1 {
	color: white;
	font-size: 12px;
	line-height: 26px;
	font-weight: normal;
	padding-bottom: 8px;
}
.content_small {
	background: #444444 url('images/content_top_small.gif') no-repeat;
	width: 193px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 18px;
	min-height: 50px;
	margin-bottom: 10px;
	position: relative;
}
.content_large {
	background: #444444 url('images/content_top_large.gif') no-repeat;
	width: 488px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 18px;
	min-height: 50px;
	margin-bottom: 10px;
	position: relative;
}
.content_full {
	background: #444444 url('images/kader_groot_extra.gif') no-repeat;
	width: 938px;
	padding-left: 12px;
	padding-bottom: 18px;
	min-height: 50px;
	margin-top: -15px;
	margin-bottom: 10px;
	position: relative;
}
.content_small_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 18px;
	width: 100%;
	background: url('images/content_bottom_small.gif') no-repeat;
}
.content_large_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 18px;
	width: 100%;
	background: url('images/content_bottom_large.gif') no-repeat;
}
#content_left {
	float: left;
	margin-right: 10px;
}
#content_middle {
	float: left;
	margin-right: 10px;
	min-height: 450px;
}
#content_right {
	float: left;
}
.sidelink {
	height: 24px;
	line-height: 24px;
	color: #FF9B14;
	display: block;
	margin-left: 13px;
	margin-right: 13px;
	border-bottom: 1px solid #807f7f;
}
.sidelink a {
	color: #FF9B14;
	text-decoration: none;
	line-height: 24px;
	height: 24px;
	display: block;
}
.first {
	border-top: 1px solid #807f7f;
	margin-top: 6px;
}
a {
	color: #FF9B14;
	text-decoration: none;
}
#footer {
	width: 100%;
	background: #202020;
	margin-top: 5px;
	border-top: 3px #ff9b14 solid;
	border-bottom: 3px #ff9b14 solid;
	float: left;
}
#footer_wrap {
	width: 950px;
	margin: 0 auto;
}
.column{
	margin-right:5px;
	width:215px;
	padding:9px;
	color:white;
	min-height:80px;
	float:left;
	background:#333333;
	margin-top:5px;
	margin-bottom:5px;
}
.lastcolumn{
	margin-right:0px;
	width:215px;
	padding:9px;
	color:black;
	min-height:80px;
	float:left;
	background:#ff9b14;	
}
.lastcolumn a{
	color:#754600;
}
#footer_text {
	width: 100%;
	background: #202020;
	margin-top: 5px;
	float: left;
	line-height:26px;
	height:26px;
}
#footer_text_wrap {
	width: 940px;
	padding-right:10px;
	margin: 0 auto;
	text-align:right;
	line-height:26px;
	height:26px;
	color:white;
}
ul.cssMenu{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}
ul.cssMenu li{
	list-style:none;
	float:left;
	height:30px;
	line-height:30px;
	text-align:center;
	color:white;
	width:109px;
	margin-right:4px;
	background: url('images/menu_button.gif');
}
ul.cssMenu li a{
	display:block;
	text-decoration:none;
	color:white;
}
ul.cssMenu li a:hover{
	text-decoration:none;
}
ul.cssMenu li:hover{
	background: url('images/menu_button_over.gif');	
}
ul.cssMenu .active
{
	background: url('images/menu_button_active.gif');
}
ul.cssMenu .active > a
{
	color:black;
}
ul.cssMenu .active:hover
{
	background: url('images/menu_button_active.gif');
}
