
body    {
	background-image: url("../gfx/bgbody.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	text-align: center;
	margin: 22px 0 10px;
}
body,div,td,input,textarea        {
	font-size: 12px;
	font-family: "Myriad Web Pro", "Myriad Pro", Myriad, sans-serif;
	line-height: 16px;
}
input, textarea {
	padding: 2px;
}
div#wrap    {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	height: auto;
}
div#logo     {
	width: 405px;
	float: left;
}
div#bezoekadres     {
	color: #4d4d4d;
	margin-right: 10px;
	padding-top: 10px;
	float: left;
}
div#postadres     {
	color: #4d4d4d;
	margin-right: 10px;
	padding-top: 10px;
	float: left;
}
div#zoek   {
	padding-top: 7px;
	width: 125px;
	float: right;
	clear: right; 
}
div#zoek input    {
	color: #4d4d4d;
	margin-top: 7px;
	width: 120px;
	clear: right;
	border: solid 1px #709302;
}
div#header     {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 780px;
	height: 117px;
	float: left;
	clear: left;
}
div#kruimel    {
	position: relative;
	color: #dcdcdc;
	margin: 3px;
	top: -122px;
	left: 0;
	float: left;
	clear: left;
}
div#kruimel a   {
	color: #dcdcdc;
	text-decoration: none; 
}
div#kruimel a:hover    {
	color: #fff;
	text-decoration: none;
}
a {
	color: #081d58;
	text-decoration: none;
}
a:hover {
	color: #6c8c37;
	text-decoration: none;
}


.kader {	
	width: 20px;
	float: left;
	margin: 0 7px 0 0;
	border: solid 1px #709302;
	padding: 4px 0 0 4px;
}
.kader.last {	
	margin: 0;
}





/* CONTENT */

div.conbg {
	background-image: url("../images/background_content.gif");
	float: left;
	margin: 10px 0 0 0px;
	background-repeat: repeat-y;
	background-position: left top;
	width: 780px;
}

div#con       {
	margin: 0 0 0 0;
	width: 460px;
	float: left;
}
div#con div.citem  {
	color: #081d58;
	background-color: #f5ffe6;
	margin: 0;
	padding: 8px;
	width: 460px;
	float: left;
	clear: left;
	border-left: 1px solid #4d4d4d;
}
div#con div.citem h2  {
	color: white;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	background-color: #f5ffe6;
	background-image: url("../gfx/bgconh2.png");
	background-repeat: repeat-y;
	text-indent: 8px;
	margin-top: -8px;
	margin-left: -8px;
	width: 460px;
	height: 20px;
	float: left;
}
div#con div.citem h3  {
	color: #081d58;
	font-size: 20px;
	line-height: 23px;
	background-repeat: repeat-y; 
	margin-top: 0;

}
div#con div.citem h4  {
	color: #709302;
	font-size: 12px;
	line-height: normal;
	margin: 0 0 0 0;
}

div#con div.citem h4 a  {
	color: #709302;
	font-size: 12px;
	line-height: normal;
	margin: 0 0 0 0;
}
div#con div.citem div.afb   {
	color: #081d58;
	margin: -35px 0 10px 10px;
	float: right;
}
div#con div.citem div.afb div.img {
	font-style: italic;
	margin-bottom: 10px;
	width: 128px;
	float: left;
	clear: left; 
}
div#con div.citem div.afb div.img a {
	color: #081d58;
	text-decoration: underline;
}
div#con div.citem div.afb div.img a:hover {
	text-decoration: none;

}
div#con div.citem div.afb div.img img {
	margin-bottom: 5px;
	width: 128px;
	border-color: #081d58;
}
div#con div.citem div.afb div.img a img  {
	border: 1px solid #081d58;
}
div#con div.citem div.afb div.img a:hover img  {
	border: 1px solid #6c8c37;
}




/* KOLOM RECHTS */
	
div#col    {
	color: #081d58;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 250px;
	float: right;
	clear: none;
}
div#col div.citem    {
	background-color: #f6f6f6;
	margin: 8px 0 10px 8px;
	/*border-left: 1px solid #6c8c37;*/
}

div#col div.citem h2  {
	color: white;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	background-color: #f6f6f6;
	background-image: url("../gfx/bgcolh2.png");
	background-repeat: repeat-y;
	text-indent: 8px;
	margin-top: -8px;
	margin-left: -7px;
	width: 250px;
	height: 20px;
}


div#col div.citem h3   {
	color: #081d58;
	font-size: 14px;
	margin: 0;
}

.datum {
	font-size: 12px;
	margin: 0 0 10px 0;
}	


/* BANNERS */

div#ban {
	margin: 20px 0 0 0; 
	width: 780px;
	float: left;
	clear: both;	
}
div.bannertitel {
	margin: 0 0 0 8px;
	font-weight: bold;
}
div.bannertekst {
	margin: 0 5px 0 8px;
	background-image: url("../images/banner_kader.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 50px;
}



/* FOOTER */
	
div#foot  {
	color: #BFFD35;
	margin-top: 30px;
	margin-bottom: 5px;
	padding-top: 10px;
	width: 780px;
	float: left;
	clear: both;
	border-top: 6px solid #BFFD35;
	b
}
div#foot div#links {
	float: left;
}
div#foot div#links a {
	color: #666;
	text-decoration: none;
}
div#foot div#links a:hover   {
	color: #709302;
	text-decoration: none;
}
div#foot div#copyright  {
	color: #666;
	float: right;
	width: auto;
}
.grijs {
	color: #4d4d4d;
}
.groen  {
	color: #709302;
}
.blauw {
	color: #081d58;
}

a.link {
	color: white;
}


div.citem table {
	margin: 0;
	border-width: 1px;
	border-style: outset;
	padding: 1px;
}
div.citem table td {
	border-width: 1px;
	border-style: inset;
	padding: 2px;	
}
