html, body {
	height:100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #e3e3e3;
	}

#container {
	width: 824px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px; /* Deze een - min marge opgeven als er een footer is zelfde maat als hoogte footer */
	margin-left: auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#top_leeg {
	width: 824px;
	height: 25px;
	background-color: #e3e3e3;
}

#top_image {
	width: 808px;
	height: 95px;
	padding-left: 8px;
}

#menu_back {
	width: 808px;
	height: 36px;
	background-image: url(../images/menu_back.jpg);
	background-repeat: no-repeat;
	margin-left: 8px;
}

#main_container {
	width: 808px;
 	margin-left: 8px;
	margin-right: 8px;
}

#main {
	width: 776px;
 	margin-left: 32px;
}

#main_image {
	width: 808px;
	height: 193px;
 	margin-left: 8px;
	margin-right: 8px;
	background-image: url(../images/main_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#truckbase_img_div {
	height: 100px;
	width: 200px;
}
.truckbase_img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #a0a5a9;
	text-decoration: none;
} 
a:active {
	color: #a0a5a9;
	text-decoration: none;
} 

a.menu:link {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
a.menu:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
	background-color: #ffc100;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
} 
a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
	background-color: #ffc100;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
} 

a.trucks:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	font-weight: bolder;
}
a.trucks:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	font-weight: bolder;
}
a.trucks:hover {
	color: #a0a5a9;
	text-decoration: none;
	font-size: 9px;
	font-weight: bolder;
} 
a.trucks:active {
	color: #a0a5a9;
	text-decoration: none;
	font-size: 9px;
	font-weight: bolder;
}

.main_image_kop {
	font-size: 28px;
	color: #ffc100;		
}

.main_image_kop_1 {
	font-size: 16px;
	color: #ffffff;		
}

.kop {
	font-size: 18px;
	color: #999999;
}

.tekst {
	font-size: 12px;
}

tr.ListHeader {
	background-color: #CCCCCC;
	width: 100px;
}

