/* Alles styles voor de layout */

/* Bg Main */
#bgLeft {
	background: url(../img/layout/bg/bg_raster_left.jpg) repeat-x right top;
	}

#bgCenter {
	background: url(../img/layout/bg/bg_raster_center.jpg) no-repeat left top;
	}

#bgRight {
	background: url(../img/layout/bg/bg_raster_right.jpg) repeat-x left top;
	}

/* Center */
#boxCenter {
	width: 915px;
	margin: 35px 0 35px 75px;
	overflow: hidden;
	}
	
	#boxLogo {
		width: 900px;
		height: 71px;
		margin: 0 0 0 15px;
		float: left;
		display: inline;
		}
		
		#logoTitel {
			width: 751px;
			height: 71px;
			float: left;
			}
			
			#logoTitel img {
				margin: 57px 0 0 0;
			}
		
		#boxApplepie {
			width: 149px;
			height: 71px;
			float: left;
			}
			
			#logoApplepie {
				width: 149px;
				height: 165px;
				position: absolute;
				}
	
	#boxContent {
		width: 840px;
		margin: 0 75px 0 0;
		text-align: left;
		position: relative;
		z-index: 1;
		float: left;
		}
	
	#boxMenu {
		width: 810px;
		margin: 2px 0 0 15px;
		display: inline;
		float: left;
		}
		
		#menu {
			width: 660px;
			text-align: left;
			float: left;
			}
		
		#sitemap {
			width: 140px;
			text-align: right;
			float: right;
			}