/* OVERSCHRIJFT DE DEFAULT-WAARDEN UIT template_css.css */

		#boxMiddleLeft
		{
			height: 197px;
			overflow: hidden;
		}

		#boxMiddleCenter
		{
			height: 197px;
			overflow: hidden;
			background-image: url(../images/achtergrond_knoppen_groot.gif);
		}

		#boxMiddleRight {
			height: 197px;
			overflow: hidden;
		}

		#boxBottomRight {
			background-image: url(../images/achtergrond_content.gif);
			background-repeat: repeat-x;
			background-color: #EFC21C;
		}

		.textNieuwsKopTitel {
			text-transform: uppercase;
			margin-top: 12px;
			margin-bottom: 5px;
			font-size: 14px;
			color: #3EB5DE;
			font-weight: bold;
		}

		.textNieuwsTitel {
			text-transform: uppercase;
			font-size: 11px;
			font-weight: bold;
		}

		.textNieuwsInhoud {
			font-size: 11px;
			font-weight: normal;
		}

		.textNieuwsTitel p, .textNieuwsInhoud p {
			margin: 0px;
			padding: 0px;
		}

		.textLeesMeer {
			display: block;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 11px;
			color: #3EB5DE;
			font-weight: bold;
			margin-bottom: 15px;
		}

		.textLeesMeer:hover {
			color: #4FC6EF;
		}

		table.blog td.contentheading {
			text-transform: uppercase;
			font-size: 14px;
			color: #3EB5DE;
			font-weight: bold;
		}

		#imgHomepage {
			border: solid 1px white;
		}