<!--
body {
	margin: 0px;
}

#frame {
	position: relative;
	width: 990px;
	height: 675px;
}

#content {
	position: absolute;
	left: 28px;
	top: 131px;
	width: 440px;
	min-height: 375px;
	_height: 375px;
	font-family: Arial;
	font-size: .7em;
	line-height: 16px;
}

#footer {
	position: absolute;
	bottom: -120px;
	left: -28px;
	width: 776px;
	height: 126px;
}

#footer #forwart_copy {
	position: absolute;
	right: 11px;
	bottom: 0px;
}

#footer #nav {
	position: absolute;
	left: 28px;
	top: 18px;
}

a {
	color: rgb(222,152,20);
	text-decoration: none;
}

a:hover {
	color: rgb(18,147,21);
	text-decoration: none;
}

#content h1, h2 {
	font-family: Arial;
	font-size: 14px;
}

#CDA_logo {
	position: absolute;
	left: 7px;
	top: 9px;
	width: 123px;
	height: 40px;
}

#datum {
	display: none;
}

#balk_grijs {
	display: none;
}

h1.balk {
	position: absolute;
	left: 28px;
	top: 80px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: black;
}

#balk_bruin {
	display: none;
}

#header {
	position: absolute;
	left: 6px;
	top: 124px;
	width: 507px;
	height: 200px;
	background-color: rgb(106,137,0);
	background-image: url('/img/CDA_header.jpg');
	background-repeat: no-repeat;
}

#header_foto {
	position: absolute;
	left: 513px;
	top: 124px;
	width: 252px;
	height: 200px;
}

#streep_vert {
	display: none;
}

#CDA_vddag {
	position: absolute;
	left: 0px;
	top: 507px;
	width: 776px;
	height: 72px;
}

#CDA_vddag #home_pasfoto {
	position: absolute;
	left: 127px;
	top: 1px;
	width: 100px;
	height: 70px;
}


#CDA_vddag #home_naam {
	position: absolute;
	left: 233px;
	top: 40px;
	width: 280px;
	height: 35px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: rgb(89,115,0);
	text-align: left;
}

#footer #pasfoto {
	position: absolute;
	top: 39px;
	left: 124px;
	width: 100px;
	height: 70px;
}

#footer #naam {
	position: absolute;
	left: 230px;
	top: 76px;
	width: 280px;
	height: 35px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: rgb(89,115,0);
	text-align: left;
}

#rechts {
	display: none;
}

#rechts #poll {
	position: relative;
	left: 0px;
	top: 30px;
	width: 200px;
	height: auto;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-align: left;
}

#rechts #poll label {
	cursor: pointer;
}

#rechts #CDA_nieuwsbrief {
	position: relative;
	left: 0px;
	top: 60px;
	width: 200px;
	height: auto;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-align: left;
}

#rechts #CDA_contact {
	position: relative;
	left: 0px;
	top: 70px;
	width: 200px;
	height: auto;
	font-family: Arial;
	font-size: 11px;
	color: black;
	text-align: left;
}

#rechts #copy {
	position: relative;
	left: 0px;
	top: 85px;
	font-family: Arial;
	font-size: .7em;
	line-height: 16px;
}

.groen {
	color: rgb(18,147,21);
}

.list_up {
	color: rgb(18,147,21);
}

#fp_items {
	position: absolute;
	left: 6px;
	top: 338px;
}

#fp_items .item {
	position: absolute;
	top: 0px;
	width: 240px;
	height: 156px;
	font-family: Arial;
	font-size: 12px;
	color: rgb(101,101,101);
}

#content_filler {
	display: none;
}

#fp_text_frame {
	position: absolute;
	z-index: 4;
	left: 20px;
	top: 168px;
	width: 400px;
	height: 140px;
	font-family: Arial;
	font-size: 12px;
	color: white;
}

#fp_text_frame #text {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
}

input.text {
	border: 1px solid rgb(18,147,21);
}

.leden_blok {
	position: relative;
	left: -22px;
	top: 10px;
	width: 472px;
	height: 72px;
	background-image: url('/img/balk_grijs_klein.jpg');
	background-repeat: no-repeat;
	padding-top: 1px;
	margin-bottom: 10px;
}

.leden_txt {
	position: absolute;
	left: 200px;
	top: 0px;
	width: 200px;
	height: 70px;
}

#chat {
	position: absolute;
	left: 0px;
	top: 10px;
}

#chat span {
    margin-left: 20px;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    color: white;
}

#chat form {
    display: inline;
}

.msgfield {
    font: normal 14px Arial, Helvetica, sans-serif;
    color: black;
    width: 400px;
}

div#messages {
	position: absolute;
	left: 6px;
	top: 124px;
    height: 284px;
    width: 757px;
    background: rgb(245,245,245);
    padding: 10px 0px 10px 2px;
    overflow: auto;
    font-family: Arial;
    font-size: 12px;
    color: black;
    margin-bottom: -12px;
}

div#messages p {
	margin: 0px;
}

div#messagebox {
	position: absolute;
	left: 6px;
	top: 428px;
	width: 739px;
	height: 50px;
    background-color: white;
    background-image: url('/img/chatbox.jpg');
    background-repeat: no-repeat;
    padding: 10px;
    padding-top: 30px;
    margin-bottom: 50px;
}

#chatfooter {
	position: absolute;
	top: 350px;
	left: -28px;
	width: 776px;
	height: 110px;
	background-image: url('/img/footer.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 10px;
	text-align: right;
	border-right: 1px solid rgb(164,161,158);
}

#chatfooter_txt {
	position: absolute;
	right: 11px;
	top: 40px;
	color: rgb(69,47,38);
	text-align: left;
}

.chatlogin {
	width: 105px;
	height: 27px;
	background-image: url('/img/btn_aanmelden.jpg');
	background-repeat: no-repeat;
	border: 0px;
}

.tree_item {
	height: 20px;
	width: 20px;
	background-image: url("/img/dot_vert.gif");
}

textarea.text {
	border: 1px solid rgb(18,147,21);
	font-family: Arial;
    font-size: 12px;
    color: black;
}

input.button {
	border: 0px;
	width: 105px;
	height: 27px;
	cursor: pointer;
	background-image: url('/img/btn_verzenden.jpg');
	background-repeat: no-repeat;
}

div.forum_post {
	border: 1px solid rgb(18,147,21);
	background-color: rgb(18,147,21);
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: white;
	margin-bottom: 10px;
}

div.forum_post a:hover {
	color: white;
}

div.forum_post_txt {
	background-color: white;
	padding: 10px;	
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

#bewust_jouw_keuze {
	position: absolute;
	left: 662px;
	top: 610px;
	width: 107px;
	height: 79px;
	background-image: url('/img/bewust_jouw_keuze.jpg');
	backgrond-repeat: no-repeat;
}
-->