@charset "utf-8";
/* CSS Document */


/* SPECIFIEKE ALGEMENE OPMAAK */

body {
	margin:0px;
	padding:0px;
	/* background-image: url(../images/BG.jpg); */
	/* background-repeat: repeat-x; */
	/* background-color: #fff9f5; */
}

#background {
	 height: 615px;
	 width: 1000px;
	 margin: auto;
	 display: block;	 
	 background-image: url(../images/containerBG.jpg);
	 background-position: right top;
	 background-repeat: no-repeat;
}

#background-left {
	 height: 615px;
	 width: 740px;
	 float: left;
	 padding: 0px;
	 margin: 0px;
}

#background-right {
	 height: 220px;
	 width: 223px;
	 float: right;
	 padding: 0px;
	 padding-top: 35px;
	 margin: 0px;
}

#site {
	 position:absolute;
	 margin: auto;
	 z-index:0;
	 top:0px;
	 width: 962px;
}

/* SPECIFIEKE SUBMENU OPMAAK */

#left-menu-top {
	background-image: url(../images/kop-nieuws.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 27px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 14px;
	padding-top: 14px;
	}
	
#left-menu-top a{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	}	

#left-nieuws-inhoud {
	background-color: #F3985F;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}		


#left-nieuws-inhoud a{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: italic;
	}

#left-nieuws-inhoud a:hover {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: italic;
	}		

#left-nieuws-inhoud ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#left-nieuws-inhoud li {
	border-top-color:  #FFFFFF;
	border-top-style: dotted;
	border-top-width: 2px;
	padding-top: 3px;
	padding-bottom: 12px;
	width: 141px;
	}		

#left-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}	
			

#left-menu-bottom {
	background-image: url(../images/bottom-nieuws.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 11px;
	}			

/* SPECIFIEKE CONTENT OPMAAK */
	
#content-left-content {
	background-image: url(../images/content-bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;\
	}	
	
#content-inhoud {
	background-color: #F9CCAD;
	background-image: url(../images/content-BG-home.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}	