/* CSS Document */
       
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	line-height: 22px;
	background: #fff url(../images/achter.jpg) repeat-y center top;
	text-align: center;
	word-spacing: 2px;
	letter-spacing: 1px;
}
html, body {
	height: 100%;
}
.clear {
	clear: both;
}
h1 {
	color: #e2001a;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding: 30px 186px 0;
}
h2 {
	color: #e2001a;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	word-spacing: 2px;
	letter-spacing: 2px;
	margin: 0;
	padding: 22px 186px 0;
}
p {
	text-align: justify;
	margin: 0;
	padding: 22px 186px 0;
}
a {
	color: #e2001a;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
table {
	font-size:100%;
	background-color: #f2f2f2;
	margin: 0 186px;
	padding: 0;
	border-width: 0;
}
td {
	text-align: center;
	vertical-align: middle;
	width: 93px;
	height: 93px;
	margin: 0;
	padding: 4px;
	border-width: 0;
}
.TabelContact
 {
	background-color: #fff;
}
.TD1
 {
 	text-align: left;
	vertical-align: top;
	width: 93px;
	height: 22px;	
	margin: 0;
	padding: 0px;
}
.TD2
 {
 	text-align: left;
	vertical-align: top;
	width: 400px;
	height: 22px;	
	margin: 0;
	padding: 0px;
}
img {
	margin: 0 1px 1px 0;
	border: none;
}
img:hover {
	margin: 0 1px 1px 0;
	border: none;
	filter: alpha(opacity=50);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
/* CONTAINER */
#container {
	background-color: #fff;
	margin: 0 auto;
	width: 930px;
	padding: 0;
	position: relative;
	text-align: left;
	min-height: 100%;
	height: auto;
}
/* LOGO */
#logo {
	text-align: center;
	width: 930px;
	height: 66px;
	margin: 0;
	padding: 0;
}
/* HEADER */
#header_home {
	background-image: url(../images/header_home.jpg);
	width: 930px;
	height: 186px;
	margin: 0;
	padding: 0;
}
#header_het_bedrijf {
	background-image: url(../images/header_het_bedrijf.jpg);
	width: 930px;
	height: 186px;
	margin: 0;
	padding: 0;
}
#header_projecten_particulier {
	background-image: url(../images/header_projecten_particulier.jpg);
	width: 930px;
	height: 186px;
	margin: 0;
	padding: 0;
}
#header_projecten_zakelijk {
	background-image: url(../images/header_projecten_zakelijk.jpg);
	width: 930px;
	height: 186px;
	margin: 0;
	padding: 0;
}
#header_referenties {
	background-image: url(../images/header_referenties.jpg);
	width: 930px;
	height: 186px;
	margin: 0;
	padding: 0;
}
#header_contact {
	background-image: url(../images/header_contact.jpg);
	width: 930px;
	height: 186px;
	margin: 0;
	padding: 0;
}
/* NAVIGATIE */
#navigatie {
	color: #e2001a;
	font-size: 14px;
	line-height: 30px;
	background-color: #000;
	text-transform: uppercase;
	text-align: left;
	width: 930px;
	height: 30px;
	position: relative;
	overflow: hidden;
}
#navigatie ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}
#navigatie ul li {
	color: #e2001a;
	position: relative;
	float: left;
	padding-left: 22px;
}
#navigatie ul li a {
	text-decoration: none;
	color: #fff;
}
#navigatie ul li a:hover {
	color: #e2001a;
	text-decoration: none;
}
/* MAIN */
#main {
	width: 930px;
	float: left;
	margin-bottom: 30px;
}
/* CONTENT */
#content {
	float: left;
	width: 930px;
	overflow: hidden;
}
/* FOOTER */
#footer {
	overflow: hidden;
	position: relative;
	color: #fff;
	line-height: 30px;
	background-color: #e2001a;
	text-align: center;
	width: 930px;
	height: 30px;
	margin: -30px auto 0;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
