  /***************************************/
/********************************************/
/**             CSS by: DvB                **/
/********************************************/
/**                                        **/
/** Hier is geen flash, alleen maar gif,  **/
/** HTML, en een hele hoop CSS.            **/
/**                                        **/
/**       Enjoy!                           **/
/**                               07/11/30 **/
/********************************************/
  /***************************************/


/*********************/
/** |[ Body info ]| **/
/*********************/

body,
html {
	padding:0px;
	margin:0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #bbb;
	background-color: #000;
}



/*********************************************/
/** |[ Containing Divs, hele achtergrond ]| **/
/*********************************************/

.contain_all	{
	position: absolute;
	width: 780px;
	height: 4806px;
	left: 50%;
	top: 0px;
	margin-left: -350px;
	background-image: url('../images/bg.gif');
	background-position: center;
	background-repeat: repeat-y;
}



/*************************/
/** |[ Header/Footer ]| **/
/*************************/

.headr		{
	position: absolute;
	top: 0px;
	width: 780px;
	height: 350px;
	background-image: url('../images/headr.jpg');
}

.footr		{
	position: absolute;
	top: 4631px;
	width: 780px;
	height: 175px;
	background-image: url('../images/footr.jpg');
}



/***********************/
/** |[ ConTEN divs ]| **/
/***********************/

.tainer				{
	position: absolute;
	left: 0px;
	width: 780px;
	height: 400px;
}

.tainer_pic			{
	position: absolute;
	left: 35px;
	top: 70px;
	width: 320px;
	height: 175px;
	cursor: pointer;
}

.tainer_pics		{
	position: absolute;
	left: 35px;
	top: 245px;
	width: 675px;
	height: 100px;
	cursor: pointer;
}

.tainer_text			{
	position: absolute;
	left: 365px;
	top: 80px;
	width: 150px;
	height: 155px;
	z-index: 10;
	cursor: pointer;
}

.tainer_prev		{
	background-image: none;
	position: absolute;
	left: 506px;
	top: 58px;
	width: 274px;
	height: 104px;
	z-index: 5;
	cursor: pointer;
}

.tainer_prev:hover	{
	background-image: url('../images/prev.jpg');
}

.tainer_full	{
	background-image: none;
	position: absolute;
	left: 506px;
	top: 162px;
	width: 274px;
	height: 83px;
	z-index: 5;
	cursor: pointer;
}

.tainer_full:hover	{
	background-image: url('../images/full.jpg');
}

/** |[ ConTEN div positioning ]| **/

.tainer_1			{
	background-image: url('../images/1.jpg');
	top: 350px;
}

.tainer_2			{
	background-image: url('../images/2.jpg');
	top: 1288px;
}

.tainer_3			{
	background-image: url('../images/3.jpg');
	top: 2310px;
}

.tainer_4			{
	background-image: url('../images/4.jpg');
	top: 3288px;
}

.tainer_5			{
	background-image: url('../images/5.jpg');
	top: 4231px;
}



/****************************************/
/** |[ Pics in between trailer pads ]| **/
/****************************************/

.picpad		{
	position: absolute;
	width: 780px;
	background-repeat: no-repeat;
	background-position: center;
}

.picpad_1	{
	background-image: url('../images/picpad1.jpg');
	height: 538px;
	top: 750px;
}

.picpad_2	{
	background-image: url('../images/picpad2.jpg');
	height: 622px;
	top: 1688px;
}

.picpad_3	{
	background-image: url('../images/picpad3.jpg');
	height: 578px;
	top: 2710px;
}

.picpad_4	{
	background-image: url('../images/picpad4.jpg');
	height: 543px;
	top: 3688px;
}

