body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#65707d;
	text-align:center;
}

/*#container { STAAT IN APARTE STYLESHEET
	margin: 21px auto; *margin: 6px auto;
	width:980px;
} */

#titel {
	position:relative;
	top:1px; right:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:right;
	color:#ffffff;
}

#top {
	position:relative; top:0px; left:0px; *left:-1px;
	width:976px; height:150px;
	border: 2px solid #FFFFFF;/*dblauw #243f8f;*/
	background-color:#ffffff;
	z-index: -2;
}

a img {
	border : none;
}

a {
	outline: none;
}

a:link, a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #243f8f;
  text-decoration: none;
}

a:hover, a:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #243f8f;
  text-decoration: underline;
}

a:link.alt, a:visited.alt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #C5232d;
  text-decoration: none;
}

a:hover.alt, a:active.alt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #c5232d;
  text-decoration: underline;
}

/* suckerfish dropdown menu vertical */	

/* fix for IE7 probleem*/
*:first-child+html #nav {height: 1%;}
*:first-child+html #nav li {height: 1%;} 

#nav, #nav ul { /* all lists */
	z-index:20;
	padding: 0;
	margin: 0 0 0 3px; *margin: 0px 0 0 1px;
	list-style: none;
	float : left;
	width : 177px;
}
	
#nav li { /* all list items */
	z-index:21;
	position : relative;
	float : left;
	line-height : 2em;
	/*margin-bottom : -1px;*/
	width: 177px;
}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 177px;
	margin-top : -40px;
}
	
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	display : block;
	color : #FFFFFF;
	font-weight : normal;
	font-size:12px;
	text-decoration : none;
	/*background-color : white;
	border : 1px solid black;
	padding : 0 0;*/
	background:url(../afb/menu_01.gif) center top no-repeat; /* witte knop */
	height:40px; /*height achtergrond*/
	width:177px; 	w\idth : 177px;/*width achtergrond*/
	text-align:left; line-height: 36px;
}
	
#nav li a:hover {
	/*color : white;
	background-color : black;*/
	color: #65707d; 
	background:url(../afb/menu_02.gif) center top no-repeat;
}

#nav li ul a {
	w\idth : 177px;
	display : block;
	color : #cccccc;
	font-weight : normal;
	font-size:12px;
	text-decoration : none;
	/*background-color : white;
	border : 1px solid black;*/
	background:url(../afb/menu_03.gif) center top no-repeat; /* knop */
	height:40px; /*height achtergrond*/
	width:177px; /*width achtergrond*/
	text-align:left; line-height: 36px;
}

#nav li ul a:hover {
	/*color : white;
	background-color : black;*/
	color: #65707d; 
	background:url(../afb/menu_04.gif) center top no-repeat;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /*lists nested under hovered list items */
	left: auto;
}
	
.kop {
	font-size:16px;
	font-weight:bold;
	color: #00a4cf;
}

#roodblok {
	z-index:-1;
	position:relative;
	top:0px; *top:-240px; left:0px;
	width:1000px; height:300px;
	background-color: #c5232d;
}

#blauwblok {
	z-index:-1;
	position:relative;
	top:0px; *top:-280px; /*verandert mee met aantal menu-items!*/
	width:980px; height:340px; /*verandert mee met aantal menu-items!*/
	background-color: #243f8f;
}

#footer {
	position:absolute;
	bottom:10px; left:10px;
}

#foto {
	float: right; 
	margin: 0px 0px 0 0; 
	position: relative; 
	z-index: 100;
	padding:0 10px 10px 0;
}
