body	{
	font				: 0.75em Arial, sans-serif;
	background			: #FFF;
}


/* --------------------------------	*/
/* container					 	*/
/* --------------------------------	*/
#container	{
	position			: relative;
	width				: 992px;
	margin				: 30px auto 0 auto;
	border				: 1px solid #181674;
}


/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header	{
	height				: 122px;
	padding				: 48px 0 0 0;
	text-align			: center;
}


/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content	{
	height				: 174px;
	padding				: 45px 0 0 0;
	line-height			: 1.8em;
	background			: url(../img/content-bg.png) no-repeat left top;
}

#content ul .distrimex {
	float				: left;
	width				: 292px;
	padding				: 0 0 0 154px;
}

#content ul .bbapumps {
	float				: left;
	width				: 361px;
	padding				: 0 0 0 85px;
}

#content .button {
	display				: block;
	width				: 286px;
	height				: 35px;
	text-indent			: -900em;
	background			: url(../img/buttons.png) no-repeat left top;
}

#content .distrimex .button 		{ background-position: left top; }
#content .distrimex .button:hover 	{ background-position: left bottom; }

#content .bbapumps .button 			{ background-position: right top; }
#content .bbapumps .button:hover 	{ background-position: right bottom; }

/* Vlaggen */
#content ul ul li {
	float				: left;
	width				: 39px;
	height				: 39px;
	padding				: 10px 11px 0 0;
}

#content ul ul li a {
	float				: left;
	width				: 39px;
	height				: 39px;
	padding				: 8px 0 0 0;
	text-indent			: -900em;
	background			: url(../img/vlaggen.png) no-repeat;
}

#content ul ul li a.eng { background-position: left 8px; }
#content ul ul li a.deu { background-position: -39px 8px; }
#content ul ul li a.fra { background-position: -78px 8px; }
#content ul ul li a.ned { background-position: -117px 8px; }
#content ul ul li a.pol { background-position: -156px 8px; }
#content ul ul li a.ru { background-position: -200px 8px; }


/* --------------------------------	*/
/* footer						 	*/
/* --------------------------------	*/
#footer	{
	position			: relative;
	overflow			: hidden;
	padding				: 18px 0 30px 155px;
	zoom				: 1;
}

#footer address {
	display				: inline;
	float				: left;
	font-style			: normal;
	line-height			: 1.8em;
	color				: #504e4e;
}

#footer address.adres-distrimex {
	margin				: 0 165px 0 0;
}

#footer address strong {
	color				: #00d2ff;
}

#footer address a {
	color				: #504e4e;
	text-decoration		: none;
}

#footer address a:hover {
	color				: #ED1B24;
}

#footer img {
	position			: absolute;	
	left				: 800px;
	top					: 76px;
}


/* --------------------------------	*/
/* bottom						 	*/
/* --------------------------------	*/
#amimpact {
	position			: relative;
	width				: 992px;
	margin				: 0 auto;
	padding				: 10px 0;
	color				: #00d2ff;
}

#amimpact a {
	text-decoration		: none;
	color				: #00d2ff;
}

#amimpact a:hover {
	text-decoration		: underline;
	color				: #ED1C24;
}

#amimpact a.actief {
	font-weight			: bold;
}

#amimpact .copyright {
	float				: left;
}

#amimpact .webdesign {
	float				: right;
}

