/* *******************************

	  CSS - B&A - INTRO
	
*********************************/

body {
	margin: 0;
	padding: 0;
	background-color: #333333;
	}

div.centeriewin {
	text-align: center;
	width:100%;
}

div.container {
	z-index: 1;
	position: absolute;
	margin: auto;
	width: 680px;
	height:500px;
	top: 30px;
	left:200px;
}

.kader {
	display:block;
	position:absolute;
	z-index:2;
	height:174px;
	width:226px;
	background-color:#3B3B3B;
	}

.kader a {
	display:block;
	height:174px;
	width:226px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration:none;
	}

.kader a:hover {
	background-color: #4A4A4A;
	color: #FFFFFF;
	}

.pijl_1, .pijl_2, .pijl_3, .pijl_4, .pijl_5, .pijl_6 {
	background-color: #4A4A4A;
	height:58px;
	width:226px;
	text-align: center;
	line-height:14px;
	background-repeat: no-repeat;
	background-position: 0px 15px;
	}

.kader a:hover .pijl_1 {
	background-image:url(../images/intro_bapijl_1.gif);
	}

.kader a:hover .pijl_2 {
	background-image:url(../images/intro_bapijl_2.gif);
	}

.kader a:hover .pijl_3 {
	background-image:url(../images/intro_bapijl_3.gif);
	}

.kader a:hover .pijl_4 {
	background-image:url(../images/intro_bapijl_4.gif);
	}

.kader a:hover .pijl_5 {
	background-image:url(../images/intro_bapijl_5.gif);
	}

.kader a:hover .pijl_6 {
	background-image:url(../images/intro_bapijl_6.gif);
	}

.streep {
	height:6px;
	width:226px;
	}

