/* --- Special layout for the home page -------------------------------------------------------- */
div.blok {
	border: 1px solid #00175C; width: 236px; margin-bottom: 10px;
	scrollbar-base-color: #00175C; scrollbar-arrow-color: #FFFFFF; scrollbar-3dlight-color: #C0C0C0;
	scrollbar-highlight-color: #005FA7; scrollbar-shadow-color: #808080;
}

div.teaser {
	position: relative; overflow: hidden; height: 190px; float: left; margin-right: 11px;
}

div.teaser img {
	border: 0px; height: 190px; width: 236px;
}

div.teaser div {
	background-color: #FFFFFF; font-weight: bold;
	position: absolute; bottom: 0px; left: 0px; width: 230px; padding: 3px;
	filter: alpha(opacity=85); -moz-opacity: 0.85; opacity: 0.85;
}

div#nieuws {
	overflow: auto; height: 320px; float: right; margin-left: 11px;
}
div#nieuws table {
	border-width: 0px;
}
div#nieuws th, div#nieuws td {
	border-style: solid; border-color: #000000;
}
div#nieuws td {
	vertical-align: top; padding: 3px;
}
div#nieuws a {
	text-decoration: none; display: block; font-weight: bold;
}

div#agenda {
	overflow: auto; margin-right: 0px; height: 320px; float: right;
}
div#agenda a {
	text-decoration: none;
}
div#agenda h1 {
	color: #00175C; text-align: center; margin-top: 5px;
}
div#agenda ul {
	margin: 0px 0px 0px 0px; padding: 0px 5px 5px 25px; line-height: 1.4em;
}

div#adres {
	border: 1px solid #00175C; float: right; width: 479px; padding: 3px;
	background-color: #00175C; color: #FFFFFF;
}

div#adres a {
	color: #FFFFFF; text-decoration: none;
}

div#adres p {
	margin-bottom: 5px;
}

div#lid {
	float: right; margin-top: 10px;
}

div#lid img {
	border: 1px solid #00175C; margin-left: 5px;
}

