/* STIJL, TEKST, LINKS */
body {
	background-color: #c8ccd0;
}

.kop {
	font-size: 24px;
	color: #cd1313;
}

table {
	width: 220px;
	margin-left: 4px;
	font-size: 11px;
	line-height: normal;
}

td {
	width: 105px;
}

.head {
	font-size: 24px;
	color: #cd1313;
	font-style: italic;
	text-align: right;
	margin: 0px 0px 3px 0px;
}

.agendalink:link, .agendalink:visited, .agendalink:active {
	color: #cd1313;
	font-weight: bold;
	border-bottom: none;
	}

.agendalink:hover {
	color: #000000;
}

/* INDELING DIVJES */
#container {
    padding: 0px;
    width: 950px;
	position: relative;
    margin-left: -475px;
    left: 50%;
}

#menu {
	width: 930px;
	height: 81px;
	background: url(images/menu.png) no-repeat;
	padding: 65px 0px 0px 20px;
	font-size: 11px;
	color: #FFFFFF;
}

#content {
	min-height: 330px;
	width: 950px;
	background-color: #FFFFFF;
}

#text {
	padding: 1px 20px 1px 20px;
	width: 660px;
}

#footer {
	width: 910px;
	height: 61px;
	background: url(images/footer.png) no-repeat;
	margin-bottom: 10px;
	padding: 35px 20px 0px 20px;
	font-size: 11px;
}

#left {
	float: left;
}

#right {
	float: right;
}

#teller {
	width: 165px;
	min-height: 165px;
	background: url(images/logo.gif) no-repeat;
	position: absolute;
	margin-top: 179px;
	margin-left: 16px;
}

#agenda {
	width: 228px;
	min-height: 300px;
	background: url(images/agenda.png) no-repeat;
	position: absolute;
	margin-top: 280px;
	margin-left: 700px;
}

#balk {
	width: 950px;
	height: 54px;
	background: url(images/balk.png) no-repeat;
	position: absolute;
	margin-top: 369px;
}
