/* ******************************* */
/* SPES Coaching en therapie ***** */
/* Ontwikkeld door Jebede Almere * */
/* http://www.jebede.nl ********** */
/* ******************************* */

body {
	background-image: url(../images/introsite/bg_intro.gif);
	background-repeat: repeat-x;
	background-color: #d1d9e8;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Swiss, helvetica;
	color: #000;
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

a:link, a:active, a:visited {
	color: black;
}
a:hover {
	color: silver;
}

/* container */
#container {
	width: 700px;
	margin: 0px auto;
	text-align: center;
}

/* logo */
#logo { margin-top: 125px; padding-bottom: 5px; color: #4d5e1a; font-size: 16px; }
#img_logo { margin-bottom: 7px; }

#boxen { list-style: none; }
#box1 { background-image: url(../images/introsite/bg_box_particulier.gif); width: 204px; height: 181px; color: white; font-size: 24px; float: left; margin-right: 24px; }
#box1 a { display: block; padding-top: 76px; padding-bottom: 76px; color: white; text-decoration: none; }
#box2 { background-image: url(../images/introsite/bg_box_zakelijk.gif); width: 204px; height: 181px; color: white; font-size: 24px; float: left; margin-right: 24px; }
#box2 a { display: block; padding-top: 76px; padding-bottom: 76px; color: white; text-decoration: none; }
#box3 { background-image: url(../images/introsite/bg_box_verwijzers.gif); width: 204px; height: 181px; color: white; font-size: 24px; float: left; }
#box3 a { display: block; padding-top: 76px; padding-bottom: 76px; color: white; text-decoration: none; }

