* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	background-image: url(../img/bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	line-height: 1.5em;
	text-align:center;	
}

p {
	padding-bottom: 1em;
}

a {
	color: #5C8685;
	text-decoration: underline;
}

a:hover {
	color: #2B4369;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #5C8585;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.header {
	margin-bottom: 1.5em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
	text-transform: uppercase;
	margin: 0em 0 1.5em 0;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #5C8585;
	text-transform: uppercase;
	margin: 2em 0 0.5em 0;
}

#container {
	background-image: url(/images/back.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin:auto;
	position:relative;	
	height: 700px;
	width:1100px;
	text-align:left;
}

/*MENU START*/

/* -- hoofmenu div --*/
#hoofdmenu {
	position: relative;
	top: 85px;
	left: 0px;
	width: 618px;
	height: 24px;
	font-family: Arial Arial, Helvetica, sans-serif;
	text-transform:uppercase;	
	font-size: 10px;
}

/* submenu uitzetten + definitie */
#hoofdmenu ul li ul{
	display: none;
	position: absolute;
	margin: 0px;
	background-color: white; /* IE flicker fix*/
	margin-top: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: lowercase;	
	color: black;
}

/* submenu aanzetten  */
#hoofdmenu ul li:hover ul, #hoofdmenu ul li.sfhover ul {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-left:3px;	
	color:black;
}

#hoofdmenu li:hover ul, li.sfhover ul{ 
	display: block; 
	margin: 0px;

}

/* subsubmenu uitzetten */
#hoofdmenu ul li:hover ul li ul, #hoofdmenu ul li.sfhover ul li ul {
	display: none;
}

#hoofdmenu li {
	list-style: none;
	position: relative;
	height: 46px;
	float: left;
	padding-top: 11px;
}

#hoofdmenu ul li ul
{
	border: 1px solid #ccc;
}

#hoofdmenu li li{
	height: auto;
	padding-top: 0px;
	float: none;
	margin: 0px;
	font-family:Verdana;
	font-size:10px;
}

#hoofdmenu ul li ul li a,
#hoofdmenu ul li ul li a:link,
#hoofdmenu ul li ul li a:visited,
#hoofdmenu ul li ul li a:active {
	border-bottom: 1px solid #ccc;
	text-align: left;
	color:black;
	font-weight:normal;	
}

#hoofdmenu ul li ul li a:hover{
	text-decoration:underline;
	color: #5C8685;	
}

#hoofdmenu a,
#hoofdmenu a:link,
#hoofdmenu a:visited,
#hoofdmenu a:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 0 5px;
}

/*MENU END*/



/* content styles */

#content {
	position: absolute;
	width: 400px;
	top: 160px;
	left: 318px;
}

#content ul {
	padding: 0;
	margin-left: 2em;
	}

	
#content li a {
	display: block;list-style: disc;
}

/* footer */

#footer
{
	width:1100px;
	text-align:left;
}

#footer ul {
	position: relative;
	bottom: 17px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
	margin-left: 100px;
	*margin-top: -2px;
	_margin-top: -19px;	
}

#footer li {
	float: left;
	list-style-type: none;
	padding-right: 20px;
}

#footer li:hover {
	text-decoration:underline;
}

#footer_titel {
	position: relative;
	top: 10px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
	margin-left: 20px;
}

#contentfooter
{
	text-align: center;
	padding: 2em 1em;
}

/* other styles */

/* img {
	margin: 20px 0 0 0;
} */

/* werktuigbouwkunde */
.img_werkzaamheden {
	margin: 0;
	float: right;
	border: 1px solid #000;
}

/* referenties styles */

.referentie_table {
	border: 1px solid #000;
	background-color: #FFF;
	vertical-align: text-top;
	width: 100%;
	padding: 0.5em;
}

.referentie_table_title {
	background-color: #5C8685;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #000;
}

.referentie_table_title_border {
	border-bottom: 1px solid #000;
}

.referentie_table h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #5C8585;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 0.6em;
}

.referentie_table_popup {
	border: 1px solid #000;
	background-color: #FFF;
	vertical-align: text-top;
	width: 100%;
	padding: 0.5em;
	margin:2em;
}


.naar_boven {
	text-align: center;
	width: 100%;
	margin: 5px 0 5px 0;
}