/*********************************************************************/
/*	FRAMEWORK (container)
/*********************************************************************/

#container_loginbar {
	width:100%;
	height:30px;

	background-image: url(/site/images/header/login/background_login.gif);
	background-repeat:repeat-x;

	margin-bottom:20px;
}

#container_themebar {
	width:994px;

	margin-left:auto;	/* margin-left:5px; */
	margin-right:auto;

	margin-top:10px;

/*	border-right:2px solid #000000; */ /* NOTE: set width op 992px */ 
}


#container {
	width:990px;

	background-image: url(/site/images/framework/background.gif);
	background-repeat:repeat-y;

	margin-left:auto;	/* margin-left:5px; */
	margin-right:auto;
	
	border:2px solid #000000;

	background-color:#FFFFFF;
}

#container_left {
	float:left;
	width:770px;

	/*
	background-image: url(/site/images/framework/background_wk-voetbal-2010.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	*/
}

#container_right {
	float:left;
	width:220px;
	
/*	text-align:center; */

	border-top:2px solid #000000;
}


#container_footer {
	width:990px;

	margin-left:auto;	/* margin-left:5px; */
	margin-right:auto;
}

/*********************************************************************/
/*	FRAMEWORK (layout)
/*********************************************************************/

#header {
	width:100%;
	background-color:#FFFFFF;
}

#menu_top {
	width:768px;
/*	border-right: 2px solid #000000; */
}

#menu_bottom {
	width:768px;
	margin-top:20px;
/*	border-right: 2px solid #000000; */
}

	#promo_highlight_top {
/*		width:768px; */
	}

	#snippets {
		float:left;
		width:180px;
		
		padding-top:10px;
		padding-bottom:20px;
	}
	
	#page {
		float:left;
		width:566px;
	
		padding-top:10px;
		padding-left:20px;
		padding-right:2px;
		padding-bottom:10px;
		
		min-height:600px;
	
		/* IE 6.0 hack (min-height) */
		height:auto !important;
		height:600px;
	}

#footer {
	margin-top:10px;
}

/*********************************************************************/