* 
{
	padding: 0;
	margin: 0;
}

BODY 
{
	background: url('weg.jpg') no-repeat 50% 50% #000000;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

IMG { border: 0; }
IMG.border_img1 { border: solid 1px #F47320; }
IMG.border_img2 { border: solid 2px #F47320; }

/*Classes
-----------------------------------------------------*/
.bold { font-weight: bold; }
.center { display: block; margin: 0 auto; }
.clear { clear: both; }
.error { color: #DD0000; }
.left {float: left;}
.right { float: right; }

/*Headings
-----------------------------------------------------*/
H1 {  color: #F47321;}

/*Links
-----------------------------------------------------*/
A:link, A:active, A:visited 
{
	color: #F47321;
	outline: none;
	text-decoration: none;
}

A:hover 
{
	color: #000000;
}

/*Div elementen
-----------------------------------------------------*/
DIV#wrapper 
{
	background: url('backdrop_content.jpg') repeat-y #F47321;
	margin: 0 auto;
	width: 1000px;
}

	DIV#head
	{
		background: url('backdrop_head.jpg') repeat-x;
		height: 62px;
		padding: 0 10px 0 0;
		width: auto;
	}
    
        div#head a#duits { display: none; }
	
		DIV#head IMG.taal { margin: 19px 0 0 10px; }
		
	DIV#logo { height: 97px; overflow: hidden; width: auto; }
	
		DIV#logo OBJECT
		{
			margin: 5px 0 0 144px;
			position: absolute;
			z-index: 100;
		}
	
	DIV#content
	{
		background: url('backdrop_content_png.png') no-repeat bottom right;
		/*behavior: url('http://heebink.deindrukdemo.nl/images/iepngfix.htc');*/
		height: auto !important;
		min-height: 640px;
		height: 640px;
		padding: 0 0 0 20px;
		position: relative;
		width: auto;
		z-index: 1;
	}
	
		DIV#navigatie
		{
			background: url('backdrop_navigatie.jpg') no-repeat;
			height: 54px;
			width: 975px;
		}
		
		DIV#subcont { width: 1000px; }
		
			DIV#subcont UL { float: left; }
			
			DIV#mid_cont { float: left; padding: 9px 0 50px 20px; width: 670px; }
			
				DIV#mid_cont P { line-height: 18px; text-align: justify; }
				DIV#mid_cont P STRONG { color: #F47321; }
		
	DIV#footer
	{
		background: url('backdrop_footer2.jpg') no-repeat;
		height: 208px;
		margin: -150px 0 0 0;
		position: relative;
		width: auto;
		z-index: 0;
	}
	
	DIV#indruk { margin: 10px 0; text-align: center; }
	DIV#indruk A { color: #FFFFFF; text-decoration: underline; }

/*Navigaties
-----------------------------------------------------*/
UL#topnav { list-style-type: none; padding: 0 0 0 10px; }

	UL#topnav LI { display: block; float: left; margin: 14px 10px 0 10px; }
		
		UL#topnav LI A
		{
			color: #FFFFFF;
			display: block;
			float: left;
			font-family: "Myriad Pro", verdana, sans-serif;
			font-size: 19px;
		}
		
		UL#topnav LI A:hover { color: #F47321; }
		
UL#leftnav { list-style-type: none; margin: 5px 0 0 0; }

	UL#leftnav LI {}
	
		UL#leftnav LI A
		{
			color: #000000;
			display: block;
			height: 29px;
			font-family: verdana, sans-serif;
			font-size: 10px;
			font-weight: bold;
			padding: 15px 0 0 98px;
			width: 151px;
		}
		
		UL#leftnav LI A#btn_volumetransport { background: url('btn/volumetransport.jpg') no-repeat; }
		UL#leftnav LI A#btn_lengtetransport { background: url('btn/lengtetransport.jpg') no-repeat; }
		UL#leftnav LI A#btn_koeltransport { background: url('btn/koelenvriestransport.jpg') no-repeat; }
		UL#leftnav LI A#btn_europese_groupage { background: url('btn/europesegroupage.jpg') no-repeat; }
		UL#leftnav LI A#btn_etage_laadvloeren { background: url('btn/etagelaadvloeren.jpg') no-repeat; }
		UL#leftnav LI A#btn_speciale_combinaties { background: url('btn/specialecombinaties.jpg') no-repeat; }
		UL#leftnav LI A#btn_warehousing { background: url('btn/warehousing.jpg') no-repeat; }

		UL#leftnav LI A#btn_high_volume { background: url('btn/volumetransport.jpg') no-repeat; }
		UL#leftnav LI A#btn_pipes_and_tubes { background: url('btn/lengtetransport.jpg') no-repeat;}
		UL#leftnav LI A#btn_temp__controlled { background: url('btn/koelenvriestransport.jpg') no-repeat; }
		UL#leftnav LI A#btn_european_groupage { background: url('btn/europesegroupage.jpg') no-repeat; }
		UL#leftnav LI A#btn_mega_trailers { background: url('btn/etagelaadvloeren.jpg') no-repeat; }
		UL#leftnav LI A#btn_specials { background: url('btn/specialecombinaties.jpg') no-repeat; }
		UL#leftnav LI A#btn_warehousing { background: url('btn/warehousing.jpg') no-repeat; }

/*Formulieren
-----------------------------------------------------*/
