html, body {
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-image: url(../images/left_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; /* Deze een - min marge opgeven als er een footer is zelfde maat als hoogte footer */
	margin-left: 0px;
}

#top_container {
	height: 122px;
	width: 100%;
	background-image: url(../images/top_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#main_container {
}

#main_left {
	width: 202px;
	float:left;
	margin-left: 0px;
}

#main_main {
	margin-left: 212px;
}


#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: #372488;
	text-decoration: none;
} 
a:active {
	color: #372488;
	text-decoration: none;
} 

.menu_back {
	background-image: url(../images/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 24px;
}

.menu_back1 {
	background-image: url(../images/menu_back1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 130px;
}


a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bolder;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bolder;
}
a.menu:hover {
	color: #c9ddfe;
	text-decoration: none;
	font-size: 13px;
	font-weight: bolder;
} 
a.menu:active {
	color: #c9ddfe;
	text-decoration: none;
	font-size: 13px;
	font-weight: bolder;
} 
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: #372488;
	text-decoration: none;
	font-size: 9px;
	font-weight: bolder;
} 
a.trucks:active {
	color: #372488;
	text-decoration: none;
	font-size: 9px;
	font-weight: bolder;
}

.top_tekst {
	color: #372488;
	font-size: 48px;
	font-weight: bolder;
}

.top_tekst1 {
	color: #372488;
	font-size: 24px;
	font-weight: bolder;
}

.top_adres {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bolder;
}

