html { min-height: 100%; margin-bottom: 1px; }
body {
	background-color: #F36523;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color:#262B7F;
	text-align: center; /* for IE */
}
hr {color: #FEF102; background-color: #FEF102; border: 1px dashed #ff0000; border-style: none none dotted; }
a{
	outline: none;
	text-decoration: none;
}
img {
	margin:0px;
	padding:0px;
	border-style: none;
	border-width: 0px;
}
img.header {
	border-style: solid;
	border-color:#FEF102;
	border-width: 6px 0px 6px 0px;
}
img.header2 {
	border-style: solid;
	border-color:#FEF102;
	border-width: 6px 0px 0px 0px;
vertical-align:bottom;
}
div {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px;
}

div.motherContainer {
	position:relative;
	margin: 0px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	border: 12px solid #FEF102;

	background-color: #FFFFFF;	

	width: 720px;
	min-height:500px;
	height:auto !important;
	height:500px;
}
div.logo {
	position:absolute;
	top:0px;
	left:0px;
	width: 128px;
	height:132px;
	background-image: url("../image/logo.gif");
	z-index:2;
}
div.containerTopMenu {
	padding:5px 0px 2px 0px;
	position:relative;
	left:0px;
	top:0px;
	width: 720px;
	height: 27px;
}
div.containerTopMenuButton {
	position:relative;
	float: left;
	top:0px;
	left:140px;
}

div.containerWij {
	position:relative;
	left:0px;
	top:0px;
	width:720px;

	min-height:500px;
	height:auto !important;
	height:500px;
}
div.containerDoen {
	position:relative;
	left:0px;
	top:0px;
	width:720px;

	min-height:500px;
	height:auto !important;
	height:500px;
}
div.containerDoenSubMenu {
	position:absolute;
	top:41px;
	left:0px;
	z-index:1;
	margin:0px;
	padding:0px;
	background-color:#00AA00;
	width:260px;
}
div.containerDoenSubMenuLinks {
	position:relative;
	float:right;
	text-align:left;
	margin:5px;
}
/* for doen submenu links*/
a.black {
	color:#000000;
}
a.white {
	color:#FFFFFF;
}

div.containerWeerbaar {
	position:relative;
	left:0px;
	top:0px;
	width:720px;

	min-height:100px;
	height:auto !important;
	height:100px;
}




