  /***************************************/
/**             CSS by: DvB                **/
  /***************************************/



/*********************/
/** |[ Body info ]| **/
/*********************/

body,
html 				{
	padding:0px;
	margin:0px;
	font-family: Tahoma;
	font-size: 18px;
	line-height: 18px;
	color: #7b7b7b;
	background-color: #fff;
}



/*********************************************/
/** |[ Containing Divs, hele achtergrond ]| **/
/*********************************************/

.contain_all		{
	position: absolute;
	width: 1000px;
	height: 3392px;
	left: 50%;
	top: 0px;
	margin-left: -500px;
	background-position: center;
	background-repeat: repeat-y;
	z-index: 1;
}



/*************************/
/** |[ Header/Footer ]| **/
/*************************/

.hedr				{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 200px;
	background-image: url('../images/hedr.jpg');
	z-index: 5;
}



/***********************/
/** |[ ConTEN divs ]| **/
/***********************/

.tainer				{
	cursor: pointer;
	position: absolute;
	left: 0px;
	width: 1000px;
	height: 399px;
	z-index: 5;
}

.tainer_1			{
	top: 200px;
	background-image: url('../images/1.jpg');
}

.tainer_2			{
	top: 599px;
	background-image: url('../images/2.jpg');
}

.tainer_3			{
	top: 998px;
	background-image: url('../images/3.jpg');
}

.tainer_4			{
	top: 1397px;
	background-image: url('../images/4.jpg');
}

.tainer_5			{
	top: 1796px;
	background-image: url('../images/5.jpg');
}

.tainer_6			{
	top: 2195px;
	background-image: url('../images/6.jpg');
}

.tainer_7			{
	top: 2594px;
	background-image: url('../images/7.jpg');
}

.tainer_8			{
	top: 2993px;
	background-image: url('../images/8.jpg');
}

.textbit			{
	position: absolute;
	left: 86px;
	top: 268px;
	width: 587px;
	height: 78px;
	z-index: 10;
}

.buttonbit			{
	position: absolute;
	left: 673px;
	top: 268px;
	width: 310px;
	height: 78px;
	background-image: url('../images/button.gif');
	z-index: 15;
}

.buttonbit:hover	{
	background-image: url('../images/button.jpg');
}



