html{
	overflow-x: none;
	overflow-y: scroll;
}

body{
	margin: 0px;
	width: 100%;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	background-image:url(../images/img_body_background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-size:13px;
	color:#000;
	position:relative;
}

html,body{
	height:100%;
}

img{
	border:0px;
}

a{
	text-decoration:none;
}

h1{
	font-size:24px;
	color:#bf0f0c;
}

	#master{
		width:933px;
		margin:0 auto 0 auto;
	}

	#top_menu div{
		float:left;
		height:151px;
	}

	#main_menu{
		clear:left;
		background-image:url(../images/img_menu.jpg);
		background-repeat:no-repeat;
		height:30px;
	}

	#header_image{
		height:200px;
		background-repeat:no-repeat;
	}

	#submenu_content{
		background-image:url(../images/img_spacer_menu.jpg);
		min-height: 600px;
		height: auto !important;
		height: 600px;
		overflow-x:hidden;
	}

		#submenu{
			padding-left:30px;
			width:201px;
			float:left;
		}

			#submenu .img_title{
				margin-top:15px;
				margin-bottom:0px;
			}

			#submenu a{
				display:block;
				color:#fff;
				font-size:17px;
				letter-spacing:1px;
				margin-bottom:4px;
			}

			#submenu a:hover{
				text-decoration:underline;
			}

			#ref_top{
				background-image:url(../images/img_top_referenties.png);
				width:167px;
				height:3px;
				font-size:1px;
			}

			#ref_content{
				background-color:#fff;
				height:74px;
				width:157px;
				padding-left:5px;
				padding-right:5px;
			}
			#ref_bandengids{
				background-color:#fff;
				height:100px;
				width:157px;
				padding-right:10px;
			}
			#ref_bottom{
				background-image:url(../images/img_bottom_referenties.png);
				height:3px;
				width:167px;
				font-size:1px;
			}

		#content{
			background-image:url(../images/img_content.jpg);
			background-repeat:no-repeat;
			padding:54px 20px 20px 44px;
			width:614px;
			float:left;
		}

	#footer{
		background-image:url(../images/img_bottom.jpg);
		background-repeat:no-repeat;
		height:35px;
		color:#000;
	}

		#footer a{
			color:#000;
		}

		#footer_left{
			margin-top:10px;
			margin-left:5px;
			float:left;
		}

		#footer_right{
			margin-top:10px;
			margin-right:20px;
			float:right;
		}
