body {
	background-color:#efefef;
}
	#container {
		display:block;
		width:800px;
		margin-left:auto;
		margin-right:auto;
		margin-top:20px;
		border:1px solid #ccc;
	}
		#header_top {
			display:block;
			height:89px;
			background-image:url(../images/noordeloos_elektro.jpg);
			background-position:top center;
			background-repeat:no-repeat;
		}
		#header {
			display:block;
			height:113px;
			background-image:url(../images/header.jpg);
			background-position:top center;
			background-repeat:no-repeat;
		}
			#header hr,
			#header h1 {
				display:none;
			}
			#header h2 {
				margin-top:61px;
				margin-right:10px;
				display:block;
				float:right;
				color:#d37118;
				text-align:right;
				font-size:25px;
			}
			
		#page {
			display:block;
			background-image:url(../images/content.jpg);
			background-position:top center;
			background-repeat:no-repeat;
			background-color:#fff;
		}
			#left {
				display:block;
				float:left;
				width:208px;
				padding-left:7px;
				padding-top:54px;
			}
				#menu {
					display:block;
					width:154px;
					margin-left:auto;
					margin-right:auto;
				}
					#menu ul {
						display:block;
						text-transform:uppercase;
						margin:0px;
						padding:0px;
						border-top:1px solid #d37118;
						/*width:142px;*/
					}
						#menu ul li {
							margin:0px;
							padding:0px;
							list-style:none;
							list-style-image:none !important;
							display:block;
						}
							#menu ul li .sifrButton,
							#menu ul li a {
								display:block;
								padding:2px;
								padding-left:7px;
								padding-right:7px;
								font-size:12px;
								color:#003;
								background-color:#FFF;
								border-bottom:1px solid #003;
							}
								#menu ul li .sifrButton:hover,
								#menu ul li a.current_buttonID,
								#menu ul li a:hover {
									background-color:#d37118;
									color:#fff;
								}
							#menu ul ul {
								display:none;
								border:1px solid #d37118;
								border-bottom:0px;
								position:absolute;
								margin-left:208px;
								margin-top:-22px;
								_margin-top:-23px;
								background-color:#fff;
								padding:0px;
								padding-bottom:0;
							}									
								#menu ul ul li {
									display:block;
								}
									#menu ul ul li a {
										display:block;
									}
			
			
			#middle {
				display:block;
				float:right;
				width:530px;
				margin-right:25px;
				padding-bottom:40px;
				padding-top:30px;
			}
				#middle .article {
					display:block;
				}
					#middle .article div.title {
						display:block;
						border-bottom:1px solid #d37118;
						padding-bottom:3px;
						margin-bottom:7px;
					}
		
		#footer {
			display:block;
			height:30px;
			background-image:url(../images/footer.gif);
			background-position:top center;
			background-repeat:no-repeat;
			color:#eee;
		}
			#footer a {
				color:#eee;
			}
			#footer .copyrights {
				margin-left:60px;
				padding-top:3px;
				font-size:10px;
			}
			#footer hr {
				display:none;
			}
		
			div.min_height {
				display:block;
				float:right;
				height:500px;
				width:1px;
			}

