/**/
	body {
		margin: 0px;
		padding: 0px;
		height: 100%;
		background: #DF0032;
	}
	
/**/

	div#container {		
		background: #DF0032;
	}
	
		/**/
			div#container a {
				color: #FFF;
			}
		/**/
	
	div#top {
		height: 176px;
		background: url(/images/bni-home_01.gif) no-repeat #FFF;
		width: 100%;
	}
		/* 2.1 - Top instellingen */
			div#top ul{
				margin: 0px;
				list-type: none;
				padding-top: 155px;
				
				margin-left: 20px;
				font-size: 17px;
			}
			
			div#top li {
				display: inline;
				margin-left: 0px;
			}
			
			div#top li a {
				color: #000;
				text-decoration: none;
				
			}
			
			div#top li a:hover {
				color: #CCC;
			}
			
		/* Einde 2.1 */
	
	div#content {
		width: 740px;
	}
		/* 2.2 - Content intestellingen */

			div#content img {
				border: 0px solid #FFF;
			}
					
	div#content-right {
		width: 420px;
		float: right;
		background: #DDD;
	}
	
	div#content-left {
		width: 250px;
		float: left;
		background: #000;
	}
	
	div#content-full {
		width: 100%;
	}
