@charset "UTF-8";
html, body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #576A8A;
}
.headerDepatransTakeldienst {
	background-image: url(images/headerDepatransTakeldienst.jpg);
	background-repeat: no-repeat;
}
h2 {
	font-size: 20px;
	line-height: 30px;
	color: #6699CC;
}
h1 {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 24px;
}
#container {
	width: 756px;
	margin: 0 auto; 
} 
#navigatie {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
} 
#navigatie a, #navigatie a.visited, #navigatie a.hover {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
} 
.copyrightdepatrans {
	font-size: 9px;
	line-height: 11px;
}
.imgFloatRight {
	float: right;
	margin-left: 30px;
}
.imgFloatLeft {
	float: left;
	margin-right: 30px;
}


a:link, a:visited, a:hover {
	color: #000;
	text-decoration: none;
}

