html {
	background: #ec7535;
}
body {
	background: #ec7535;
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	min-width: 960px;
}
h1, h2, h3 {
	font-size: 1.2em;
	color: #ec7535;
	padding-bottom: 10px;
}
b, strong {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.clear {
	clear: both;
}

.imageEntry { 
	float: left; 
	padding: 5px;
}
a {
	color: #34a9f2;
	text-decoration: none;
}
a:hover {
	color: #006fb4;
}
p {
	padding: 8px 0;
}
/*Layout
---------------------------------------------------------*/
#wrapper {
	position: relative;
	width: 960px;
	margin: 0px auto;
	background: #ffffff url(bg-wrapper.jpg) repeat-y;
}

#kop {
	position: relative;
	height: 140px;
	background: #91bbeb url(bg-kop.jpg) no-repeat;
	padding-left: 6px;
}
#kop_balk {
	position: absolute;
	bottom: 5px;
	left: 325px;
	font-family: arial;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}
#kop_balk p {
	padding: 0px;
}
#kop_balk a {
	color: #fff;
}
#content {
	min-height: 462px;
	background: url(bg-truck.jpg) no-repeat left top;
}
* html #content {
	height: 462px;
}
#content_duo {
	float: right;
	width: 780px;
	min-height: 400px;
	padding-right: 13px;
}
#content_main {
	float: left;
	width: 604px;
	min-height: 462px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
* html #content_main {
	width: 603px;
}
#kruimelpad{
	min-height: 10px;
	position:relative;
	text-align: right;
	padding-bottom:20px;
}
#content_main_images {
	float: right;
	width: 215px;
	padding-left: 5px;
	padding-top: 35px;
}
#content_main_images .imageEntry {
	float: right;
	padding-right: 0px;
}
/*Dit is alleen voor de hoofdpagina waarbij een unique bodyclass wordt aangesproken voor de afbeeldingen bovenaan. */
.body_3 #kruimelpad{ /*geen kruimelpad op de hoofdpagina*/
	display:none;
}
.body_3 #content_main_images { /*geen aparte images op mainpage, padding op 0*/
	padding-top: 0px;
}
.body_3 #content_main_tekst { /*geen kruinmelpad, fix voor de witruimte bovenaan*/
	padding-top:30px;
}
/*einde hoofdpagina*/
#content_main_tekst {
	text-align: justify;
	background: none;
}

#content_main_tekst ul {
	padding-left: 20px;
}
#content_main_tekst li {
	list-style-type: disc;
	padding-left: 0px;
}
#content_main_tekst ul ul li {
	list-style-type: circle;
	padding-left: 0px;
}
#content_info {
	float: right;
	width: 111px;
	min-height: 442px;
	background: #34a9f2 url(bg-info.jpg) no-repeat;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 13px;
	font-size: 0.8em;
}
/* ie6 fix*/
* html #content_info {
	display: inline;
	margin-right: 13px;
	padding-right: 4px;
}
#content_info h1 {
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 0px;
}
#content_info .imageEntry {
	float: none; /*float van boven uitzetten*/
	text-align: center;
	width: 100%;
	padding: 5px 0px;
}
#voet {
	position: relative;
	height: 29px;
	background: url(bg-voet.jpg) no-repeat;
	clear: both;
	text-align: center;
	color: #fff;
	padding-top: 4px;
	font-weight: bold;
	font-family: Arial;
}
#voet p{
	padding-top: 0px;
}
/*========================================CONTACTFORMULIER=====================================================*/
.contactformulier {
	padding-top: 10px;
}
.contactformulier td{
	padding-bottom: 10px;
	vertical-align: top;
}
.formField label {
	padding-left: 5px;
}
/*========================================MENU=====================================================*/
#menu {
	float: left;
	width: 155px;
	padding-top: 50px;
	padding-left: 12px;
}
#menu ul {
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
	 margin-bottom: 20px;
}
/* hier de padding anders loopt de streep niet door achter het active menuitem
   padding voor 3 niveaus is gezet en sprint trelkens 15px (15,30,45) verder in
 en ook de kleuren van de links goedzetten
 LET OP het verschil tussen :active en .active (class en pseudo-class)*/
 
/* niveau1 hoofdniveau definities*/
#menu li a {
	 padding-left: 5px;
	 color: #000;
	 font-size: 10px;
	 font-weight: bold;
	 line-height: 25px;
	 background: #fff;
	 display: block;
	 width: 142px;
	 border-bottom: solid 1px #000;
}
/* voor alle hovers onderstrepen, dus maar 1x opgenomen*/
#menu li a:hover {
	color: #34a9f2;
	text-decoration: none;
}
/*Actieve knop niveau1 (niet uitklapbaar)*/
#menu li.active a{
	 color: #666;
	 font-weight: bold;
	 
}
/*Actieve knop niveau1 (uitklapbaar)*/
#menu li.sub_ul a{
	 color: #666;
	 font-weight: bold;
}
/* niveau2 subniveau definities*/
#menu li li a {
	 padding-left: 7px;
	 color: #000;
	 font-weight: bold;
	 line-height: normal; 
	 border: none;
}
/*uitzetten van subniveau*/
#menu li.active li a{
	 color: #000;
	 font-weight: bold;
	 background:  #fff;
}
/*mouse over submenu niveau 1*/
#menu li.sub_ul li a:hover {
	color: #fe4d0f;
	background: #fff url(stip-mo.gif) no-repeat left center;
}
/*uitzetten van subniveau*/
#menu li.sub_ul li a{
	 color: #ec7535;
	 font-weight: bold;
	 background: #fff url(stip.gif) no-repeat left center;
	 padding-left: 7px;
	 padding-top: 7px;
	 margin-left: 3px;
	 height: 20px;
	 width: 133px;
}
 
#menu li.sub_ul li.active a{
	 color: #fe4d0f;
	 font-weight: bold;
	 background: #fff url(stip-mo.gif) no-repeat left center;
}
#menu ul ul {
	border-bottom: solid 1px #000;
	width: 147px;
	margin-bottom: 0px;
}
/* niveau3 subsubniveau definities*/
#menu ul ul ul {
	border: none;
}
#menu li.sub_ul li.sub_ul li a{
	 color: #999;
	 font-weight: bold;
	 background: #fff;
	 display: block;
	 height: 20px;
	 width: 133px;
	 padding-left: 15px;
}
#menu li.sub_ul li.sub_ul li a:hover {
	color: #777;
	background: 0px;
}
#menu li.sub_ul li.sub_ul li.active a{
	 color: #666;
	 font-weight: bold;
	 background: #fff;
}
#menu li.sub_first a {
	border-top: solid 1px #000;
}
#menu li li.sub_first a {
	border-top: none;
}
