@charset "ISO-8859-1";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img,  ins, kbd, q, s, samp, 
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td {

margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
background: transparent;
list-style-type: none;	

}

/* Template elementen */

body {
	background-color: #fbf7f3;
	margin:	0;
	padding: 15px;
}

#container {
	width: 950px;
	margin:auto;
}

#topshade {
	height: 10px;
	background:url(../images/shade_top.gif) no-repeat;
}


#background {
	background: url(../images/bg_column_left.gif) repeat-x;
}

#columnleft {
	font-size: 11px;
	color: #246c30;
	line-height:20px;
	letter-spacing: 20ems;
	width: 260px;
	min-height:200px;
	background: url(../images/column_left_accolade.gif) no-repeat top right;
	float:left;
}

#columnleft #statements {
	display: block;
	margin: 220px 10px 0 10px;
}

#menu {
	height:175px;
	margin: 20px 10px;
}

#menu li {
	height: 19px;
	margin: 3px 0;
}


#footer  {
	font-size: 10px;
	color: #789f47;
	text-decoration: none;
	padding: 10px 10px 0 270px;
	background:url(../images/shade_bottom.gif) no-repeat;
	clear: both;
}

#footer a {
	color: #789f47;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .copyright {
	float: left;
}

#footer .webdesign {
	float: right;
}

.floatkiller {
	height:0px;
	clear: both;
}


/* Home elementen */


#home #content {
	width: 690px;
	height: 417px; 
	float: left;
	background: url(../images/home_splash.jpg) no-repeat;
}

#home #buttons {
	margin: 105px 0 0 10px;
	background:url(../images/shade_right_home.gif) top right repeat-y;
	height: 117px;
}

#home #buttons img {
	float: left;
	margin: 0;
	padding: 0;
}



/* Vervolgpagina elementen */

#subpagina #content {
	width: 690px;
	float: left;
}

#subpagina #titel {
	background: url(../images/bg_header.jpg) top right no-repeat;
	height: 56px;
	padding: 0 50px;
	margin-top: 46px;
}


#subpagina #tekst {
	color: #434034;
	font-size: 12px;
	line-height: 18px;
	background: url(../images/bg_tekstvlak.png) no-repeat;
	padding: 30px 50px 0 50px;
	/*
	height: 420px;
	overflow:auto; 
	*/
}

#subpagina #tekst a {
	color: #434034;
}

#subpagina #tekst a:hover {
	color: #789f47;
}

#subpagina #tekstfooter {
	background: url(../images/bg_tekstfooter.gif) no-repeat;
	height: 30px;
}