body {
	margin: 0px;
	background: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFF0BC;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table {
	border-collapse: collapse;
	border: 0px;
	font-size : 96%;
	line-height: 140%;
}

table.container {
	margin: auto;
	width: 966px;
	height: 100%;
}

table.content-all {
	width: 960px;
	height: 100%;
	background-color: #FFFFFF;
}

td {
	padding: 0px;	
	vertical-align: top;
}

td.headerspacing {
	height: 36px;	
}

td.content-all {
	/*height:100%;
	background-color: #FFFFFF;*/
}

td.menu {
	width: 308px;
	text-align: right;
	background: url(../img/omgevingseducatie-gooi-vecht-eem.jpg);
	background-repeat: no-repeat;
}

td.content-tekst-all {
	width: 652px;
}

td.header {
	height: 172px;
	background: url(../img/header.gif);
	background-repeat: no-repeat;	
}

td.maincontent {
	 width: 652px;
	 padding-top: 32px;
	 padding-bottom: 32px;
	 padding-right: 60px;
	 height: 750px;
}

td.highlightscontent {
	 padding-top: 36px;
	 padding-bottom: 32px;
	 padding-right: 10px;
	 padding-left: 10px;
	 color: #666666;	
	 width: 200px; 
	 font-size : 88%;
	 line-height: 120%;	 
}

td.shadowright {
	background: url(../img/shadowright.png) top left;
	width: 6px;
}

td.shadowbottom {
	background: url(../img/shadowbottom.png) top left;	
	background-repeat: no-repeat;
	height: 8px;
}

td.bottom {
	height: 6px;
}

img {
	border: 0px;
}

img.header {
	width: 652px;
	height: 172px;	
}

img.highlights {
	width: 180px;
	background-color: #ffffff;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}

img.shadowbottom {
	height: 8px;
}

/* img menu */
img.menu {
	width: 225px;
}

img.spacermenu {
	width: 1px;
	height: 158px;
}

img.transmenu {
	width: 1px;
	height: 10px;
}

img.hoogte18 {
	height: 18px;
}

img.hoogte19 {
	height: 19px;
}

img.hoogte21 {
	height: 21px;
}

img.hoogte22 {
	height: 22px;
}

img.hoogte26 {
	height: 26px;
}

img.hoogte44 {
	height: 44px;
}
/* end img menu */

/* css text */
.kopje {
	font-weight: 600;
}

a.{
	color: #1CBFDC;
}
a:link  {
	color: #1CBFDC;
	text-decoration: none;	
}
a:visited  {
	color: #1CBFDC;
	text-decoration: none;
}	
a:hover {
	color: #FDD34D;
	text-decoration: none;		
}
a:active  {
	color: #1CBFDC;
	text-decoration: none;
}

a.highlights {
	color: #1CBFDC;
	font-weight: 600;
}
a.highlights:link  {
	color: #1CBFDC;
	text-decoration: none;	
}
a.highlights:visited  {
	color: #1CBFDC;
	text-decoration: none;
}	
a.highlights:hover {
	color: #FDD34D;
	text-decoration: none;		
}
a.highlights:active  {
	color: #1CBFDC;
	text-decoration: none;
}


