* {
	margin: 0px;
	padding: 0px;
}
/* algemene Style */

body {
	background-color: #737272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
}


#container {
	width: 1024px;
	margin-left: -512px;
	position: absolute;
	left: 50%;
	border: 1px solid #000;
}
#banner {
	float: left;
	width: 1024px;
}
#separation1 {
	float: left;
	width: 1024px;
	height: 2px;
	background-color: #082BA8;
}
#separation2 {
	float: left;
	width: 1024px;
	height: 1px;
	background-color: #FFF;
}
#separation3 {
	float: left;
	width: 1024px;
	height: 1px;
	background-color: #1237AD;
}
#separation4 {
	float: left;
	width: 1024px;
	height: 5px;
	background-color: #585862;
}


/* navigatie ID Style */

#navigation {
	float: left;
	width: 1024px;
}
#menu {
	padding:0;
	margin:0 0 0 0px;
	list-style:none;
	height:40px;
	background:url(ulback.png) repeat-x;
}
#menu li {float:left;}
#menu li a {display:block; height:40px; line-height:40px; padding:0 20px 0 0; float:left; color:#fff; text-decoration:none;}
#menu li a b {display:block; height:40px; float:left; padding:0 0 0 20px; cursor:pointer;}
#menu li a:hover, 
.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a
{background:url(tab_a.png) no-repeat right top; line-height:36px;}
#menu li a:hover b,
.home #menu li#home a b,
.single #menu li#single a b,
.dropdown #menu li#dropdown a b,
.dropline #menu li#dropline a b,
.flyout #menu li#flyout a b,
.support #menu li#support a b,
.contact #menu li#contact a b
{background:url(tab_b.png) no-repeat left top; line-height:36px;}

#main {
	float: left;
	width: 1024px;
	background-color: #FFF;
}
#inhoud {
	margin: 20px;
}
#inhoud table{
	margin: 0px;
	padding: 0px;
}
#inhoud td{
	padding: 3px;
}
#inhoud p{
	color:#000000;
	line-height: 1.4em;
	}
#inhoud h1{
	color: #3666C7;
	font-size: 22px;
	}
#inhoud h2{
	color: #3666C7;
	font-size: 16px;
	line-height: 1.8em;
	}
.tableTitel {
	color: #FFF;
	background-color: #585862;
	font-size: 1.8em;
	text-align: center;
	font-weight: bold;
}
.tableGray {
	background-color: #CCC;
}
.tablePrice {
	color: #3666C7;
	font-size: 1.8em;
	text-align: center;
	font-weight: bold;
}
#inhoud ul{
	margin-left: 10px;
}
#inhoud li{
	margin-bottom: 5px;
}
#inhoud a{
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
	}
#inhoud a:hover {
	color: #3666C7;
	text-decoration:none;
	font-weight:bold
	}

#inhoud ul {
	margin-left: 15px;
}




#footer {
	background-color: #585862;
	float: left;
	width: 1024px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
	margin-left: 20px;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

