@charset "UTF-8";
html, body {
	padding : 0;
	margin  : 0;
	height  : 100%;
}

body {
	font        : normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background  : #f6f6f6 url(/images/background.png) repeat-x top center;
}

a {
	outline: none;
}

h1 {
	font        : bold 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding		: 0px;
	margin		: 0 0 5px 0;
	color		: #333;
}


#container {
	width   		: 820px;
	margin  		: 0 auto;
	height  		: auto;
	margin-bottom	: 20px;
}

	#logo {
		width   		: 100%;
		margin			: 0 0 5px 0;
		height			: 80px;
	}
		#logo img{
			float			: right;
			margin			: 5px 115px 0 0;
			width   		: 490px;
			height			: 75px;
			border			: none;
		}
	
	#header {
		width   		: 100%;
		margin			: 0 0 0 0;
		height			: 305px;
	}
		#header-img {
			float			: left;
			position		: relative;
			height			: 279px;
			width			: 705px;
			margin			: 5px 0 0 7px;
			z-index			: 10;
		}
			#header-img img{
				height			: 279px;
				width			: 705px;
			}
		#header-top {
			float			: left;
			position		: relative;
			margin			: -279px 0 0 0;
			background		: url(/images/header_top.png) no-repeat;
			width			: 719px;
			height			: 21px; 
			z-index			: 100;
		}
		#header-left {
			float			: left;
			position		: relative;
			margin			: -258px 0 0 0; 
			background		: url(/images/header_left.png) repeat-y;
			width			: 9px;
			height			: 222px;  
			z-index			: 100;
		}
		#header-right {
			float			: left;
			position		: relative;
			margin			: -258px 0 0 710px; 
			background		: url(/images/header_right.png) repeat-y;
			width			: 9px;
			height			: 222px;  
			z-index			: 100;
		}
		#header-bottom {
			float			: left;
			position		: relative;
			margin			: -36px 0 0 0; 
			background		: url(/images/header_bottom.png) no-repeat;
			width			: 719px;
			height			: 36px;  
			z-index			: 100;
		}
		
		#menu {
			float			: left;
			position		: relative;
			margin			: -300px 0 0 524px; 
			background 		: url(/images/menu_bck.png) no-repeat;
			width			: 296px;
			height			: 136px;
			z-index			: 200;
		}
			#menu img{
				border		: none;
			}
			#menu-prijzen {
				left			: left;
				margin			: 90px 0 0 40px;
				width			: 61px;
				height			: 20px; 
			}
			#menu-contact {
				left			: left;
				margin			: -32px 0 0 135px;
				width			: 69px;
				height			: 20px;
			}
			
	
	#content {
		width   		: 100%;
		margin			: 0 0 25px 0;		
	}
		#content-container {
			width			: 700px;
			margin			: 0 0 0 9px;
			background		: url(/images/container_bck.png) bottom repeat-y;
		}
		#content-top {
			width   		: 700px;
			margin			: 0 0 0 9px;
			height			: 20px;
			background		: url(/images/container_top.png) no-repeat;
		}
		#content-text {
			width			: 650px;
			margin			: 0 0 0 20px;
			padding-bottom	: 20px;
			color			: #666;
		}
	
	#footer {
		width   		: 100%;
		margin			: 0 0 20px 0;
	}
		#footer-container {
			width			: 700px;
			height			: 21px;
			margin			: 0 0 0 9px;
			background		: url(/images/bottom_bck.png) no-repeat;
		}
			#footer-text {
				width			: 660px;
				margin			: 0 0 0 20px;
				padding-top		: 2px;
				text-align		: right;
				color			: #FFF;
				font-size		: 11px;
				height			: 11px;
			}
			#footer-text a{
				color			: #FFF;
			}
			#footer-text a:visited{
				color			: #FFF;
			}
			#footer-text a:hover{
				color			: #CCC;
			}