body {
	margin: 0px 0px 0px 0px;
	background-color: #6b81a6;

	font: 11px Verdana;
	font-weight: bold;
	color: white;
}

a {
  	text-decoration: none;

	color: white;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
}

a:hover{
	text-decoration: underline;
}

.warning {
	color:#ce171e;
}

.screen{
	position: absolute;
	left: 0;

	width: 100%;
	text-align: center;
}

.backGround{
	background-image:url('../gfx/1/achtergrond.jpg');
	margin-left: -487px;

	position: absolute;
	left: 50%;

	width: 974px;
	height: 659px;
	text-align: center;
}

.topLinks{
	position: relative;
	top: 50px;

	height: 14px;
}

a.boven {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
}

a.boven:hover {
	text-decoration: underline;
}

.holder{
	position: absolute;
	top: 92px;
	left: 204px;
	
	width: 572px;
	height: 355px;
}

.logistiekHead{
	background-color: #59494d;

	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;

	width: 132px;
	height: 33px;
	text-align: left;
	padding: 5px 0px 0px 10px;
}

.logistiek{
	background-image:url('../gfx/1/bruin.gif');

	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 1;

	width: 127px;
	height: 160px;
	
	text-align: left;
	vertical-align: middle;
	padding: 25px 5px 0px 10px
}

.directieHead{
	background-color: #7c2e2c;

	position: absolute;
	top: 0px;
	left: 144px;
	z-index: 1;

	width: 132px;
	height: 33px;
	text-align: left;
	padding: 5px 0px 0px 10px;
	
}

.directie{
	background-image:url('../gfx/1/rood.gif');

	position: absolute;
	top: 40px;
	left: 144px;
	z-index: 1;

	width: 127px;
	height: 160px;
	
	text-align: left;
	vertical-align: middle;
	padding: 25px 5px 0px 10px
}

.vervoersadviesHead{
	background-color: #316467;

	position: absolute;
	top: 0px;
	left: 288px;
	z-index: 1;

	width: 132px;
	height: 33px;
	text-align: left;
	padding: 5px 0px 0px 10px;
}

.vervoersadvies{
	background-image:url('../gfx/1/groen.gif');

	position: absolute;
	top: 40px;
	left: 288px;
	z-index: 1;

	width: 127px;
	height: 160px;
	
	text-align: left;
	vertical-align: middle;
	padding: 25px 5px 0px 10px
}

.studentHead{
	background-color: #a64a20;

	position: absolute;
	top: 0px;
	left: 432px;
	z-index: 1;

	width: 132px;
	height: 33px;
	text-align: left;
	padding: 5px 0px 0px 10px;
}

.student{
	background-image:url('../gfx/1/oranje.gif');

	position: absolute;
	top: 40px;
	left: 432px;
	z-index: 1;

	width: 127px;
	height: 160px;
	
	text-align: left;
	vertical-align: middle;
	padding: 25px 5px 0px 10px
}

.bannerContainer{
	position: relative;
	top: 0px;
	left: 0px;

	width: 574px;
	height: 128px;
}

a .alt{
	display: none;
}

a.banner1{
	display: block;
	background-image:url('../gfx/1/banner1_off.jpg');


	position: absolute;
	top: 227px;
	left: 0px;

	width: 286px;
	height: 128px;
}

a.banner1:hover{
	background-image:url('../gfx/1/banner1_on.jpg');
}

a.banner2{
	display: block;
	background-image:url('../gfx/1/banner2_off.jpg');


	position: absolute;
	top: 227px;
	left: 288px;

	width: 286px;
	height: 128px;
}

a.banner2:hover{
	background-image:url('../gfx/1/banner2_on.jpg');
}