/****************
* Global styles *
****************/

body{

	margin:			0px;
	padding:		0px;
	background:		#fff;
	font-family:		"Lucida Grande", verdana;
	font-size:		11px;

}

.container{

	margin:			0px;
	padding:		0px;

}

/* MENU */

.menu{

	width:			980px;
	height:			0px;
	display:		none;
	margin:			0px;
	padding:		0px;

}

/* CONTENT */

.content{

	width:			980px;
	margin:			0px 0px 0px;
	padding:		0px;

}

/* BUTTONS */

.buttons{

	width:			0px;
	margin:			0px;
	padding:		0px;
	display:		none;

}

.buttons a{

	width:			326px;
	height:			85px;
	margin:			0px;
	display:		block;
	text-indent:		-9999px;
	float:			left;

}

.buttons a.offerte{

	background:		url(../images/buttons/offerte.png) top left no-repeat;
	margin:			0px 1px 0px 0px;

}

.buttons a.offerte:hover{

	background:		url(../images/buttons/offerte.png) top left no-repeat;

}

.buttons a.offerte:active{

	background:		url(../images/buttons/offerte.png) top left no-repeat;

}

.buttons a.ervaringen{

	background:		url(../images/buttons/ervaringen.png) top left no-repeat;

}

.buttons a.ervaringen:hover{

	background:		url(../images/buttons/ervaringen.png) top left no-repeat;

}

.buttons a.ervaringen:active{

	background:		url(../images/buttons/ervaringen.png) top left no-repeat;

}

.buttons a.informatie{

	background:		url(../images/buttons/informatie.png) top left no-repeat;

}

.buttons a.informatie:hover{

	background:		url(../images/buttons/informatie.png) top left no-repeat;

}

.buttons a.informatie:active{

	background:		url(../images/buttons/informatie.png) top left no-repeat;

}

/* FOOTER */

.footer{

	width:			980px;
	height:			20px;
	margin:			5px 0px 0px 0px;
	padding:		0px;
	text-align:		center;
	color:			#9a9a97;

}

.footer a{

	text-decoration:	none;
}

/******************
* Per page styles *
******************/

/* HOME */

.home{

}

.home .content{

	background:		url(../images/home_background.png) top left no-repeat;
	width:			980px;
	height:			500px;
	position:		relative;

}

.home h1{

	background:		url(../images/home_text.png) top left no-repeat;
	width:			741px;
	height:			88px;
	margin:			0px;
	padding:		0px;
	position:		absolute;
	bottom:			125px;
	left:			130px;
	cursor:			pointer;

}

