/*  CSS for Microsoft NZ IE6 Upgrade Message
 *  Kris McGlashan
 *  081030 - v1.0
 */
#detectie6 {
	position: absolute;
	float: left;
	width: 100%;
	height: 500px;
	top:0;
	left:0;
	/*padding: 50px 0 300px 0;*/
	display: none;
}
.ie6overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-image:url(/detectie6/gray.gif);
	/*background-position: top left;*/
	background-repeat: repeat-x;
}
#detectie6 .ie6message  {
	width: 720px;
	height: 200px;
	padding: 23px;
	background-image:url(/detectie6/background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	margin:150px auto;
}
.ie6message {
	position: relative;
}
* html #detectie6 .ie6overlay {
  height: 500px;
}
.ie6content {
	margin-left: 130px;
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align:left;
	color: #F7F9F7;
	float:left;
}
.ie6title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#0033CC;
	padding-top: 9px;
}

