* { 
	padding: 0; 
	margin: 0;
}
body {
	background-color: white;
	background-image: url(../images/bg-home1.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #535d63;
}
#container {
	margin: 0 auto;
	width: 980px;
	background-color: transparent;
}
#header {
	width: 980px;
	height: 133px;
	padding-top: 18px;
	padding-bottom: 14px;
	background-color: transparent;
}
#logo {
	float: left;
}
#kop {
	float: right;
	padding-right: 10px;
}
#menu{
	width: 970px;
	height: 30px;
	background-color: #66757e;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.8em;
}
#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 3px;
	padding-left: 3px;
} 
#menu a {
	text-decoration: none;
	color: #ffffff;
}
#menu a:hover, #menu a:active {
	color: #f18e00;
}
#menu li.ej a {
	color: #8CC63F;
}
#menu li.doemee a {
	color: #EC2D9F;
}
#menu li.ej a:hover, #menu li.doemee a:hover {
	color: #f18e00;
}
#menu li.current a {
	color: #f18e00;
}
#column1 {
	float: left;
	width: 181px;
	padding: 15px 0 0 5px;
	background-color: transparent;
}
#column2, #column3, #column4, #rightcolumn {
	float: left;
	width: 186px;
	padding: 15px 0 0 10px;
	background-color: transparent;
}
#column1 img, #column2 img, #column3 img, #column4 img, #rightcolumn img {
	margin-bottom: 15px;
}
#organisatie {
	width: 166px;
	height: 113px;
	background-image: url(../images/blauw.gif);
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#organisatie p {
	float: left;
	width: 95px;
	height: 100px;
}
#organisatie a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
#organisatie img {
	margin-bottom: 10px;
}
.ocw {
	margin-top: 12px;
	margin-left: 45px;
}
#footer {
	width: 970px;
	height: 34px;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	font-size: 0.9em;
	text-align: right;
}
#footer a {
	text-decoration: none;
	color: #535d63;
}
#footer a:hover {
	color: #535d63;
}