*{
	padding:0;
	margin:0;
}

html, body {
	color: #000000;
	background-color: #535151;
}

a, a:link, a:visited, a:active {
	font: 11px Arial, Verdana, sans-serif;
	color: #00aeef;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
}



#boxlinks {
	height: 633px;
	float:left;
	width:40%;
	background: url(../images/menu_bc_repeat.jpg) repeat-x;
}
	#boxlinkshover {
		position:absolute;
		height: 633px;
		float:left;
		left: 0;
		width:40%;
		background: url(../images/menu_bc_hover_repeat.jpg) repeat-x;
		cursor:pointer;
		display:none;
	}

#boxrechts {
	height: 633px;
	width:40%;
	float:right;
	background: url(../images/menu_bb_repeat.jpg) repeat-x;
}
	#boxrechtshover {
		position:absolute;
		height: 633px;
		width:40%;
		float:right;
		right: 0;
		background: url(../images/menu_bb_hover_repeat.jpg) repeat-x;
		cursor:pointer;
		display:none;
	}

#menu {
	position:absolute;
	width: 100%;
	height: 633px;
	left: 0;
}

	#menu li {
		height: 633px;
		width: 48%;
		display:inline;
	}
	
	#menu li a{
		height: 633px;
		width: 48%;
		position: static;
		display: block;
		color: #313131;
		font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif ;
		text-align: left;
		text-decoration: none;
		font-weight:bold;
	}

	#menu li.bc a {
		background: url(../images/menu_bc.jpg) no-repeat right;
		float: left;
	}
	#menu li.bb a {
		background: url(../images/menu_bb.jpg) no-repeat left;
		float: right;
	}
	
	#menu li.bc a.bla  {
		background:none;
		float: right;
		width: 100%;
	}
	#menu li.bb a.bla {
		background:none;
		float: left;
		width: 100%;
	}
	
		div.hover {
			position: absolute;
			height: 633px;
			width: 48%;
			cursor:pointer;
			background: url(../images/menu_bc_hover.jpg) no-repeat right;
			float: left;
			left: 0;
		}
		
		div.hover2   {
			position: absolute;
			height: 633px;
			width: 48%;
			top:0;
			cursor:pointer;
			background: url(../images/menu_bb_hover.jpg) no-repeat left;
			float: right;
			right: 0;
		}
	
div.tekstbb {
	padding: 110px 0 0 90px;
	width: 280px;
	cursor: pointer;
}
div.tekstbb2 {
	margin: 480px 0 0 96px;
	width: 280px;
	cursor: pointer;
}

div.tekstbc {
	padding: 110px 70px 0 0px;
	width: 250px;
	float:right;
	cursor: pointer;
}
div.tekstbc2{
	display: inline-block;
	margin: 480px 60px 0 0px;
	width: 250px;
	float:right;
	cursor: pointer;
}

span.tekstgroot {
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

span.tekstcenter {
	text-align:center;
	float: left;
	width: 270px;
	margin: 0 0 30px -6px;
}
