*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
	font-family: Arial;
	font-size: 0.9em;
	
	text-align: center;
	
	overflow: hidden;
}

body
{
	background-color: #000000;
	color: #CECECE;
}

#wrapper
{
	min-height: 100%;
	margin-top: -50px; /* Adjust according to footer size */
	overflow: hidden;
	
	width: 780px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
}

	#jgs
	{
		position: absolute;
		
		left: 50%;
		top: 50%;
		
		margin-left: -390px;
		margin-top: -132px;
		
		width: 780px;
		height: 414px;
		
		background-image: url(/images/jgs.gif);
		background-repeat: no-repeat;
		background-position: right bottom;
	}

	#header
	{
		position: absolute;
		
		left: 50%;
		top: 50%;
		
		margin-left: -390px;
		margin-top: -132px;
		
		width: 780px;
		height: 264px;
		
		background-image: url(/images/backgroundheader.jpg);
		background-repeat: no-repeat;
		background-position: 0px 29px;
		
		/*overflow: hidden;*/
	}
	
		#header #haiti
		{
			position: absolute;
			top: 29px;
			left: 615px;
			z-index: 100;
		}
		
		#header #haiti img
		{
			border: 0;
		}
		
		#header ul#topmenu
		{
			list-style: none;
			
			position: relative;
			top: 0;
			
			height: 30px;
			line-height: 30px;
			
		}
			
			#header ul#topmenu li
			{
				float: left;
			}
			
			#header ul#topmenu li.divider
			{
				padding-left: 15px;
				padding-right: 15px;
			}
			
				#header ul#topmenu li a
				{
					text-decoration: none;
					color: #CECECE;
				}
				
		#header ul#productmenu
		{
			position: relative;
			list-style: none;
			
		}
			
			#header ul#productmenu li
			{
				height: 46px;
				line-height: 46px;
				
				margin-right: 167px;
				margin-bottom: 1px;
			}
			
				#header ul#productmenu li a
				{
					display: block;
					
					height: 46px;
					line-height: 46px;
					
					text-align: right;
					
					text-decoration: none;
					color: #FFFFFF;
					
					padding-right: 60px;
					
					background-repeat: no-repeat;
					background-position: right;
				}
				
				#header ul#productmenu li a.dakengevelsystemen 		{ background-image: url(/images/background_01_0.gif); }
				#header ul#productmenu li a.dakengevelrenovatie 	{ background-image: url(/images/background_02_0.gif); }
				#header ul#productmenu li a.aluminiumsystemen 		{ background-image: url(/images/background_03_0.gif); }
				#header ul#productmenu li a.dakbedekkingen 			{ background-image: url(/images/background_04_0.gif); }
				#header ul#productmenu li a.staalplaatbetonvloeren	{ background-image: url(/images/background_05_0.gif); }
				
				#header ul#productmenu li a.dakengevelsystemen:hover, #header ul#productmenu li a.active_dakengevelsystemen		 	{ background-image: url(/images/background_01_1.gif); }
				#header ul#productmenu li a.dakengevelrenovatie:hover, #header ul#productmenu li a.active_dakengevelrenovatie		{ background-image: url(/images/background_02_1.gif); }
				#header ul#productmenu li a.aluminiumsystemen:hover, #header ul#productmenu li a.active_aluminiumsystemen			{ background-image: url(/images/background_03_1.gif); }
				#header ul#productmenu li a.dakbedekkingen:hover, #header ul#productmenu li a.active_dakbedekkingen					{ background-image: url(/images/background_04_1.gif); }
				#header ul#productmenu li a.staalplaatbetonvloeren:hover, #header ul#productmenu li a.active_staalplaatbetonvloeren	{ background-image: url(/images/background_05_1.gif); }
			
	#header .logo
	{
		position: absolute;
		
		left: 0;
		top: -95px;
		
		border: 0;
	}
	
	#header #address
	{
		text-align: left;
		position: relative;
		top: 5px;
	}
	
	#header #address a
	{
	 	color: #CECECE;
		text-decoration: none;
	}
	
	#header #address a:hover
	{
		text-decoration: underline;
	}
	
	
	#header .bouwvak
	{
		position: relative;
		
		float: left;
		
		line-height: 25px;
		
		color: #f5c400;
		clear: both;
		
		text-align: left;
		
		top: 70px;
	}
	
	#center_wrapper
	{
		width: 100%;
		float: left;
		
		text-align: justify;
	}
		

#footer
{
	height: 50px;
	width: 780px;
	
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	
	text-align: center;
}

	#footer ul
	{
		position: relative;
		list-style: none;
		
		margin-left: 0;
	}
		
		#footer ul li
		{
			float: left;
		
			height: 50px;
			line-height: 50px;
			
			color: #D70004;
			
			font-weight: bold;
			font-size: 1.4em;
		}
		
		#footer ul li.divider
		{
			padding-right: 20px;
			padding-left: 20px;
		}

	#footer #copyright
	{
		position: relative;
		
		float: right;
		
		height: 30px;
		line-height: 30px;
		
		color: #444444;
	}
	
		#footer #copyright a
		{
			text-decoration: none;
			color: #444444;
		}