/* css knipper bug oplossing */
html 					{ 
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

body					{
	background			: #d1d2d4;
	margin				: 0;
	padding				: 0;
	font				: 0.7em Verdana;
	text-align			: center; /* #container centreren voor IE5 */
}


/* --------------------------------	*/
/* container					 	*/
/* --------------------------------	*/
#container				{
	position			: relative;
	margin				: 0 auto;
	width				: 957px;
	text-align			: left;
}


/* --------------------------------	*/
/* logo	& opmaak					*/
/* --------------------------------	*/
#logo					{
	margin-top			: 20px;
	text-align			: center;
}

h1						{
	font-size			: 1.1em;
}

a:link					{
	font-weight			: bold;
	color				: #e13b16;
	text-decoration		: none;
}

a:visited				{
	font-weight			: bold;
	color				: #e13b16;
	text-decoration		: none;
}

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

/* --------------------------------	*/
/* rijenmetimages					*/
/* --------------------------------	*/
#bovenrij				{
	height				: 113px;
	margin-top			: 5px;
}

#linkerrij				{
	float				: left;
	width				: 152px;
}

#rechterij				{
	float				: right;
	width				: 152px;
}

#onderrij				{
	height				: 113px;
	margin-top			: 35px;
}

.banner_aqua {
	margin-top			: 30px;
}

.banner_aqua img {
	border				: solid 1px #fff;
}

#tekstblok1				{
	float				: left;
	margin-left			: 55px;
	_margin-left		: 20px;
}

#tekstblok2				{
	float				: right;
	margin-right		: 30px;
	_margin-right		: 25px;
}


.bgWait{
	background-image: url(/img/bgwait.png);
	background-position:top left;
}

