/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.Close
{
	clear: both;
}

ul
{
	margin-left: 15px;
}

ol
{
	margin-left: 20px;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
body
{
	background-color: #666;
}

div#Wrapper
{
	position: relative;
	text-align: left;
	padding: 0 10px;
	margin: 0 auto -30px;
	width: 1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../media/img/wrapper_bg.gif);
	background-repeat: repeat-y;
}

	div#Header
	{
		position: relative;
		width: 1024px;
		height: 229px;
	}
	
		div#HeaderTop
		{
			position: relative;
			width: 1024px;
			height: 82px;
			background-image: url(../media/img/header_bg.gif);
			background-repeat: no-repeat;
			overflow: hidden;
		}
		
		div#MenuBar
		{
			position: relative;
			width: 1024px;
			height: 67px;
			background-image: url(../media/img/menu_bg.gif);
			background-repeat: no-repeat;
		}
		
			div.Home
			{
				position: absolute;
				top: 35px;
				left: 0;
				width: 44px;
				height: 14px;
				overflow: hidden;
			}
			
			div.Alles
			{
				position: absolute;
				top: 35px;
				left: 137px;
				width: 158px;
				height: 14px;
				overflow: hidden;
			}
			
			div.Schilderwerk
			{
				position: absolute;
				top: 35px;
				left: 370px;
				width: 105px;
				height: 14px;
				overflow: hidden;
			}
			
			div.Bouw
			{
				position: absolute;
				top: 35px;
				left: 540px;
				width: 42px;
				height: 14px;
				overflow: hidden;
			}
			
			div.Beton
			{
				position: absolute;
				top: 35px;
				left: 675px;
				width: 124px;
				height: 14px;
				overflow: hidden;
			}
			
			div.Beheer
			{
				position: absolute;
				top: 35px;
				left: 864px;
				width: 156px;
				height: 14px;
				overflow: hidden;
			}
			
			div.Referenties
			{
				position: absolute;
				top: 50px;
				left: 0;
				width: 100px;
				height: 14px;
				overflow: hidden;
			}
			
			div.Opdrachtgevers
			{
				position: absolute;
				top: 50px;
				left: 210px;
				width: 138px;
				height: 14px;
				overflow: hidden;
			}
			
			div.Nieuws
			{
				position: absolute;
				top: 50px;
				left: 496px;
				width: 58px;
				height: 14px;
				overflow: hidden;
			}
			
			div.Vacatures
			{
				position: absolute;
				top: 50px;
				left: 752px;
				width: 90px;
				height: 14px;
				overflow: hidden;
			}
			
			div.Contact
			{
				position: absolute;
				top: 50px;
				left: 952px;
				width: 68px;
				height: 14px;
				overflow: hidden;
			}
		
		div#HeaderBottom
		{
			position: relative;
			width: 1024px;
			height: 80px;
			overflow: hidden;
		}
		
	div#Left
	{
		position: relative;
		padding: 20px 0 0 0;
		width: 200px;
		float: left;
	}
	
	div#Right
	{
		position: relative;
		padding: 20px 10px 0 10px;
		width: 180px;
		float: left;
	}
	
	div#Main
	{
		position: relative;
		padding: 28px 36px 0 36px;
		width: 550px;
		float: left;
	}
		div.InfoBlock
		{
			float: left;
			width: 220px;
		}
	
		div.Block
		{
			position: relative;
			padding-left: 10px;
			float: left;
		}
		
		div.RefObject
		{
			position: relative;
			text-align: left;
			width: 120px;
			height: 140px;
			padding: 0 15px 15px 0;
			float: left;
			display: inline;
		}
		
		div.ArticleBlock
		{
			position: relative;
			margin: 0 20px 20px 0;
			width: 250px;
			float: left;
		}
		
		div.Hr
		{
			position: relative;
			height: 12px;
			border-bottom: 1px solid #91929f;
			margin-bottom: 8px;
		}
	
	div#FooterSpace
	{
		position: relative;
		height: 30px;
	}
	
div#Footer
{
	position: relative;
	padding: 10px 245px 0 245px;
	margin: 0 auto;
	width: 529px;
	height: 20px;
}

/*
 *Text
 */	
h1, h2, h3, h4, h5, h6, p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 18px;
	line-height: 0,2em;
}

h2
{
	font-size: 13px;
	line-height: 0,2em;
}

p, a, td, ul, ol
{
	font-size: 11px;
	line-height: 14px;
	color: #58585a;
}

p.Purple
{
	color: #5d175b;
}

div#Footer p
{
	font-size: 10px;
}

/*Back button*/
p.Back
{
	text-align: right;
	margin-right: 44px;
}

	p.Back a
	{
		padding-right: 20px;
		font-size: 14px;
		font-weight: bold;
		color: #646567;
		line-height: 3em;
		text-decoration: none;
		background-image: url(../media/img/back.gif);
		background-position: right;
		background-repeat: no-repeat;
	}

		p.Back a:hover
		{
			color: #999;
		}
/*Vacature links*/
a.VacLink
{
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

	a.VacLink:hover
	{
		color: #999;
	}

/*Bullet list*/	
ul.BulletList
{
	margin: 0;
	list-style: none;
}

	ul.BulletList li
	{
		height: 1%;
		padding-left: 20px;
		font-size: 11px;
		color: #646567;
		text-decoration: none;
		background-image: url(../media/img/bullet.gif);
		background-position: left 2px;
		background-repeat: no-repeat;
	}

/*SubNav*/
ul#SubNav
{
	margin: 0;
	list-style: none;
}

	ul#SubNav li
	{
		margin: 0 0 0 27px;
	}
	
		ul#SubNav li a
		{
			padding-left: 20px;
			font-size: 14px;
			font-weight: bold;
			color: #646567;
			line-height: 3em;
			text-decoration: none;
			background-image: url(../media/img/bullet.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		
			ul#SubNav li a:hover
			{
				color: #999;
			}

/*Images*/
img.ImgLeft
{
	float: left;
	margin: 0 10px 10px 0;
}

img.ImgRight
{
	float: right;
	margin: 0 0 10px 10px;
}

img.RefDetailThumb
{
	margin-right: 20px;
}

a.thickbox img
{
	float: left;
}

div.ArticleBlock a.thickbox img
{
	border: 1px solid #91929f;
}

/*Forms*/
div.FormRow
{
	position: relative;
	padding-bottom: 8px;
}

form, fieldset
{
	border: 0;
	margin: 0;
	line-height: 16px;
}

	table#Table1, table#Table2
	{
		margin: 0;
		padding: 0;
		width: 100%;
	}

		table#Table1 td, table#Table2 td
		{
			padding: 0;
			vertical-align: top;
		}

	legend
	{
		display: none 0;
	}
	
	label
	{
		font-size: 11px;
		color: #58585a;
		float: left;
	}
	
	input, select, textarea
	{
		width: 100%;
		font-size: 11px;
		color: #58585a;
		border: 1px solid #999;
		padding: 2px;
	}
	
	select
	{
		width: auto;
	}
	
	textarea
	{
		height: 80px;
		overflow: auto;
	}
	
	input.Radio, input.Checkbox
	{
		width: auto;
		border: none 0;
		padding: 0;
		margin: 0 5px 0 0;
		float: left;
	}
	
	input#Submit
	{
		color: #fff;
		font-weight: bold;
		width: auto;
		border: none 0;
		background-color: #000;
	}

p.Error
{
	color: #f00;
}
