html{ 
	min-height : 100.05%;
}
body{
  background-color: #FFFFFF;
	font-family: Century, Arial;
	width: 100%;
	height:100%;
	min-width: 900px;
	margin: 0; 
	padding: 0; 
	text-align: center;
}
#container{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	margin-top:10px;
	background-color:#FFFFFF;
	margin-bottom:10px;
}

/**** header ****/

#header{
  width: 100%;
	height: 135px;
	background: #FFFFFF;
	text-align: left;
}
#headerlogo{
  width: 20%;
	height: 130px;
	background: #FFFFFF;
	position: absolute;
	top: 10px;
	text-align: center;
	left: 30px;
}
#logo{
  width: 100px;
	height: 100px;
}
#headerb{
  width: 75%;
	height: 120px;
	position: absolute;
	background-color:#0066CC;
	right: 20px;
	text-align: center;
}
#banner{
  width: 90%;
	height: 80px;
	position: relative;
	top: 5px;
}
#lijn{
  position: relative;
	width: 100%;
	top: 10px;
	height: 0;
	border:0;
	border-top: 1px solid #ff0000;
}

/**** content ****/

#midden{
	position:relative;
	width:100%;
	color:#FFFFFF;
	float:left;
	margin-bottom:7px;
	text-align:left;
}
#midden2{
	position:relative;
	width:100%;
	color:#FFFFFF;
	float:left;
	margin-bottom:7px;
	text-align:left;
	overflow:auto;
	height: 75%;
}
#menu{
	float: left;
	height: 400px;
	width: 22%;
	text-align: center;
}
#menu ul{
	list-style-type: none;
}
#menu ul li{
	list-style-type: none;
}
#menuimg{
  width: 177px;
	position: relative;
}
#lijn2{
  position: relative;
	width: 177px;
	height: 0;
	border:0;
	border-top: 1px solid #ff0000;
}
#text {	
	width: 70%;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #FFFFFF;
	float:left;
	position: relative;
}
#submenu{
	text-align: center;
	position: relative;
}
#submenuimg{
  width: 177px;
}
#paragraaf{
	font-family: verdana;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: rgb(0, 51, 204);
	text-align: center;
	float: left;
	margin-left: 20px;
}
#paragraaf2{
	font-family: verdana;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: rgb(0, 51, 204);
	text-align: left;
	float: left;
	margin-left: 20px;
}
#tabel{
	font-family: verdana;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: rgb(0, 51, 204);
	text-align: left;
	float: left;
	margin-left: 20px;
}
#ul{
	font-family: verdana;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: rgb(0, 51, 204);
	text-align: left;
	float: left;
}
#link {
	font-family: verdana;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 14px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: rgb(0, 51, 204);
	float: left;
}
#link ul {
	font-family: verdana;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 14px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: rgb(0, 51, 204);
}
#link a {
	color: rgb(0, 51, 204);
	text-decoration: underline;	
}
#link a:hover {
	color: #3399FF;
	text-decoration: underline;
}
	
/**** footer ****/

#footer{
	margin-left:auto;
	margin-bottom:0px;
	margin-right:auto;
	height:10px;
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	clear: both;
	vertical-align: bottom;
	text-align: center;
	color: rgb(0, 51,204);
	border-top: 1px solid #ff0000;
	position: absolute;
	bottom:0;
	width:100%;
	left:0;
}

