html, body
{
	padding: 0;
	margin: 0;
	height: 100%;
}

body
{
	behavior: url("css/csshover.htc");
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: url('images/bg_body.png') center top repeat-y;
	color: #999999;
}

#wrapper
{
	position: relative;
	margin: 0 auto;
	width: 930px;	
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: white;
}

/* HEADER */
#header
{
	margin: auto;
	width: 930px;
	height: 107px;
	background: url('images/header2.png');	
	position: relative;
}
	
	#logo
	{
		cursor: pointer; cursor: hand;
		height: 107px;
		width: 226px;
		float: left;
	}
	
	#eurofloor
	{
		cursor: pointer; cursor: hand;
		width: 211px;
		height: 107px;
		float: right;
	}

/* PLAATJE */
#plaatje
{
	margin: auto;
	width: 930px;
	height: 255px;
	position: relative;	
}

#kolom2
{
	position: absolute;
	top: 42px;
	left: 712px;
	width: 165px;
	color: #003366;
	font-style: italic;	
	line-height: 1.4em;
}

#kolom2 hr
{
	color: #fff;
	background-color: #fff;
	border: 1px dotted #666666;
	border-style: none none dotted;
	margin: 5px 0;
	padding: 0;
}

/* MENU */
#menu
{
	margin: auto;
	width: 930px;
	height: 46px;	
	background: url('images/menu.png');
}

#menu-left
{
	width: 664px;
	height: 46px;
	float: left;
	background: url('images/menu0.png') 0 0 no-repeat;	
}

	#dropdown
	{
		width: 664px;
		height: 46px;
		margin: 0;
		padding: 0;
		position: relative;	
	}
	
	#dropdown li
	{
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
	}
	
	#dropdown li, #dropdown a
	{
		height: 46px;
		display: block;
	}
	
	#dropdown1a { left: 68px; width: 123px; }
	#dropdown2a { left: 191px; width: 115px; }
	#dropdown3a { left: 306px; width: 95px; }
	#dropdown4a { left: 401px; width: 102px; }
	#dropdown5a { left: 503px; width: 82px; }

#menu-right
{
	width: 266px;
	height: 46px;
	float: left;
	line-height: 46px;	
}

	#menu-right ul
	{
		list-style: none;	
		margin: 0 0 0 25px;
		padding: 0;
	}
	
	#menu-right ul li
	{
		float: left;
		margin: 0 0 0 10px;	
	}
	
	#menu-right ul li a
	{
		color: white;
		text-decoration: none;	
	}
	
	#menu-right .actief
	{
		color: #003366;	
	}

/* CONTENT */
#content
{
	margin: auto;
	width: 930px;
}

#content-left
{
	width: 664px;
	float: left;
	padding: 25px 0 0 0;	
}

	#content-inner
	{
		width: 500px;
		margin: auto;
		font-size: 13px;	
	}

#content-right
{
	width: 266px;
	float: left;
	background: url('images/sidebar.png') no-repeat;
	min-height: 430px;
	_height: 430px;	
}

#projecten
{
	width: 930px;
	background: url('images/projecten.png') no-repeat;
	min-height: 430px;	
	_height: 430px;	
}

	#projecten #content-inner
	{
		width: 760px;	
	}

#content a
{
	color: #003366;	
}

/* PROJECT */
.project
{
	width: 218px;
	height: 145px;
	margin: 25px auto;	
}

.project_bekijk
{
	width: 218px;
	height: 145px;
	background: url('images/bekijkproject.png') no-repeat;	
	cursor: pointer;
}

.project img
{
	visibility: hidden;	
}

/* CLEAR */
.clear
{
	clear: both;	
}

/* GOOGLEMAPS */
#googlemaps
{
	width: 500px;
	height: 350px;
	margin: 0;
	border: none;
}

/* HEADINGS */
h1,h2,h3,h4,h5,h6
{
	margin: 10px 0 0 0;
	line-height: 1.5em;
}

h1,h2 { font-size: 15px; }
h3,h4 { font-size: 13px; }
h5,h6 { font-size: 11px; }

h1,h3,h5 { color: #FF9900; }
h2,h4,h6 { color: #FF9900; }

/* FORMULIEREN */
form
{
	margin: 0;
	padding: 0;
}

input, textarea, select
{
	width: 100%;
	border: 1px solid #003366;
	font-family: Helvetica, Arial sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	padding: 2px;
	color: #999999;
}

input:focus, textarea:focus, select:focus
{
	background: #eeeee;
}

#form .button
{
	color: #003366;
	width: auto;
	font-weight: bold;
	background: #cccccc;
}

/* TABLE */
table
{
	width: 100%;
	border-collapse: collapse;
}

#contactform
{
	width: 500px;
}

/* OVERIGE */
p, ul, li
{
	/* voor FCKeditor */
	margin-top: 0px;
	margin-bottom: 0px;
}

a img
{
	border: none;
}

hr
{
	color: #e5e4e4;
	background-color: #e5e4e4;
	height: 1px;
	border: 0;		
}
