/* CSS Document */
/* reset */
* { 
	padding:0;
	margin:0; 
}
/* Standaart CSS*/
body {
	font: 0.7em "Trebuchet MS", Verdana, sans-serif;
	color: #848484;
	background-color: #FFFFFF;
	background-image: url(images/bg_banner.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* De standaart linkjes */
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #03A397;
}
a:active {
	text-decoration: underline;
	color: #03A397;
}
/* Headings */
h1 {
	font-size: 1.4em;
	color: #FF6600;
	line-height: 1em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -.045em;
}
h2 {
	font-size: 1.1em;
	line-height: 1em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h3 {
	font-size: 1.2em;
	color: #03A397;
}
/* Alinea */
p {
	text-align:justify;
	margin-top: 10px;
}
/* Logo heading */
#header, #header h1 a {
	width: 294px;
	height: 43px;
	margin: 13px 0 0 0;
}

#header h1 a {
	display: block;
	background: url(images/logo.gif) bottom center no-repeat;
}

#header h1 a span {
	display : none;
}

/* Om de divjes bij elkaar te houden/plaatsen */
#container {
	margin: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 780px;

}
#special {
	background-image:url(images/bg_special.gif);
	background-repeat: no-repeat;
	color: #666666;
	padding: 15px 15px 20px 15px;
	margin-left:245px;
	margin-top: 10px;
	width: 370px;
}
#actueel {
	margin: 0px;
	padding: 10px 0 0 0;
	width: 240px;
	float: left;
}
#actueel ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#actueel li {
	border-bottom: 1px solid #F5F5F5;
}
#actueel a {
	color: #848484;
	text-decoration: none;
}
#actueel a:hover {
font-weight: bold;
}
#items {
	height: 130px;
	margin-top: 0px;
}
#items ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #DFD6B5;
}
#items li {
	padding: 0px;
	border-bottom: 1px solid #DFD6B5;
}
#items a {
	text-decoration: none;
	display: block;
	width:auto;
}
#items a:hover {
	color: #FF6600;
	background-color:#F3F2E4;
}
#inhoud {
	margin:  70px 0 0 120px;
	padding:0px;
}
#bodem {
	background-image:url(images/bg_footer.gif);
	background-repeat:repeat-x;
	height: 80px;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 50px;
	padding: 30px 0 0 0;
}
#bodem_inhoud {
	width: 720px;
	text-align: left;
	margin: 0 auto;
}
#bodem_inhoud p {
	padding: 0;
	margin: 0;
}
/* Hier de styles voor het menu */
#list-menu {
/* define the width of menu */
	float: left;
	margin: 70px 0 0 0;
	padding: 0px;
	width: 100px;
	background-image:url(images/menu_fade.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#list-menu ul {
/* define ul */
	margin: 0;
	padding: 0;
	list-style-type: none;	
} 
#list-menu li {
/* create spaces between individual li */
	margin: 0 0 0;
	padding: 0px;
	background-image:url(images/menu_dot.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
} 
#list-menu a {
/* define whatever inside the li */
	display: block;
	width:100px;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-decoration: none;
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
/* define the color of the actual link */
	color: #CCCCCC;
}
#list-menu a:hover {
/* create the rollover effect of the link */
	color: #FF6600;
	background-image:url(images/menu_rollover.gif);
	background-position: left;
	background-repeat:no-repeat;
}
-->
</style>