html{ 
	min-height : 100.05%;
}
body{
  background-color: #D8D8D8;
	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: 98%;
	margin-top:10px;
	background-color:#000000;
	margin-bottom:5px;
}

/**** header ****/

#header{
  width: 100%;
	height: 120px;
	background: #EFF5FB;
	text-align: center;
	position: relative;
}
#headerlogo{
  width: 40%;
	height: 100px;
	left: 0px;
	background: #EFF5FB;
	text-align: right;
	position: absolute;
	margin: 5px 5px 0 10px;
}
#logo{
  width: 190px;
	height: 95px;
}
#logot{
  margin-left: 30px;
  margin-top: 5px;
  width: 300px;
	height: 90px;
}
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	position: absolute;
	right: 10px;
	font-family: Arial;
	text-transform: uppercase;
	text-align: center;
	top: 30px;
	background:#EFF5FB;
	}

#sddm li
{	margin: 0 0 0 100;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 10px Arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 100px;
	background: #1B3F8B;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #EFF5FB;}

#sddm li a:hover
{	background: #3399FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;}

	#sddm div a
	{position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #1B3F8B;
		font: 10px Arial;
		width: auto;}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}

#menu{
	height: 50px;
	font-family: Century;
	text-transform: uppercase;
	text-align: center;
	top: 30px;
	right: 10px;
	padding: 0;
	margin: 0;
	position: absolute;
	background:#EFF5FB;
}
#menu ul {
	list-style-type: none;
}
#menu ul li{
	list-style-type: none;
	float: left;
	background: none;
	color:#fff;
}
#menu ul li a{
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 0 3px 0;
	display: block;
	width: 150px;
	border-right: 4px solid #EFF5FB;
	color: #fff;
	background: #1B3F8B;
	text-decoration: none;
}	
#menu ul li a.active ,
#menu ul li a:hover{
	color: #fff;
	background: #3399FF;
	text-decoration: none;
}
#menu ul li.last a{
	background-image: none;
	border-right: none;
}
#lijn-bottom{
	width: 100%;
	height: 7px;
	left: 0px;
	bottom: 0px;
	position: absolute;
}

/**** content ****/

#midden{
	position:relative;
	width:100%;
	background-color: #FFF;
	float:left;
	text-align:left;
}
#sbbm {
	font-family: Century;
	float: left;
	text-align: center;
	width: 160px;
	height: 100%;
	padding: 40px 0 0 0;
	background-color:#EFF5FB;
}
#submenu {
	font-family: Century;
	float: left;
	text-align: center;
	width: 160px;
	height: 100%;
	padding: 20px 0 0 20px;
	background-color:#EFF5FB;
}
#submenu ul {
	list-style-type: none;
	text-align; center;
	padding: 0;
	margin: 0px;
}
#submenu ul li{
	list-style-type: none;
	margin: 0;
	color:#fff;
	padding: 0;
}
#submenu ul li a{
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding:  5px 3px 5px 20px;
	display: block;
	width: 110px;
	border-bottom: 8px solid #EFF5FB;
	color: #fff;
	background: #1B3F8B repeat-y;
	text-decoration: none;
}	
#submenu ul li a.active ,
#submenu ul li a:hover{
	color: #fff;
	background: #3399FF repeat-y;
	text-decoration: none;
	text-align: center;
}
#lijn2{
  position: relative;
	width: 150px;
	height: 0;
	border:0;
	border-top: 1px solid #009900;
}
#text {	
	width: 75%;
	margin-left: 35px;
	margin-bottom: 10px;
	padding: 20px 0 0 20px;
	background-color: #FFF;
	float:left;
	position: relative;
}
#path {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
}
#path a {
	color: #0404B4;
	text-decoration: underline;	
}
#path a:hover {
	color: #58ACFA;
	text-decoration: underline;
}
#paragraaf{
	font-family: Arial;
	font-size: 14px;
	margin:  0 auto;
	padding: 0 0 25px 0;
	background-color: #fff;
	color: #000000;
	line-height: 15px;
}
#paragraaf ul {
	list-style-image: url(/images/opsommingsteken.gif);
	list-style-type: circle;
}
#paragraaf ul li {
	padding: 0 0 5px 6px;
	font-style: normal;
}
#paragraaf2{
	font-family: Arial;
	font-size: 14px;
	margin:  0 auto;
	padding: 0 0 25px 0;
	background-color: #fff;
	color: #000000;
	line-height: 2px;
}
#paragraaf2 ul {
	list-style-image: url(/images/opsommingsteken.gif);
	list-style-type: circle;
}
#paragraaf2 ul li {
	padding: 0 0 5px 6px;
	font-style: normal;
}
h1 {
	font-family: Arial;
	color: #3366CC;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	text-align: center;
}
h2{
font-family: Trebuchet MS, verdana, arial, "helvetica", sans-serif; color: #595999;
font-weight: bold;
font-size: 20px;
line-height:20px;
} 
h3{
font-family: Trebuchet MS, verdana, "arial", helvetica, sans-serif; color: #595999;
font-weight: bold;
font-size: 16px;
line-height:20px;
} 
.link a {
	color: #0404B4;
	line-height: normal;
	text-decoration: underline;	
}
.link a.active ,
			a:hover{
	color: #58ACFA;
	line-height: normal;
	text-decoration: underline;
}
a {
	color: #0404B4;
	line-height: normal;
	text-decoration: underline;	
}
a:active ,
a:hover{
	color: #58ACFA;
	line-height: normal;
	text-decoration: underline;
}
a.speciaal,
a.speciaal:active,
a.speciaal:hover,
a.speciaal:visited {
	color: #0404B4;
	text-decoration: none;
}
	
/**** footer ****/

#footer{
	padding: 10px 0 0 0;
	width:100%;
	height:30px;
	background-color: #EFF5FB;
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	clear: both;
	vertical-align: text-bottom;
	text-align: center;
	color: #0404B4;
	position: relative;
}
#lijn-top{
	width: 100%;
	height: 7px;
	top: 0px;
	left: 0px;
	position: absolute;
}
