html {
	height:100%;
	width:100%;
	margin:0px auto;
	padding:0px auto;
}

body {
	position:relative;
	width:100%;
	margin:0px;
	padding:0px;
	background-color: #BA0548;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

#main_container { 
	float:left;
	width:100%;
	padding:0px auto;
	background: url('/images/html_background.jpg') repeat-y center;
}

#main_content {
	position:relative;
	width:960px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
}

	#main_left {
		float:left;
		width:194px;
	}

	#logo {
		width:194px;
		height:196px;
		background: url('/images/logo_wapenvanbemmel.jpg');
		cursor:pointer;
	}

	#menu {
		margin-top:26px;
	}

	#adres {
		width:159px;
		height:188px;
		background: url('/images/background_adres.gif');
background-repeat:no-repeat;
		margin-top:11px;
		padding:17px 10px 10px 25px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:8pt;
		line-height:13pt;
	}

	#main_right {
		float:left;
		width:754px;
		padding: 0 0 0 12px;
	}

	#header {
		width:100%;
		height:109px;
		background: url('/images/background_header.gif');
		margin:0;
		z-index:1;
	}	

	#welkom {
		position:relative;
		width:724px;
		height:178px;
		background: url('/images/background_welkom.gif');
		padding: 30px 15px 0 15px;
		margin:0;
	}	

	#welkom_menukaart {
		z-index:2;
		position:absolute;
		top:0px;
		right:20px;
		width:332px;
		height:204px;
		padding-top:30px;	
	}	

	#content {
		float:left;
		position:relative;
		width:720px;
		padding: 22px 17px 80px 17px;
		background: url('/images/background_content_right.gif') no-repeat left top;
		margin:0;
		z-index:0;
		
	}

	#copyright {
		clear:both;
		position:absolute;
		bottom:0px;
		left:0px;
		width:98%;
		height:23px;
		background-color:#BFBFBF;
		padding:9px 0 0 2%;
	}


#footer {
	clear:both;
	bottom:0px;
	height:109px;
	width:100%;
	background-image: url('/images/background_footer.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#portal_item {
	float:left;
	width:337px;
	margin: 0 23px 22px 0;
	_margin-right:15px;
}

#content_text {
	float:left;
	width:337px;

}

#portal_image {
	float:left;
	width:114px;
	height:79px;
}

#portal_text {
	border-top:2px solid #C70752;
	float:right;
	width:213px;
	color:#666565;
	line-height:13pt;
	padding:4px 0 0 1px
}



