html{
  height:100%;
  padding:0px;
  margin:0px;
	overflow-y:auto;
}

body{
  padding:0px;
  margin:0px;
  background-color:#a9a9bc;
  background-repeat:repeat-y;
  background-image:url(/images/bg_page.jpg);
  background-position: center top;
  height:100%;
}


h3{ font-size:12px;font-weight:bold;color:#f00;}

#page{
  width:833px;
  margin-left:auto;
  margin-right:auto;
}

#content{
margin-left:30px;
}

#header{
  width:833px;
  height:104px;
}

#homephotos{
  height:226px;
	width:776px;
}

#pagephotos{
  height:69px;
	width:776px;
}

.mobielesurveillance {
	background-image:url('/images/menu_header_mobielesurveillance.jpg');
}

.bouwbewaking {
	background-image:url('/images/menu_header_bouwbewaking.jpg');
}

.winkelsurveillance {
	background-image:url('/images/menu_header_winkelsurveillance.jpg');
}

.evenementen {
	background-image:url('/images/menu_header_evenementen.jpg');
}

.alarmopvolging {
	background-image:url('/images/menu_header_alarmopvolging.jpg');
}

.portierdiensten {
	background-image:url('/images/menu_header_portierdiensten.jpg');
}

.hondenbrigade {
	background-image:url('/images/menu_header_hondenbrigade.jpg');
}

#menu{
  height:41px;
  width:776px;
	padding:0;
	margin:0;
	overflow:hidden;
}

#spacer {
	background-image:url('/images/line.gif');
	height:9px;
	width:776px;
	overflow:hidden;
}

#content_left {
	float:left;
	width:228px;
	background-color:#b2b4c8;
	padding:15px;
	font-family:Arial;
	font-size:13px;
	color:#333333;
	}
	
#content_left_pages {
	float:left;
	width:228px;
	background-color:#e7e9ee;
	padding:15px;
	font-family:Arial;
	font-size:12px;
	color:#333333;
	text-align:center;
	}
	
#content_right {
	float:left;
	padding:15px;
	width:488px;
	background-color:#e7e9ee;
	font-family:Arial;
	font-size:12px;
	color:#333333;
	}
