@charset "utf-8";
/* ALGEMEEN */
body {
	color: #004063;	
	font-family: "Georgia", Times New Roman, Times, serif; font-size: 14px;
	line-height: 20px;
	background-color: #eeeee8;
}
a { outline: 0; }
img, a img {
	border: 0 none; text-decoration: none;
}
a:link, a:visited {
	text-decoration: none; color: #7a991b;
}	
a:hover, a:active {
	text-decoration: none; color: #000;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #7a991b;
}


/* MAIN CONTENT */
.bg {
	background-image: url(images/shadow-middle.png);
	background-repeat: repeat-y; background-position: top center;
	width: 960px !important;
}
.top {
	background-image: url(images/shadow-top.png);
	background-repeat: no-repeat; background-position: top center;
	height: 8px;
	margin-top: 40px;
	width: 960px !important;
}
.bottom {
	background-image: url(images/shadow-bottom.png);
	background-repeat: no-repeat; background-position: top center;
	height: 8px;
	width: 960px !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
}
.boom {
	background-image: url(images/boom-familiebedrijfskunde.gif);
	background-repeat: no-repeat; background-position: bottom right;
}
.header {
	padding: 5px 0;
	background-image: url(images/pijl.gif);
	background-repeat: no-repeat; background-position: bottom left;
}
.logo {
	float: left;
	margin-top: 40px;
}
.foto {
	float: right;
	margin: 0 5px 0 0;
}
.main {
	padding-top: 60px;
}
.gegevens, .adres {
	padding-top: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.gegevens {
	text-align: right;
	color: #7a991b;
}
.contact {
	text-align: right;
	padding-bottom: 20px;
}

/* footer */
.user_footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	background-color: #004063;
	padding: 5px 0;
}
.user_footer p, .gegevens p, .adres p {
	margin: 0;
}
