/* standaard website opbouw */
body
	{
		background-color: #93D9E7;
		padding-bottom: 50px;
		margin: 0px;
	}
	
.tdSite
	{
		border: 0px;
		width: 760px;
		background-color:#FFFFFF;
	}
	
.tdLeft
	{
		background-image: url(../img/tdLeft.jpg);
	}
	
.tdRight
	{
		background-image: url(../img/tdRight.jpg);
	}
	
.tdLeftBottom
	{
		background-image: url(../img/tdLeftRound.jpg);
		width: 10px;
		height: 10px;
	}
	
.tdRightBottom
	{
		background-image: url(../img/tdRightRound.jpg);
		width: 10px;
		height: 10px;
	}

.tdBottom
	{
		background-image: url(../img/tdBottom.jpg);
		width: 10px;
		height: 10px;
	}
	
.tdHeader
	{
		height: 300px;
		margin: 0px;
		padding: 0px;
	}
	
.tdFooter
	{
		width: 740px;
		padding: 15px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #666666;
	}	
	
/* overige div elementen  */

div.galleryItem
	{
		font-weight: bold;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
div.galleryItem a
	{
		font-weight: bold;
		color: #000000;
		text-decoration: none;
	}
div.galleryItem a:hover
	{
		font-weight: bold;
		color: #000000;
		text-decoration: underline;
	}
	
div.main
	{
		background-color: #FFFFFF;
		padding-top: 10px;
	}
	
.tdNewsContainer
	{
		width: 190px;
		background-color: #FFFFFF;
		vertical-align: top;
		padding: 20px;
	}
.tdNewsContainer a
	{
		color: #000000;
		font-weight: bold;
		text-decoration:none;
	}	
.tdNewsContainer a:hover
	{
		text-decoration:underline;
	}	
	
div.newsContainer
	{
		background-color: #93D9E7;
		width: 150px;
		padding: 10px;
	}
	
	
.tdMainContainer
	{
		width: 510px;
		padding: 20px;
		padding-left: 0px;
		background-color:#FFFFFF;
	}
	
.contentHeader
	{
		font-family: Times New Roman, Times, serif;
		font-style: italic;
		font-size: 17px;
		padding-bottom: 10px;
	}
div.contentHeader a
	{
		color: #000000;
		text-decoration: none;
	}
div.contentHeader a:hover
	{
		color: #000000;
		text-decoration: underline;
	}
	
div.contentItem
	{
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 175%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
div.contentItem a
	{
		font-weight: bold;
		color: #000000;
		text-decoration: none;
	}
div.contentItem a:hover
	{
		font-weight: bold;
		color: #000000;
		text-decoration: underline;
	}


.agendaTable
	{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
	}
