/* Banner column */

#bannermain {
	position:absolute; 
	margin-left:-250px;
	/*margin-top:-200px;*/
	background-color:;
	border: 1px solid #EF4035;
	width:500px;
	height:400px;
	left:50%;
	top:200px;;
	z-index:99;
	background-color:#F3D000;
	
}

#kruisje {
	
	position:absolute;
	top:0px;
	right:0px;
	z-index:15;
	cursor: hand;
	

}

button.banner{
	background-image: url(images/kruisje.gif);
	width:25px;
	height:25px;
	cursor: hand;

}

#bovenkant{
	background-color: #FFFFFF;
	border-bottom: 1px solid #EF4035;
	position: absolute;
	width:500px;
	height:60px;
	top:0px;
	left:0px;
	z-index:10;
}

#bannertitel{

	position: absolute;
	width:480px;
	height:40px;
	top:66px;
	left:0px;
	color:#EF4035;
	font-style:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:10px;
}

#bannertekst{

	position: absolute;
	width:380px;
	height:360px;
	top:140px;
	left:0px;
	color:#000000;
	font-style:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding:10px;

}